HomeSort by: relevance | last modified time | path
    Searched defs:stvx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-p8swap.cc 367 the low-order 4 bits in the style of an lvx or stvx rtl pattern. */
879 and stvx when they are not in the UNSPEC_LVX/STVX form (with the
1589 /* Generate an rtx expression to represent use of the stvx insn to store
1595 rtx stvx; local
1598 stvx = gen_altivec_stvx_v16qi (src_exp, dest_exp);
1600 stvx = gen_altivec_stvx_v8hi (src_exp, dest_exp);
1603 stvx = gen_altivec_stvx_v8hf (src_exp, dest_exp);
1606 stvx = gen_altivec_stvx_v4si (src_exp, dest_exp);
1608 stvx = gen_altivec_stvx_v4sf (src_exp, dest_exp)
1684 rtx stvx; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-p8swap.cc 365 the low-order 4 bits in the style of an lvx or stvx rtl pattern. */
877 and stvx when they are not in the UNSPEC_LVX/STVX form (with the
1587 /* Generate an rtx expression to represent use of the stvx insn to store
1593 rtx stvx; local
1596 stvx = gen_altivec_stvx_v16qi (src_exp, dest_exp);
1598 stvx = gen_altivec_stvx_v8hi (src_exp, dest_exp);
1601 stvx = gen_altivec_stvx_v8hf (src_exp, dest_exp);
1604 stvx = gen_altivec_stvx_v4si (src_exp, dest_exp);
1606 stvx = gen_altivec_stvx_v4sf (src_exp, dest_exp)
1682 rtx stvx; local
    [all...]

Completed in 17 milliseconds