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

Method JAL

external/biscuit/src/assembler.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void Assembler::JAL(Label* label) noexcept {
326 const auto address = LinkAndGetOffset(label);
327 BISCUIT_ASSERT(IsValidJTypeImm(address));
328 JAL(static_cast<int32_t>(address));
329}
330
331void Assembler::JAL(GPR rd, Label* label) noexcept {
332 const auto address = LinkAndGetOffset(label);

Callers 3

callMethod · 0.80

Calls 4

IsValidCJTypeImmFunction · 0.85
IsRV32Function · 0.85
EmitJTypeFunction · 0.85
IsValidJTypeImmFunction · 0.70

Tested by

no test coverage detected