Searched refs:ANDC (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.def | 56 FUSION_OP_SET(AND, ANDC, EQV, NAND, NOR, OR, ORC, XOR, AND8, 62 FUSION_OP_SET(AND, ANDC, EQV, NAND, NOR, OR, ORC, XOR, AND8, 64 FUSION_OP_SET(AND, ANDC, EQV, NAND, NOR, OR, ORC, XOR, AND8,
|
H A D | PPCBack2BackFusion.def | 44 ANDC, 529 ANDC,
|
H A D | P10InstrResources.td | 992 ANDC, ANDC8,
|
H A D | PPCInstrInfo.td | 2277 defm ANDC : XForm_6r<31, 60, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB), 3537 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>,
|
H A D | PPCISelDAGToDAG.cpp | 4365 T = SDValue(CurDAG->getMachineNode(PPC::ANDC, dl, MVT::i32, T, Op), 0); in trySETCC()
|
H A D | PPCISelLowering.cpp | 11862 BuildMI(BB, dl, TII->get(PPC::ANDC), Tmp2Reg) in EmitPartwordAtomicBinary() 12882 BuildMI(BB, dl, TII->get(PPC::ANDC), Tmp2Reg) in EmitInstrWithCustomInserter()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920625-1.c | 6 SUB_CIO, ADC_CI, ADC_CO, ADC_CIO, AND, IOR, XOR, ANDC, IORC, EQV, enumerator 170 …recurse(ANDC, n_values, s1, s2, v, 1, sequence, n_insns, values, n_values + 1, goal_value, allow… in synth() 172 …recurse(ANDC, n_values, s2, s1, v, 1, sequence, n_insns, values, n_values + 1, goal_value, allow… in synth()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1547 SDValue ANDC = in SimplifyDemandedBits() local 1549 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::AND, dl, VT, Op0, ANDC)); in SimplifyDemandedBits()
|