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

Method VROL

external/biscuit/src/assembler_vector.cpp:2095–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093}
2094
2095void Assembler::VROL(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2096 EmitVectorOPIVV(m_buffer, 0b010101, mask, vs2, vs1, vd);
2097}
2098void Assembler::VROL(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
2099 EmitVectorOPIVX(m_buffer, 0b010101, mask, vs2, rs1, vd);
2100}

Callers 2

EmitInstructionFunction · 0.80

Calls 2

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85

Tested by

no test coverage detected