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

Method C_OR

external/biscuit/src/assembler_compressed.cpp:480–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void Assembler::C_OR(GPR rd, GPR rs) noexcept {
481 EmitCompressedRegArith(m_buffer, 0b100011, rd, 0b10, rs, 0b01);
482}
483
484void Assembler::C_SD(GPR rs2, uint32_t imm, GPR rs1) noexcept {
485 BISCUIT_ASSERT(imm <= 248);

Callers 1

Calls 1

EmitCompressedRegArithFunction · 0.85

Tested by

no test coverage detected