Searched refs:delay_slot_ (Results 1 – 2 of 2) sorted by relevance
50 CHECK_EQ(delay_slot_.instruction_, 0u); in DsFsmInstr()51 return delay_slot_.masks_; in DsFsmInstr()81 delay_slot_.instruction_ = instruction; in DsFsmInstr()82 delay_slot_.masks_ = InOutRegMasks(); in DsFsmInstr()83 delay_slot_.patcher_label_ = patcher_label; in DsFsmInstr()84 return delay_slot_.masks_; in DsFsmInstr()90 CHECK_EQ(delay_slot_.instruction_, 0u); in DsFsmLabel()110 delay_slot_.instruction_ = 0; in DsFsmLabel()940 uint32_t last_instruction = delay_slot_.instruction_; in Jalr()941 MipsLabel* patcher_label = delay_slot_.patcher_label_; in Jalr()[all …]
1791 DelaySlot delay_slot_; variable