Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
void Assembler::JR(GPR rs) noexcept {
388
JALR(x0, 0, rs);
389
}
390
391
void Assembler::JR(GPR rs, int32_t imm) noexcept {
392
JALR(x0, imm, rs);
Callers
4
emitDispatcher
Method · 0.80
backToDispatcher
Method · 0.80
jumpAndLink
Method · 0.80
assembler_autocompress_tests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected