Lines Matching defs:BranchDelaySlot

39 enum BranchDelaySlot { USE_DELAY_SLOT, PROTECT };
151 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
152 inline void Name(BranchDelaySlot bd, target_type target) { \
156 BranchDelaySlot bd = PROTECT); \
157 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
190 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
191 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
193 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
194 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
198 MSARegister wt, BranchDelaySlot bd = PROTECT);
200 void BranchLong(int32_t offset, BranchDelaySlot bdslot = PROTECT);
202 BranchDelaySlot bdslot = PROTECT);
230 BranchDelaySlot bd = PROTECT
272 inline void Ret(BranchDelaySlot bd, Condition cond = al,
855 BranchDelaySlot bd = PROTECT);
916 MSARegister wt, BranchDelaySlot bd = PROTECT);
927 void BranchShortHelper(int16_t offset, Label* L, BranchDelaySlot bdslot);
931 const Operand& rt, BranchDelaySlot bdslot);
933 const Operand& rt, BranchDelaySlot bdslot);
937 BranchDelaySlot bdslot);
938 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
939 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
944 BranchDelaySlot bdslot);
947 BranchDelaySlot bdslot);
948 void BranchLong(Label* L, BranchDelaySlot bdslot);
949 void BranchAndLinkLong(Label* L, BranchDelaySlot bdslot);
1068 MSARegister wt, BranchDelaySlot bd = PROTECT);
1160 BranchDelaySlot bd = PROTECT,
1206 BranchDelaySlot bd = PROTECT);