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

Method VMSLTU

external/biscuit/src/assembler_vector.cpp:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void Assembler::VMSLTU(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
583 EmitVectorOPIVV(m_buffer, 0b011010, mask, vs2, vs1, vd);
584}
585
586void Assembler::VMSLTU(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
587 EmitVectorOPIVX(m_buffer, 0b011010, mask, vs2, rs1, vd);

Callers 1

Calls 2

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85

Tested by

no test coverage detected