Searched refs:Opc8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 115 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8, 359 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument 368 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 265 unsigned Opc8; in LowerShifts() local 358 Opc8 = AVRISD::ASR; in LowerShifts() 361 Opc8 = AVRISD::ROL; in LowerShifts() 365 Opc8 = AVRISD::ROR; in LowerShifts() 369 Opc8 = AVRISD::LSR; in LowerShifts() 372 Opc8 = AVRISD::LSL; in LowerShifts() 485 Opc8 = AVRISD::LSLHI; in LowerShifts() 492 Opc8 = AVRISD::LSRLO; in LowerShifts() 499 Opc8 = AVRISD::ASRLO; in LowerShifts() 511 Opc8 = AVRISD::LSLHI; in LowerShifts() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrCompiler.td | 897 multiclass ATOMIC_LOGIC_OP_RM<bits<8> Opc8, string s> { 900 def 16rm : I<Opc8, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2), 904 def 32rm : I<Opc8, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2), 908 def 64rm : RI<Opc8, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2), 925 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form, 929 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
|
H A D | X86ISelDAGToDAG.cpp | 3610 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument 3619 return Opc8; in foldLoadStoreIntoMemOperand()
|