Lines Matching refs:target
151 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
152 inline void Name(BranchDelaySlot bd, target_type target) { \
153 Name(target, bd); \
155 void Name(target_type target, COND_TYPED_ARGS, \
157 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
158 Name(target, COND_ARGS, bd); \
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);
197 void BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond,
232 void Jump(Register target, COND_ARGS);
233 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
234 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
235 // Deffer from li, this method save target to the memory, and then load
238 void PatchAndJump(Address target);
241 void Call(Register target, COND_ARGS);
242 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
245 void Call(Label* target);
246 void LoadAddress(Register dst, Label* target);
265 void StoreReturnAddressAndCall(Register target);
267 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
870 // Get the actual activation frame alignment for target environment.
915 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
1067 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,