HomeSort by: relevance | last modified time | path
    Searched defs:lvx (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. */
878 for the SET source. Also we must now make an exception for lvx
1714 /* Generate an rtx expression to represent use of the lvx insn to load
1719 rtx lvx; local
1722 lvx = gen_altivec_lvx_v16qi (dest_exp, src_exp);
1724 lvx = gen_altivec_lvx_v8hi (dest_exp, src_exp);
1727 lvx = gen_altivec_lvx_v8hf (dest_exp, src_exp);
1730 lvx = gen_altivec_lvx_v4si (dest_exp, src_exp);
1732 lvx = gen_altivec_lvx_v4sf (dest_exp, src_exp);
1734 lvx = gen_altivec_lvx_v2di (dest_exp, src_exp)
1787 rtx lvx = rs6000_gen_lvx (mode, SET_DEST (body), src_exp); 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. */
876 for the SET source. Also we must now make an exception for lvx
1712 /* Generate an rtx expression to represent use of the lvx insn to load
1717 rtx lvx; local
1720 lvx = gen_altivec_lvx_v16qi (dest_exp, src_exp);
1722 lvx = gen_altivec_lvx_v8hi (dest_exp, src_exp);
1725 lvx = gen_altivec_lvx_v8hf (dest_exp, src_exp);
1728 lvx = gen_altivec_lvx_v4si (dest_exp, src_exp);
1730 lvx = gen_altivec_lvx_v4sf (dest_exp, src_exp);
1732 lvx = gen_altivec_lvx_v2di (dest_exp, src_exp)
1785 rtx lvx = rs6000_gen_lvx (mode, SET_DEST (body), src_exp); local
    [all...]

Completed in 28 milliseconds