Home
last modified time | relevance | path

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/
DMSP430ISelDAGToDAG.cpp116 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/
DAVRISelLowering.cpp281 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/
DX86ISelDAGToDAG.cpp3056 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument
3065 return Opc8; in foldLoadStoreIntoMemOperand()
DX86InstrCompiler.td850 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
854 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),