Lines Matching refs:F
43 #define F 4 /* to/from fp regs */ macro
74 { 4, LD+F+S }, /* 00 0 1000: lfs */
75 { 8, LD+F }, /* 00 0 1001: lfd */
76 { 4, ST+F+S }, /* 00 0 1010: stfs */
77 { 8, ST+F }, /* 00 0 1011: stfd */
90 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
91 { 8, LD+F+U }, /* 00 1 1001: lfdu */
92 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
93 { 8, ST+F+U }, /* 00 1 1011: stfdu */
94 { 16, LD+F }, /* 00 1 1100: lfdp */
96 { 16, ST+F }, /* 00 1 1110: stfdp */
170 { 4, LD+F+S }, /* 11 0 1000: lfsx */
171 { 8, LD+F }, /* 11 0 1001: lfdx */
172 { 4, ST+F+S }, /* 11 0 1010: stfsx */
173 { 8, ST+F }, /* 11 0 1011: stfdx */
174 { 16, LD+F }, /* 11 0 1100: lfdpx */
175 { 4, LD+F+SE }, /* 11 0 1101: lfiwax */
176 { 16, ST+F }, /* 11 0 1110: stfdpx */
177 { 4, ST+F }, /* 11 0 1111: stfiwx */
186 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */
187 { 8, LD+F+U }, /* 11 1 1001: lfdux */
188 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
189 { 8, ST+F+U }, /* 11 1 1011: stfdux */
191 { 4, LD+F }, /* 11 1 1101: lfiwzx */
375 if (!(flags & F)) in emulate_fp_pair()
858 if (flags & F) { in fix_alignment()
895 } else if (flags & F) { in fix_alignment()
934 case LD+F+SE: /* sign extend for lfiwax */ in fix_alignment()
942 case LD+F+S: in fix_alignment()
973 } else if (flags & F) in fix_alignment()