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

Method VMFLE

external/biscuit/src/assembler_vector.cpp:1586–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1584}
1585
1586void Assembler::VMFLE(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
1587 EmitVectorOPFVV(m_buffer, 0b011001, mask, vs2, vs1, vd);
1588}
1589
1590void Assembler::VMFLE(Vec vd, Vec vs2, FPR rs1, VecMask mask) noexcept {
1591 EmitVectorOPFVF(m_buffer, 0b011001, mask, vs2, rs1, vd);

Callers 3

CMPPFunction · 0.80
VCMPFunction · 0.80

Calls 2

EmitVectorOPFVVFunction · 0.85
EmitVectorOPFVFFunction · 0.85

Tested by

no test coverage detected