Home
last modified time | relevance | path

Searched refs:Opc8 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp118 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
355 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp115 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
352 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
361 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp121 unsigned Opc8, unsigned Opc16);
355 unsigned Opc8, unsigned Opc16) { in SelectIndexedBinOp() argument
364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in SelectIndexedBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp273 unsigned Opc8; in LowerShifts() local
306 Opc8 = AVRISD::ASR; in LowerShifts()
309 Opc8 = AVRISD::ROL; in LowerShifts()
312 Opc8 = AVRISD::ROR; in LowerShifts()
315 Opc8 = AVRISD::LSR; in LowerShifts()
318 Opc8 = AVRISD::LSL; in LowerShifts()
325 Victim = DAG.getNode(Opc8, dl, VT, Victim); in LowerShifts()
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td696 multiclass LOCK_ArithUnOp<bits<8> Opc8, bits<8> Opc, Format Form,
700 def NAME#8m : I<Opc8, Form, (outs), (ins i8mem :$dst),
733 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
738 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrCompiler.td709 multiclass LOCK_ArithUnOp<bits<8> Opc8, bits<8> Opc, Format Form,
713 def NAME#8m : I<Opc8, Form, (outs), (ins i8mem :$dst),
767 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
771 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
DX86ISelDAGToDAG.cpp2381 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument
2390 return Opc8; in foldLoadStoreIntoMemOperand()