Lines Matching +full:11 +full:w
51 INVALID, /* 0 00 11 */
55 { 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */
59 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */
60 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */
61 INVALID, /* 0 11 01 */
62 { 4, LD }, /* 0 11 10: evlwhsplat[x] */
63 INVALID, /* 0 11 11 */
68 INVALID, /* 1 00 11 */
72 INVALID, /* 1 01 11 */
76 INVALID, /* 1 10 11 */
77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
78 INVALID, /* 1 11 01 */
79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
80 INVALID, /* 1 11 11 */
112 u32 w[2]; in emulate_spe() member
144 data.w[0] = *evr; in emulate_spe()
145 data.w[1] = regs->gpr[reg]; in emulate_spe()
156 data.w[1] = *evr; in emulate_spe()
159 data.w[1] = regs->gpr[reg]; in emulate_spe()
213 data.w[0] = temp.w[1]; in emulate_spe()
214 data.w[1] = temp.w[1]; in emulate_spe()
233 data.w[0] = swab32(data.w[0]); in emulate_spe()
234 data.w[1] = swab32(data.w[1]); in emulate_spe()
247 data.w[0] = (s16)data.h[1]; in emulate_spe()
248 data.w[1] = (s16)data.h[3]; in emulate_spe()
275 *evr = data.w[0]; in emulate_spe()
276 regs->gpr[reg] = data.w[1]; in emulate_spe()