Home
last modified time | relevance | path

Searched refs:JR_HB_R6 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp387 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 DMips32r6InstrInfo.td933 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 DMipsScheduleGeneric.td320 BLTZC, BNEC, BNEZC, BNVC, BOVC, JIC, JR_HB_R6,