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

Method C_AND

external/biscuit/src/assembler_compressed.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void Assembler::C_AND(GPR rd, GPR rs) noexcept {
234 EmitCompressedRegArith(m_buffer, 0b100011, rd, 0b11, rs, 0b01);
235}
236
237void Assembler::C_ANDI(GPR rd, uint32_t imm) noexcept {
238 BISCUIT_ASSERT(IsValid3BitCompressedReg(rd));

Callers 1

Calls 1

EmitCompressedRegArithFunction · 0.85

Tested by

no test coverage detected