Home
last modified time | relevance | path

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

/third_party/vixl/examples/aarch32/
H A Dmandelbrot.cc150 __ Vorr(F32, kFlags, kFlags, q10); // (~0/0) | above result in GenerateMandelBrot()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h452 Vorr, enumerator
1035 using InstARM32Vorr = InstARM32ThreeAddrFP<InstARM32::Vorr>;
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h10050 void Vorr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
10068 void Vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
10069 Vorr(al, dt, rd, rn, operand); in MacroAssembler()
10071 void Vorr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
10075 Vorr(cond, kDataTypeValueNone, rd, rn, operand); in MacroAssembler()
10077 void Vorr(DRegister rd, DRegister rn, const DOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
10078 Vorr(al, kDataTypeValueNone, rd, rn, operand); in MacroAssembler()
10081 void Vorr(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
10099 void Vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
10100 Vorr(a in MacroAssembler()
10102 void Vorr(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler
10108 void Vorr(QRegister rd, QRegister rn, const QOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12507 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val); in PerformORCombine() local
12508 return DAG.getNode(ISD::BITCAST, dl, VT, Vorr); in PerformORCombine()

Completed in 56 milliseconds