Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp540 SDValue ANDC = TLO.DAG.getConstant(~KnownOne & NewMask, VT); in SimplifyDemandedBits() local
542 Op.getOperand(0), ANDC)); in SimplifyDemandedBits()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2236 T = SDValue(CurDAG->getMachineNode(PPC::ANDC, dl, MVT::i32, T, Op), 0); in SelectSETCC()
DPPCInstrInfo.td1916 defm ANDC : XForm_6r<31, 60, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB),
2913 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>,
DPPCISelLowering.cpp8026 BuildMI(BB, dl, TII->get(is64bit ? PPC::ANDC8 : PPC::ANDC), Tmp2Reg) in EmitPartwordAtomicBinary()
8766 BuildMI(BB, dl, TII->get(PPC::ANDC),Tmp2Reg) in EmitInstrWithCustomInserter()