Searched defs:Vbic (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 5656 void Vbic(Condition cond, in Vbic() function 5670 void Vbic(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in Vbic() function 5674 void Vbic(Condition cond, in Vbic() function 5688 void Vbic(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vbic() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9248 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val); in PerformANDCombine() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12200 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val); in PerformANDCombine() local
|