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

Method VANDN

external/biscuit/src/assembler_vector.cpp:2068–2070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066// Vector Cryptography Instructions
2067
2068void Assembler::VANDN(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2069 EmitVectorOPIVV(m_buffer, 0b000001, mask, vs2, vs1, vd);
2070}
2071void Assembler::VANDN(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
2072 EmitVectorOPIVX(m_buffer, 0b000001, mask, vs2, rs1, vd);
2073}

Callers 4

FAST_HANDLEFunction · 0.80
VANDNFunction · 0.80
EmitInstructionFunction · 0.80

Calls 2

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85

Tested by

no test coverage detected