Searched refs:Vmvn (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
H A D | IceInstARM32.h | 450 Vmvn, enumerator 1033 using InstARM32Vmvn = InstARM32UnaryopFP<InstARM32::Vmvn>; |
H A D | IceAssemblerARM32.cpp | 3532 constexpr const char *Vmvn = "vmvn"; 3534 const IValueT Qd = encodeQRegister(OpQd, "Qd", Vmvn); 3536 const IValueT Qm = encodeQRegister(OpQm, "Qm", Vmvn); |
/third_party/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.h | 9807 void Vmvn(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler 9823 void Vmvn(DataType dt, DRegister rd, const DOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 9824 Vmvn(al, dt, rd, operand); in MacroAssembler() 9827 void Vmvn(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler 9843 void Vmvn(DataType dt, QRegister rd, const QOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 9844 Vmvn(al, dt, rd, operand); in MacroAssembler() |
Completed in 32 milliseconds