Searched refs:kUnfillableDelaySlot (Results 1 – 2 of 2) sorted by relevance
3276 delayed_instruction_ != kUnfillableDelaySlot) ? 1 : 0; in GetPrecedingInstructionLength()3757 branch.SetDelayedInstruction(Branch::kUnfillableDelaySlot); in MoveInstructionToDelaySlot()3976 if (delayed_instruction == Branch::kUnfillableDelaySlot) { in EmitBranch()3998 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()4007 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()4052 delayed_instruction != Branch::kUnfillableDelaySlot) { in EmitBranch()4067 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()4086 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()4126 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()4163 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot); in EmitBranch()
1313 static constexpr uint32_t kUnfillableDelaySlot = 0x13FF0000; // beq ra, ra, 0. variable