Lines Matching refs:S
46 #define S 0x40 /* single-precision fp or... */ macro
71 { 4, LD+F+S }, /* 00 0 1000: lfs */
73 { 4, ST+F+S }, /* 00 0 1010: stfs */
87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
89 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
167 { 4, LD+F+S }, /* 11 0 1000: lfsx */
169 { 4, ST+F+S }, /* 11 0 1010: stfsx */
183 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */
185 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
957 if (flags & S) { in fix_alignment()
998 case LD+F+S: in fix_alignment()