Lines Matching refs:ST

40 #define ST	1	/* store */  macro
65 { 4, ST }, /* 00 0 0010: stw */
69 { 2, ST }, /* 00 0 0110: sth */
73 { 4, ST+F+S }, /* 00 0 1010: stfs */
74 { 8, ST+F }, /* 00 0 1011: stfd */
78 { 8, ST }, /* 00 0 1111: std/stdu */
81 { 4, ST+U }, /* 00 1 0010: stwu */
85 { 2, ST+U }, /* 00 1 0110: sthu */
86 { 4, ST+M }, /* 00 1 0111: stmw */
89 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
90 { 8, ST+F+U }, /* 00 1 1011: stfdu */
93 { 16, ST+F }, /* 00 1 1110: stfdp */
97 { 8, ST }, /* 01 0 0010: stdx */
105 { 4, ST+M+HARD+SX }, /* 01 0 1010: stswx */
106 { 4, ST+M+HARD }, /* 01 0 1011: stswi */
110 { 8, ST+U }, /* 01 0 1111: stdu */
113 { 8, ST+U }, /* 01 1 0010: stdux */
137 { 4, ST+SW }, /* 10 0 1010: stwbrx */
141 { 2, ST+SW }, /* 10 0 1110: sthbrx */
142 { 16, ST }, /* 10 0 1111: stq */
158 { 0, ST+HARD }, /* 10 1 1111: dcbz */
161 { 4, ST }, /* 11 0 0010: stwx */
165 { 2, ST }, /* 11 0 0110: sthx */
169 { 4, ST+F+S }, /* 11 0 1010: stfsx */
170 { 8, ST+F }, /* 11 0 1011: stfdx */
173 { 16, ST+F }, /* 11 0 1110: stfdpx */
174 { 4, ST+F }, /* 11 0 1111: stfiwx */
177 { 4, ST+U }, /* 11 1 0010: stwux */
181 { 2, ST+U }, /* 11 1 0110: sthux */
185 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */
186 { 8, ST+F+U }, /* 11 1 1011: stfdux */
294 if (!access_ok((flags & ST ? VERIFY_WRITE: VERIFY_READ), addr, nb+nb0)) in emulate_multiple()
301 if (!(flags & ST)) { in emulate_multiple()
362 if (!(flags & ST)) { in emulate_fp_pair()
389 if (!(flags & ST)) { in emulate_lq_stq()
423 { 8, ST+E8 }, /* 1 00 00: evstdd[x] */
424 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */
425 { 8, ST }, /* 1 00 10: evstdh[x] */
431 { 4, ST }, /* 1 10 00: evstwhe[x] */
433 { 4, ST }, /* 1 10 10: evstwho[x] */
435 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
437 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
489 !access_ok((flags & ST ? VERIFY_WRITE : VERIFY_READ), in emulate_spe()
502 if (flags & ST) { in emulate_spe()
613 if (flags & ST) { in emulate_spe()
690 if (flags & ST) in emulate_vsx()
719 else if (!(flags & ST) && (8 == length)) in emulate_vsx()
818 flags = ST+SW; in fix_alignment()
866 flags |= ST; in fix_alignment()
899 !access_ok((flags & ST ? VERIFY_WRITE : VERIFY_READ), in fix_alignment()
932 if (!(flags & ST)) { in fix_alignment()
1011 if (flags & ST) { in fix_alignment()