Home
last modified time | relevance | path

Searched refs:Vorr (Results 1 – 6 of 6) sorted by relevance

/external/vixl/examples/aarch32/
Dmandelbrot.cc147 __ Vorr(F32, kFlags, kFlags, q10); // (~0/0) | above result in GenerateMandelBrot() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h453 Vorr, enumerator
1036 using InstARM32Vorr = InstARM32ThreeAddrFP<InstARM32::Vorr>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h8243 void Vorr(Condition cond, in Vorr() function
8257 void Vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function
8258 Vorr(al, dt, rd, rn, operand); in Vorr()
8260 void Vorr(Condition cond, in Vorr() function
8264 Vorr(cond, kDataTypeValueNone, rd, rn, operand); in Vorr()
8266 void Vorr(DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function
8267 Vorr(al, kDataTypeValueNone, rd, rn, operand); in Vorr()
8270 void Vorr(Condition cond, in Vorr() function
8284 void Vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vorr() function
8285 Vorr(al, dt, rd, rn, operand); in Vorr()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6730 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val); in PerformORCombine() local
6731 return DAG.getNode(ISD::BITCAST, dl, VT, Vorr); in PerformORCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9290 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val); in PerformORCombine() local
9291 return DAG.getNode(ISD::BITCAST, dl, VT, Vorr); in PerformORCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11018 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val); in PerformORCombine() local
11019 return DAG.getNode(ISD::BITCAST, dl, VT, Vorr); in PerformORCombine()