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

Method VFMSAC

external/biscuit/src/assembler_vector.cpp:1354–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354void Assembler::VFMSAC(Vec vd, Vec vs1, Vec vs2, VecMask mask) noexcept {
1355 EmitVectorOPFVV(m_buffer, 0b101110, mask, vs2, vs1, vd);
1356}
1357
1358void Assembler::VFMSAC(Vec vd, FPR rs1, Vec vs2, VecMask mask) noexcept {
1359 EmitVectorOPFVF(m_buffer, 0b101110, mask, vs2, rs1, vd);

Callers 3

VFMSUBFunction · 0.80
VFMADDSUBFunction · 0.80

Calls 2

EmitVectorOPFVVFunction · 0.85
EmitVectorOPFVFFunction · 0.85

Tested by

no test coverage detected