Searched refs:ROp (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 51 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 60 : MxInst<(outs TYPE.ROp:$dst), 61 (ins TYPE.ROp:$src, !cast<Operand>("Mxi"#TYPE.Size#"imm"):$opd),
|
| H A D | M68kInstrArithmetic.td | 92 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 108 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 117 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), 129 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd), 139 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd), 155 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$opd), 311 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd), 370 : MxInst<(outs), (ins TYPE.ROp:$lhs, TYPE.ROp:$rhs), 378 : MxInst<(outs), (ins TYPE.IOp:$imm, TYPE.ROp:$reg), 410 : MxInst<(outs), (ins TYPE.ROp:$reg, MEMOpd:$mem), [all …]
|
| H A D | M68kInstrBits.td | 53 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.ROp:$bitno), "btst\t$bitno, $dst", 58 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst", 64 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$bitno), "btst\t$bitno, $dst",
|
| H A D | M68kInstrData.td | 64 : MxMove<DST.Prefix, (outs DST.ROp:$dst), (ins SRC.ROp:$src), 70 : MxMove<REG.Prefix, (outs), (ins MEMOpd:$dst, REG.ROp:$src), 80 : MxMove<DST.Prefix, (outs DST.ROp:$dst), (ins DST.IOp:$src), 89 : MxMove<REG.Prefix, (outs REG.ROp:$dst), (ins MEMOpd:$src), 457 : MxPseudo<(outs), (ins MEMOp:$dst, TYPE.ROp:$reg)>; 460 : MxPseudo<(outs TYPE.ROp:$dst), (ins MEMOp:$src)>; 511 def MOV16cd : MxMoveToCCR<(ins MxType16d.ROp:$src), MxEncEAd_1, MxExtEmpty>; 512 def MOV8cd : MxMoveToCCRPseudo<(ins MxType8d.ROp:$src)>; 538 : MxMoveFromCCR<(outs MxType16d.ROp:$dst), (ins CCRC:$src), MxEncEAd_0, MxExtEmpty>; 540 def MOV8dc : MxMoveFromCCRPseudo<(ins MxType8d.ROp:$dst, CCRC:$src)>; [all …]
|
| H A D | M68kInstrCompiler.td | 59 : MxPseudo<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$t, TYPE.ROp:$f, i8imm:$cond),
|
| H A D | M68kInstrInfo.td | 580 MxOperand ROp = rOp;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 530 Instruction::BinaryOps ROp) { in leftDistributesOverRight() argument 534 return ROp == Instruction::Or || ROp == Instruction::Xor; in leftDistributesOverRight() 538 return ROp == Instruction::And; in leftDistributesOverRight() 543 return ROp == Instruction::Add || ROp == Instruction::Sub; in leftDistributesOverRight() 551 Instruction::BinaryOps ROp) { in rightDistributesOverLeft() argument 552 if (Instruction::isCommutative(ROp)) in rightDistributesOverLeft() 553 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft() 556 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 969 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local 971 (!ROp && !isa<UnsetInit>(RHSs->getOperator()))) in Fold() 973 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold() 978 Init *Op = LOp ? LOp : ROp; in Fold()
|