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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5615   { 774 /* bbit1 */, Mips::BBIT1, Convert__GPR64AsmReg1_0__ConstantUImm5_0_Report_UImm61_1__JumpTarget1_2, AMFBS_HasCnMips, { MCK_GPR64AsmReg, MCK_ConstantUImm5_0_Report_UImm6, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1424 /*  2553*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BBIT1), 0|OPFL_Chain,
 1513 /*  2704*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BBIT1), 0|OPFL_Chain,
 1626 /*  2897*/            OPC_MorphNodeTo0, TARGET_VAL(Mips::BBIT1), 0|OPFL_Chain,
 1694 /*  3033*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BBIT1), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5918     case Mips::BBIT1:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1798     case Mips::BBIT1:
 1921       case Mips::BBIT1:
 1930                               Opcode == Mips::BBIT1 ? 63 : 31))
lib/Target/Mips/MipsInstrInfo.cpp
  415   case Mips::BBIT1:
lib/Target/Mips/MipsSEInstrInfo.cpp
  562   case Mips::BBIT0:  return Mips::BBIT1;
  563   case Mips::BBIT1:  return Mips::BBIT0;
  667           Opc == Mips::BBIT0 || Opc == Mips::BBIT1 || Opc == Mips::BBIT032 ||