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

Method VCLMULH

external/biscuit/src/assembler_vector.cpp:2132–2134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132void Assembler::VCLMULH(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2133 EmitVectorOPMVV(m_buffer, 0b001101, mask, vs2, vs1, vd);
2134}
2135void Assembler::VCLMULH(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
2136 EmitVectorOPMVX(m_buffer, 0b001101, mask, vs2, rs1, vd);
2137}

Callers 3

FAST_HANDLEFunction · 0.80
EmitInstructionFunction · 0.80

Calls 2

EmitVectorOPMVVFunction · 0.85
EmitVectorOPMVXFunction · 0.85

Tested by

no test coverage detected