Searched refs:hppa_fixP (Results 1 – 1 of 1) sorted by relevance
1714 struct hppa_fix_struct *hppa_fixP; in md_apply_fix() local1748 hppa_fixP = (struct hppa_fix_struct *) fixP->tc_fix_data; in md_apply_fix()1749 if (hppa_fixP == NULL) in md_apply_fix()1759 if (fixP->fx_size != 4 || hppa_fixP->fx_r_format == 32) in md_apply_fix()1782 else if (hppa_fixP->fx_r_field == e_psel in md_apply_fix()1783 || hppa_fixP->fx_r_field == e_rpsel in md_apply_fix()1784 || hppa_fixP->fx_r_field == e_lpsel in md_apply_fix()1785 || hppa_fixP->fx_r_field == e_tsel in md_apply_fix()1786 || hppa_fixP->fx_r_field == e_rtsel in md_apply_fix()1787 || hppa_fixP->fx_r_field == e_ltsel) in md_apply_fix()[all …]