Home | History | Annotate | Download | only in mips

Lines Matching full:delayed_instruction

3972   uint32_t delayed_instruction = branch->GetDelayedInstruction();
3976 if (delayed_instruction == Branch::kUnfillableDelaySlot) {
3979 delayed_instruction = 0; // NOP.
3980 } else if (delayed_instruction == Branch::kUnfilledDelaySlot) {
3982 delayed_instruction = 0; // NOP.
3988 delayed_instruction = buffer_.Load<uint32_t>(target);
3995 Emit(delayed_instruction);
3998 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
3999 if (delayed_instruction == Branch::kUnfilledDelaySlot) {
4000 delayed_instruction = 0; // NOP.
4004 Emit(delayed_instruction);
4007 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
4008 if (delayed_instruction == Branch::kUnfilledDelaySlot) {
4009 delayed_instruction = 0; // NOP.
4013 Emit(delayed_instruction);
4018 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4024 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4051 if (delayed_instruction != Branch::kUnfilledDelaySlot &&
4052 delayed_instruction != Branch::kUnfillableDelaySlot) {
4053 Emit(delayed_instruction);
4067 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
4068 if (delayed_instruction != Branch::kUnfilledDelaySlot) {
4069 Emit(delayed_instruction);
4086 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
4087 if (delayed_instruction != Branch::kUnfilledDelaySlot) {
4088 Emit(delayed_instruction);
4101 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4109 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4119 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4126 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
4127 if (delayed_instruction != Branch::kUnfilledDelaySlot) {
4128 Emit(delayed_instruction);
4136 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4143 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4149 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4156 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4163 DCHECK_NE(delayed_instruction, Branch::kUnfillableDelaySlot);
4164 if (delayed_instruction != Branch::kUnfilledDelaySlot) {
4165 Emit(delayed_instruction);
4174 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4183 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);
4191 DCHECK_EQ(delayed_instruction, Branch::kUnfilledDelaySlot);