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

Method VSSRL

external/biscuit/src/assembler_vector.cpp:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void Assembler::VSSRL(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
997 EmitVectorOPIVV(m_buffer, 0b101010, mask, vs2, vs1, vd);
998}
999
1000void Assembler::VSSRL(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
1001 EmitVectorOPIVX(m_buffer, 0b101010, mask, vs2, rs1, vd);

Callers 1

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVUIFunction · 0.85

Tested by

no test coverage detected