Searched refs:CMPB (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 128 CMPB, enumerator
|
| H A D | P9InstrResources.td | 112 (instregex "CMPB(8)?$"),
|
| H A D | PPCInstrInfo.td | 240 def PPCcmpb : SDNode<"PPCISD::CMPB", SDTIntBinOp, []>; 2742 def CMPB : XForm_6<31, 508, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB), 5309 (i32 (CMPB $a, $b))>;
|
| H A D | PPCISelDAGToDAG.cpp | 6011 Res = CurDAG->getNode(PPCISD::CMPB, dl, VT, LHS, RHS); in combineToCMPB()
|
| H A D | PPCISelLowering.cpp | 1609 case PPCISD::CMPB: return "PPCISD::CMPB"; in getTargetNodeName()
|