Lines Matching refs:target
637 // Define a jump (BR) target.
639 // Define a jump (BR) target and bind a label.
641 // Define a call (BLR) target. The target also allows tail calls (via BR)
642 // when the target is x16 or x17.
644 // Define a jump/call target.
646 // Define a jump/call target and bind a label.
946 void Jump(Register target, Condition cond = al);
947 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
951 void Call(Register target);
952 void Call(Address target, RelocInfo::Mode rmode);
954 void Call(ExternalReference target);
957 void IndirectCall(Address target, RelocInfo::Mode rmode);
996 void StoreReturnAddressAndCall(Register target);
998 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
1084 // The target must be within the immediate range of adr.
1086 // The target may be outside of the immediate range of adr. Additional
1522 int64_t CalculateTargetOffset(Address target, RelocInfo::Mode rmode,