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

Method C_XOR

external/biscuit/src/assembler_compressed.cpp:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void Assembler::C_XOR(GPR rd, GPR rs) noexcept {
609 EmitCompressedRegArith(m_buffer, 0b100011, rd, 0b01, rs, 0b01);
610}
611
612// Zc Extension Instructions
613

Callers 1

Calls 1

EmitCompressedRegArithFunction · 0.85

Tested by

no test coverage detected