Home
last modified time | relevance | path

Searched refs:hppa_fixP (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-hppa.c1714 struct hppa_fix_struct *hppa_fixP; in md_apply_fix() local
1748 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 …]