Home
last modified time | relevance | path

Searched refs:kUnfillableDelaySlot (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.cc3276 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()
Dassembler_mips.h1313 static constexpr uint32_t kUnfillableDelaySlot = 0x13FF0000; // beq ra, ra, 0. variable