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

Method VMSLE

external/biscuit/src/assembler_vector.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void Assembler::VMSLE(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
546 EmitVectorOPIVV(m_buffer, 0b011101, mask, vs2, vs1, vd);
547}
548
549void Assembler::VMSLE(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
550 EmitVectorOPIVX(m_buffer, 0b011101, mask, vs2, rs1, vd);

Callers 1

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVIFunction · 0.85

Tested by

no test coverage detected