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

Method VMAND

external/biscuit/src/assembler_vector.cpp:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void Assembler::VMAND(Vec vd, Vec vs2, Vec vs1) noexcept {
380 EmitVectorOPMVV(m_buffer, 0b011001, VecMask::No, vs2, vs1, vd);
381}
382
383void Assembler::VMANDNOT(Vec vd, Vec vs2, Vec vs1) noexcept {
384 EmitVectorOPMVV(m_buffer, 0b011000, VecMask::No, vs2, vs1, vd);

Callers 4

FAST_HANDLEFunction · 0.80
CMPPFunction · 0.80
VCMPFunction · 0.80

Calls 1

EmitVectorOPMVVFunction · 0.85

Tested by

no test coverage detected