reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 4488   { 65 /* andis */, PPC::ANDISo, Convert__RegGPRC1_1__RegGPRC1_2__U16Imm1_3, AMFBS_None, { MCK__DOT_, MCK_RegGPRC, MCK_RegGPRC, MCK_U16Imm }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
22849 /* 56374*/            OPC_MorphNodeTo2, TARGET_VAL(PPC::ANDISo), 0,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2749     case PPC::ANDISo:
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1817         ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32,
 1910         ANDISVal = SDValue(CurDAG->getMachineNode(PPC::ANDISo, dl, MVT::i32,
 6185       Op32.getMachineOpcode() == PPC::ANDISo) {
 6308       case PPC::ANDISo:    NewOpcode = PPC::ANDISo8; break;
lib/Target/PowerPC/PPCInstrInfo.cpp
 1840       MIOpC == PPC::ANDISo || MIOpC == PPC::ANDISo8)
 1947           (MBInLoHWord ? PPC::ANDIo : PPC::ANDISo) :
 1956         NewOpC = MIOpC == PPC::RLWINM ? PPC::ANDISo :PPC::ANDISo8;
 3966       Opcode == PPC::ANDIo   || Opcode == PPC::ANDISo  ||
 4063   case PPC::ANDISo: