Searched refs:CMPB (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBack2BackFusion.def | 57 CMPB, 546 CMPB,
|
| H A D | PPCISelLowering.h | 123 CMPB, enumerator
|
| H A D | P10InstrResources.td | 982 CMPB, CMPB8,
|
| H A D | P9InstrResources.td | 112 (instregex "CMPB(8)?$"),
|
| H A D | PPCInstrInfo.td | 257 def PPCcmpb : SDNode<"PPCISD::CMPB", SDTIntBinOp, []>; 2471 def CMPB : XForm_6<31, 508, (outs gprc:$RA), (ins gprc:$RST, gprc:$RB), 5136 (i32 (CMPB $a, $b))>;
|
| H A D | PPCISelDAGToDAG.cpp | 6573 Res = CurDAG->getNode(PPCISD::CMPB, dl, VT, LHS, RHS); in combineToCMPB()
|
| H A D | PPCISelLowering.cpp | 1701 case PPCISD::CMPB: return "PPCISD::CMPB"; in getTargetNodeName()
|