Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp116 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
353 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument
362 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.cpp281 unsigned Opc8; in LowerShifts() local
375 Opc8 = AVRISD::ASR; in LowerShifts()
378 Opc8 = AVRISD::ROL; in LowerShifts()
382 Opc8 = AVRISD::ROR; in LowerShifts()
386 Opc8 = AVRISD::LSR; in LowerShifts()
389 Opc8 = AVRISD::LSL; in LowerShifts()
475 Opc8 = AVRISD::LSLHI; in LowerShifts()
482 Opc8 = AVRISD::LSRLO; in LowerShifts()
489 Opc8 = AVRISD::ASRLO; in LowerShifts()
501 Opc8 = AVRISD::LSLHI; in LowerShifts()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrCompiler.td915 multiclass ATOMIC_LOGIC_OP_RM<bits<8> Opc8, string s> {
918 def 16rm : I<Opc8, MRMDestMem, (outs), (ins i16mem:$src1, GR16:$src2),
922 def 32rm : I<Opc8, MRMDestMem, (outs), (ins i32mem:$src1, GR32:$src2),
926 def 64rm : RI<Opc8, MRMDestMem, (outs), (ins i64mem:$src1, GR64:$src2),
943 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
947 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
DX86ISelDAGToDAG.cpp3290 unsigned Opc8) { in foldLoadStoreIntoMemOperand() argument
3299 return Opc8; in foldLoadStoreIntoMemOperand()