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

Method VMSGT

external/biscuit/src/assembler_vector.cpp:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void Assembler::VMSGT(Vec vd, Vec va, Vec vb, VecMask mask) noexcept {
522 VMSLT(vd, vb, va, mask);
523}
524
525void Assembler::VMSGT(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
526 EmitVectorOPIVX(m_buffer, 0b011111, mask, vs2, rs1, vd);

Callers 2

FAST_HANDLEFunction · 0.80

Calls 2

EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVIFunction · 0.85

Tested by

no test coverage detected