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

Method VMNOT

external/biscuit/src/assembler_vector.cpp:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void Assembler::VMNOT(Vec vd, Vec vs) noexcept {
404 VMNAND(vd, vs, vs);
405}
406
407void Assembler::VMOR(Vec vd, Vec vs2, Vec vs1) noexcept {
408 EmitVectorOPMVV(m_buffer, 0b011010, VecMask::No, vs2, vs1, vd);

Callers 3

FAST_HANDLEFunction · 0.80
VFMADDSUBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected