Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:x09

1310   res_vsc = vec_splat_s8(0x09);                 // TODO: add check
1311 res_vsc = vec_vspltisb(0x09); // TODO: add check
1314 res_vs = vec_splat_s16(0x09); // TODO: add check
1315 res_vs = vec_vspltish(0x09); // TODO: add check
1318 res_vi = vec_splat_s32(0x09); // TODO: add check
1319 res_vi = vec_vspltisw(0x09); // TODO: add check
1322 x09); // TODO: add check
1325 res_vus = vec_splat_u16(0x09); // TODO: add check
1328 res_vui = vec_splat_u32(0x09); // TODO: add check