Searched refs:Opc8 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 116 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8, 351 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument 360 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 281 unsigned Opc8; in LowerShifts() local 314 Opc8 = AVRISD::ASR; in LowerShifts() 317 Opc8 = AVRISD::ROL; in LowerShifts() 320 Opc8 = AVRISD::ROR; in LowerShifts() 323 Opc8 = AVRISD::LSR; in LowerShifts() 326 Opc8 = AVRISD::LSL; in LowerShifts() 333 Victim = DAG.getNode(Opc8, dl, VT, Victim); in LowerShifts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 3056 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument 3065 return Opc8; in foldLoadStoreIntoMemOperand()
|
D | X86InstrCompiler.td | 850 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form, 854 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
|