Lines Matching refs:_A_
539 #define _A_ (UnresolvedInfo->A_) macro
556 _A_ = (((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8 in ELi_DoRelocate()
558 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()
568 relocation_val = (( _S_ + _A_) | _T_); in ELi_DoRelocate()
572 relocation_val = (( _S_ + _A_) | _T_) - _P_; in ELi_DoRelocate()
576 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_); in ELi_DoRelocate()
585 relocation_val = _S_ + _A_; in ELi_DoRelocate()
590 … _A_ = (((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF)); in ELi_DoRelocate()
591 …_A_ = (_A_ | 0xFFC00000) << 1; //Generally, this should be -4 (Because the PC is the current in… in ELi_DoRelocate()
593 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()
620 #undef _A_