Home
last modified time | relevance | path

Searched defs:Vorr (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/examples/aarch32/
Dmandelbrot.cc150 __ Vorr(F32, kFlags, kFlags, q10); // (~0/0) | above result in GenerateMandelBrot() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h452 Vorr, enumerator
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h10050 void Vorr(Condition cond, in Assembler() function
10068 void Vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in Assembler() function
10071 void Vorr(Condition cond, in Assembler() function
10077 void Vorr(DRegister rd, DRegister rn, const DOperand& operand) { in Assembler() function
10081 void Vorr(Condition cond, in Assembler() function
10099 void Vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Assembler() function
10102 void Vorr(Condition cond, in Assembler() function
10108 void Vorr(QRegister rd, QRegister rn, const QOperand& operand) { in Assembler() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12507 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val); in PerformORCombine() local