Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h444 Vorr, enumerator
1018 using InstARM32Vorr = InstARM32ThreeAddrFP<InstARM32::Vorr>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h8341 void Vorr(Condition cond, in Vorr() function
8355 void Vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function
8356 Vorr(al, dt, rd, rn, operand); in Vorr()
8358 void Vorr(Condition cond, in Vorr() function
8362 Vorr(cond, kDataTypeValueNone, rd, rn, operand); in Vorr()
8364 void Vorr(DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function
8365 Vorr(al, kDataTypeValueNone, rd, rn, operand); in Vorr()
8368 void Vorr(Condition cond, in Vorr() function
8382 void Vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vorr() function
8383 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()