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

Method VSSRA

external/biscuit/src/assembler_vector.cpp:984–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984void Assembler::VSSRA(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
985 EmitVectorOPIVV(m_buffer, 0b101011, mask, vs2, vs1, vd);
986}
987
988void Assembler::VSSRA(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
989 EmitVectorOPIVX(m_buffer, 0b101011, mask, vs2, rs1, vd);

Callers 1

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVUIFunction · 0.85

Tested by

no test coverage detected