Lines Matching refs:SE
41 #define SE 2 /* sign-extend value, or FP ld/st as word */ macro
68 { 2, LD+SE }, /* 00 0 0101: lha */
84 { 2, LD+SE+U }, /* 00 1 0101: lhau */
100 { 4, LD+SE }, /* 01 0 0101: lwax */
116 { 4, LD+SE+U }, /* 01 1 0101: lwaux */
140 { 4, LD+SE }, /* 10 0 1101 lwa */
164 { 2, LD+SE }, /* 11 0 0101: lhax */
172 { 4, LD+F+SE }, /* 11 0 1101: lfiwax */
180 { 2, LD+SE+U }, /* 11 1 0101: lhaux */
413 { 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */
417 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */
607 if (flags & SE) { in emulate_spe()
989 case LD+SE: /* sign extending integer loads */ in fix_alignment()
990 case LD+F+SE: /* sign extend for lfiwax */ in fix_alignment()