/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 132 def CCOp : Operand<i32>; 210 // Note that these values must be kept in sync with the CCOp::CondCode enum 600 def CC : F2_3<0b001, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 603 def CCA : F2_3<0b001, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 606 def CCNT : F2_3<0b001, 0, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 609 def CCANT : F2_3<0b001, 1, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 631 def BCOND : BranchSP<(ins brtarget:$imm22, CCOp:$cond), 634 def BCONDA : BranchSPA<(ins brtarget:$imm22, CCOp:$cond), 655 def CC : F2_3<0b101, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond, 658 def CCA : F2_3<0b101, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond, [all …]
|
D | SparcInstr64Bit.td | 317 (ins IntRegs:$rs2, IntRegs:$f, CCOp:$cond), 322 (ins i32imm:$simm11, IntRegs:$f, CCOp:$cond), 330 (ins FPRegs:$rs2, FPRegs:$f, CCOp:$cond), 335 (ins DFPRegs:$rs2, DFPRegs:$f, CCOp:$cond), 340 (ins QFPRegs:$rs2, QFPRegs:$f, CCOp:$cond),
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | SIISelLowering.cpp | 420 ISD::CondCode CCOp = dyn_cast<CondCodeSDNode>(CC)->get(); in PerformDAGCombine() local 428 && CCOp == ISD::SETNE) { in PerformDAGCombine() 430 DAG.getConstant(0, MVT::i1), CCOp, true, DCI, DL); in PerformDAGCombine()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIISelLowering.cpp | 420 ISD::CondCode CCOp = dyn_cast<CondCodeSDNode>(CC)->get(); in PerformDAGCombine() local 428 && CCOp == ISD::SETNE) { in PerformDAGCombine() 430 DAG.getConstant(0, MVT::i1), CCOp, true, DCI, DL); in PerformDAGCombine()
|
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.cpp | 1136 ISD::CondCode CCOp = dyn_cast<CondCodeSDNode>(CC)->get(); in PerformDAGCombine() local 1144 && CCOp == ISD::SETNE) { in PerformDAGCombine() 1146 DAG.getConstant(0, MVT::i1), CCOp, true, DCI, DL); in PerformDAGCombine()
|
/external/qemu/target-i386/ |
D | cpu.h | 662 } CCOp; typedef
|
D | translate.c | 114 CCOp cc_op; /* current CC operation */ 219 static void set_cc_op(DisasContext *s, CCOp op) in set_cc_op()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3994 ISD::CondCode CCOp = cast<CondCodeSDNode>(CC)->get(); in ExpandNode() local 3996 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode() 4014 ISD::CondCode InvCC = ISD::getSetCCInverse(CCOp, in ExpandNode()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7654 SDValue CCOp; in combineSelectAndUse() local 7656 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse() 7669 CCOp, TrueVal, FalseVal); in combineSelectAndUse()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 406 struct CCOp { struct in __anon92bc5ab90311::ARMOperand 512 struct CCOp CC;
|