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

Method VSSUB

external/biscuit/src/assembler_vector.cpp:1008–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008void Assembler::VSSUB(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
1009 EmitVectorOPIVV(m_buffer, 0b100011, mask, vs2, vs1, vd);
1010}
1011
1012void Assembler::VSSUB(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
1013 EmitVectorOPIVX(m_buffer, 0b100011, mask, vs2, rs1, vd);

Callers 3

PSUBSFunction · 0.80
FAST_HANDLEFunction · 0.80

Calls 2

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85

Tested by

no test coverage detected