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

Method VLE32

external/biscuit/src/assembler_vector.cpp:1620–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620void Assembler::VLE32(Vec vd, GPR rs, VecMask mask) noexcept {
1621 VLSEGE32(1, vd, rs, mask);
1622}
1623
1624void Assembler::VLE64(Vec vd, GPR rs, VecMask mask) noexcept {
1625 VLSEGE64(1, vd, rs, mask);

Callers 2

FAST_HANDLEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected