Searched refs:_A_ (Results 1 – 2 of 2) sorted by relevance
539 #define _A_ (UnresolvedInfo->A_) macro556 _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()[all …]
828 #define _A_ (UnresolvedInfo->A_) macro848 … _A_ = (s32)(((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8875 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);888 relocation_val = (( _S_ + _A_) | _T_);896 relocation_val = (( _S_ + _A_) | _T_) - _P_;925 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);937 relocation_val = _S_ + _A_;942 … _A_ = (s32)(((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF));943 …_A_ = (s32)((_A_ | 0xFFC00000) << 1); //Generally, this should be -4 (because the PC is the cur…981 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);[all …]