MCPcopy Create free account
hub / github.com/OFFTKP/felix86 / JR

Method JR

external/biscuit/src/assembler.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void Assembler::JR(GPR rs) noexcept {
388 JALR(x0, 0, rs);
389}
390
391void Assembler::JR(GPR rs, int32_t imm) noexcept {
392 JALR(x0, imm, rs);

Callers 4

emitDispatcherMethod · 0.80
backToDispatcherMethod · 0.80
jumpAndLinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected