Lines Matching refs:target
130 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
131 inline void Name(BranchDelaySlot bd, target_type target) { \
132 Name(target, bd); \
134 void Name(target_type target, COND_TYPED_ARGS, \
136 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
137 Name(target, COND_ARGS, bd); \
169 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
170 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
172 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
173 void BranchFalseF(Label* target, BranchDelaySlot bd = PROTECT);
176 void BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond,
205 void Jump(Register target, int16_t offset = 0, COND_ARGS);
206 void Jump(Register target, Register base, int16_t offset = 0, COND_ARGS);
207 void Jump(Register target, const Operand& offset, COND_ARGS);
208 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
209 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
210 // Deffer from li, this method save target to the memory, and then load
213 void PatchAndJump(Address target);
216 void Call(Register target, int16_t offset = 0, COND_ARGS);
217 void Call(Register target, Register base, int16_t offset = 0, COND_ARGS);
218 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
221 void Call(Label* target);
222 void LoadAddress(Register dst, Label* target);
242 void StoreReturnAddressAndCall(Register target);
244 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
826 // Get the actual activation frame alignment for target environment.
869 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,