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

Method ANDN

external/biscuit/src/assembler.cpp:1319–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319void Assembler::ANDN(GPR rd, GPR rs1, GPR rs2) noexcept {
1320 EmitRType(m_buffer, 0b0100000, rs2, rs1, 0b111, rd, 0b0110011);
1321}
1322
1323void Assembler::BCLR(GPR rd, GPR rs1, GPR rs2) noexcept {
1324 EmitRType(m_buffer, 0b0100100, rs2, rs1, 0b001, rd, 0b0110011);

Callers 4

FAST_HANDLEFunction · 0.80
flushX87Method · 0.80
EmitInstructionFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected