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