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

Method VROR

external/biscuit/src/assembler_vector.cpp:2102–2104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100}
2101
2102void Assembler::VROR(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2103 EmitVectorOPIVV(m_buffer, 0b010100, mask, vs2, vs1, vd);
2104}
2105void Assembler::VROR(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
2106 EmitVectorOPIVX(m_buffer, 0b010100, mask, vs2, rs1, vd);
2107}

Callers 2

EmitInstructionFunction · 0.80

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVIImplFunction · 0.85

Tested by

no test coverage detected