MCPcopy 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
577void Assembler::SGT(GPR rd, GPR lhs, GPR rhs) noexcept {
578 SLT(rd, rhs, lhs);
579}
580
581void Assembler::SGTU(GPR rd, GPR lhs, GPR rhs) noexcept {
582 SLTU(rd, rhs, lhs);

Callers 2

AttemptCmpFusingFunction · 0.80
FAST_HANDLEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected