Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OFFTKP/felix86
/ SGT
Method
SGT
external/biscuit/src/assembler.cpp:577–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
}
576
577
void Assembler::SGT(GPR rd, GPR lhs, GPR rhs) noexcept {
578
SLT(rd, rhs, lhs);
579
}
580
581
void Assembler::SGTU(GPR rd, GPR lhs, GPR rhs) noexcept {
582
SLTU(rd, rhs, lhs);
Callers
2
AttemptCmpFusing
Function · 0.80
FAST_HANDLE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected