Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/sim/h8300/
H A DChangeLog-2021672 * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-builtin.def1500 BU_ALTIVEC_OVERLOAD_2 (ANDC, "andc")
H A Drs6000.md6663 ;; 128-bit ANDC/ORC
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1355 SDValue ANDC = in SimplifyDemandedBits() local
1357 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::AND, dl, VT, Op0, ANDC)); in SimplifyDemandedBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2654 defm ANDC : XForm_6r<31, 60, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB),
3851 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>,
H A DPPCISelDAGToDAG.cpp4337 T = SDValue(CurDAG->getMachineNode(PPC::ANDC, dl, MVT::i32, T, Op), 0); in trySETCC()
H A DPPCISelLowering.cpp11309 BuildMI(BB, dl, TII->get(PPC::ANDC), Tmp2Reg) in EmitPartwordAtomicBinary()
12344 BuildMI(BB, dl, TII->get(PPC::ANDC), Tmp2Reg) in EmitInstrWithCustomInserter()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md7271 ;; 128-bit ANDC/ORC