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 …]
792 #define _A_ (UnresolvedInfo->A_) macro812 … _A_ = (s32)(((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8839 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);852 relocation_val = (( _S_ + _A_) | _T_);860 relocation_val = (( _S_ + _A_) | _T_) - _P_;889 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);901 relocation_val = _S_ + _A_;906 … _A_ = (s32)(((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF));907 …_A_ = (s32)((_A_ | 0xFFC00000) << 1); //Generally, this should be -4 (Because the PC is the cur…945 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);[all …]