Searched refs:JR_HB_R6 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 387 unsigned JR_HB_R6 = ABI.IsN64() ? Mips::JR_HB64_R6 : Mips::JR_HB_R6; in buildProperJumpMI() local 391 JumpOp = HasR6 ? JR_HB_R6 : JR_HB; in buildProperJumpMI()
|
H A D | Mips32r6InstrInfo.td | 933 def JR_HB_R6 : JR_HB_R6_ENC, JR_HB_R6_DESC, ISA_MIPS32R6; 1174 def TAILCALLHBR6REG : TailCallReg<JR_HB_R6, GPR32Opnd>, ISA_MIPS32R6; 1175 def PseudoIndrectHazardBranchR6 : PseudoIndirectBranchBase<JR_HB_R6,
|
H A D | MipsScheduleGeneric.td | 320 BLTZC, BNEC, BNEZC, BNVC, BOVC, JIC, JR_HB_R6,
|