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

Method CLZ

external/biscuit/src/assembler.cpp:1399–1401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399void Assembler::CLZ(GPR rd, GPR rs) noexcept {
1400 EmitIType(m_buffer, 0b011000000000, rs, 0b001, rd, 0b0010011);
1401}
1402
1403void Assembler::CLZW(GPR rd, GPR rs) noexcept {
1404 BISCUIT_ASSERT(IsRV64(m_features));

Callers 4

BSRFunction · 0.80
FAST_HANDLEFunction · 0.80
EmitInstructionFunction · 0.80

Calls 1

EmitITypeFunction · 0.85

Tested by

no test coverage detected