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

Method VFNMSAC

external/biscuit/src/assembler_vector.cpp:1406–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406void Assembler::VFNMSAC(Vec vd, Vec vs1, Vec vs2, VecMask mask) noexcept {
1407 EmitVectorOPFVV(m_buffer, 0b101111, mask, vs2, vs1, vd);
1408}
1409
1410void Assembler::VFNMSAC(Vec vd, FPR rs1, Vec vs2, VecMask mask) noexcept {
1411 EmitVectorOPFVF(m_buffer, 0b101111, mask, vs2, rs1, vd);

Callers 2

VFNMADDFunction · 0.80

Calls 2

EmitVectorOPFVVFunction · 0.85
EmitVectorOPFVFFunction · 0.85

Tested by

no test coverage detected