Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp115 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 DAVRISelLowering.cpp265 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 DX86InstrCompiler.td897 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 DX86ISelDAGToDAG.cpp3610 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument
3619 return Opc8; in foldLoadStoreIntoMemOperand()