Lines Matching refs:SW
45 #define SW 0x20 /* byte swap */ macro
135 { 4, LD+SW }, /* 10 0 1000: lwbrx */
137 { 4, ST+SW }, /* 10 0 1010: stwbrx */
139 { 2, LD+SW }, /* 10 0 1100: lhbrx */
141 { 2, ST+SW }, /* 10 0 1110: sthbrx */
270 if (swiz == 0 && (flags & SW)) in emulate_multiple()
287 flags ^= SW; in emulate_multiple()
299 bswiz = (flags & SW)? 3: 0; in emulate_multiple()
358 if (flags & SW) in emulate_fp_pair()
385 if (flags & SW) in emulate_lq_stq()
588 if (flags & SW) { in emulate_spe()
669 if (flags & SW) { in emulate_vsx()
684 if (flags & SW) in emulate_vsx()
814 flags = LD+SW; in fix_alignment()
818 flags = ST+SW; in fix_alignment()
824 flags ^= SW; in fix_alignment()
864 flags |= SW; in fix_alignment()
971 if (flags & SW) { in fix_alignment()
988 switch (flags & ~(U|SW)) { in fix_alignment()