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

Method VWSLL

external/biscuit/src/assembler_vector.cpp:2115–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113}
2114
2115void Assembler::VWSLL(Vec vd, Vec vs2, Vec vs1, VecMask mask) noexcept {
2116 EmitVectorOPIVV(m_buffer, 0b110101, mask, vs2, vs1, vd);
2117}
2118void Assembler::VWSLL(Vec vd, Vec vs2, GPR rs1, VecMask mask) noexcept {
2119 EmitVectorOPIVX(m_buffer, 0b110101, mask, vs2, rs1, vd);
2120}

Callers 3

FAST_HANDLEFunction · 0.80
EmitInstructionFunction · 0.80

Calls 3

EmitVectorOPIVVFunction · 0.85
EmitVectorOPIVXFunction · 0.85
EmitVectorOPIVUIFunction · 0.85

Tested by

no test coverage detected