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

Method VFNMSUB

external/biscuit/src/assembler_vector.cpp:1414–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414void Assembler::VFNMSUB(Vec vd, Vec vs1, Vec vs2, VecMask mask) noexcept {
1415 EmitVectorOPFVV(m_buffer, 0b101011, mask, vs2, vs1, vd);
1416}
1417
1418void Assembler::VFNMSUB(Vec vd, FPR rs1, Vec vs2, VecMask mask) noexcept {
1419 EmitVectorOPFVF(m_buffer, 0b101011, mask, vs2, rs1, vd);

Callers 2

VFNMADDFunction · 0.80

Calls 2

EmitVectorOPFVVFunction · 0.85
EmitVectorOPFVFFunction · 0.85

Tested by

no test coverage detected