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

Method VNSRA

external/biscuit/src/assembler_vector.cpp:742–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void Assembler::VNSRA(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
743 EmitVectorOPIVV(m_buffer, 0b101101, mask, vs2, vs1, vd);
744}
745
746void Assembler::VNSRA(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
747 EmitVectorOPIVX(m_buffer, 0b101101, mask, vs2, rs1, vd);

Callers 1

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVUIFunction · 0.85

Tested by

no test coverage detected