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

Method CLMUL

external/biscuit/src/assembler.cpp:1387–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387void Assembler::CLMUL(GPR rd, GPR rs1, GPR rs2) noexcept {
1388 EmitRType(m_buffer, 0b0000101, rs2, rs1, 0b001, rd, 0b0110011);
1389}
1390
1391void Assembler::CLMULH(GPR rd, GPR rs1, GPR rs2) noexcept {
1392 EmitRType(m_buffer, 0b0000101, rs2, rs1, 0b011, rd, 0b0110011);

Callers 3

FAST_HANDLEFunction · 0.80
EmitInstructionFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected