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

Method VCPOP

external/biscuit/src/assembler_vector.cpp:2091–2093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089 EmitVectorOPMVV(m_buffer, 0b010010, mask, vs2, Vec{0b01101}, vd);
2090}
2091void Assembler::VCPOP(Vec vd, Vec vs2, VecMask mask) noexcept {
2092 EmitVectorOPMVV(m_buffer, 0b010010, mask, vs2, Vec{0b01110}, vd);
2093}
2094
2095void Assembler::VROL(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2096 EmitVectorOPIVV(m_buffer, 0b010101, mask, vs2, vs1, vd);

Callers 2

EmitInstructionFunction · 0.80

Calls 1

EmitVectorOPMVVFunction · 0.85

Tested by

no test coverage detected