Home
last modified time | relevance | path

Searched refs:Vmvn (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h450 Vmvn, enumerator
1033 using InstARM32Vmvn = InstARM32UnaryopFP<InstARM32::Vmvn>;
H A DIceAssemblerARM32.cpp3532 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 Dmacro-assembler-aarch32.h9807 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