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

Method VNOT

external/biscuit/src/assembler_vector.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void Assembler::VNOT(Vec vd, Vec vs, VecMask mask) noexcept {
739 VXOR(vd, vs, -1, mask);
740}
741
742void Assembler::VNSRA(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
743 EmitVectorOPIVV(m_buffer, 0b101101, mask, vs2, vs1, vd);

Callers 4

VANDNFunction · 0.80
FAST_HANDLEFunction · 0.80
VTESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected