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

Method VLE64

external/biscuit/src/assembler_vector.cpp:1624–1626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624void Assembler::VLE64(Vec vd, GPR rs, VecMask mask) noexcept {
1625 VLSEGE64(1, vd, rs, mask);
1626}
1627
1628void Assembler::VLM(Vec vd, GPR rs) noexcept {
1629 EmitVectorLoad(m_buffer, 0b000, false, AddressingMode::UnitStride, VecMask::No,

Callers 4

FAST_HANDLEFunction · 0.80
allocatedVecMethod · 0.80
restoreStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected