Home
last modified time | relevance | path

Searched refs:Vshr (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h457 Vshr, enumerator
1042 using InstARM32Vshr = InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>;
1769 constexpr const char *InstARM32ThreeAddrFP<InstARM32::Vshr>::Opcode = "vshr";
H A DIceAssemblerARM32.cpp4049 constexpr const char *Vshr = "vshr";
4053 encodeSIMDShiftImm6(ST_Vshr, ElmtTy, Imm6), Vshr);
H A DIceInstARM32.cpp1061 llvm::report_fatal_error("Vshr not defined on type " + in emitIAS()
1079 assert(false && "Vshr requires signedness specification."); in emitIAS()
3432 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>;
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h11853 void Vshr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
11871 void Vshr(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
11872 Vshr(al, dt, rd, rm, operand); in MacroAssembler()
11875 void Vshr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
11893 void Vshr(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
11894 Vshr(al, dt, rd, rm, operand); in MacroAssembler()

Completed in 46 milliseconds