Lines Matching refs:F
36 #define F 8 /* to/from fp regs */ macro
59 { 4, LD+F+S }, /* 00 0 1000: lfs */
60 { 8, LD+F }, /* 00 0 1001: lfd */
61 { 4, ST+F+S }, /* 00 0 1010: stfs */
62 { 8, ST+F }, /* 00 0 1011: stfd */
75 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
76 { 8, LD+F+U }, /* 00 1 1001: lfdu */
77 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
78 { 8, ST+F+U }, /* 00 1 1011: stfdu */
155 { 4, LD+F+S }, /* 11 0 1000: lfsx */
156 { 8, LD+F }, /* 11 0 1001: lfdx */
157 { 4, ST+F+S }, /* 11 0 1010: stfsx */
158 { 8, ST+F }, /* 11 0 1011: stfdx */
171 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */
172 { 8, LD+F+U }, /* 11 1 1001: lfdux */
173 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
174 { 8, ST+F+U }, /* 11 1 1011: stfdux */
263 if ((flags & F) && (regs->msr & MSR_FP)) in fix_alignment()
311 case LD+F: in fix_alignment()
314 case ST+F: in fix_alignment()
321 case LD+F+S: in fix_alignment()
326 case ST+F+S: in fix_alignment()