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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1590 the value represented by register SRC_EXP into the memory at address
1593 rs6000_gen_stvx (enum machine_mode mode, rtx dest_exp, rtx src_exp)
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);
1610 stvx = gen_altivec_stvx_v2di (src_exp, dest_exp);
1612 stvx = gen_altivec_stvx_v2df (src_exp, dest_exp);
1614 stvx = gen_altivec_stvx_v1ti (src_exp, dest_exp)
1678 rtx src_exp = XEXP (SET_SRC (body), 0); local
1785 rtx src_exp = XEXP (SET_SRC (body), 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1588 the value represented by register SRC_EXP into the memory at address
1591 rs6000_gen_stvx (enum machine_mode mode, rtx dest_exp, rtx src_exp)
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);
1608 stvx = gen_altivec_stvx_v2di (src_exp, dest_exp);
1610 stvx = gen_altivec_stvx_v2df (src_exp, dest_exp);
1612 stvx = gen_altivec_stvx_v1ti (src_exp, dest_exp)
1676 rtx src_exp = XEXP (SET_SRC (body), 0); local
1783 rtx src_exp = XEXP (SET_SRC (body), 0); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 3988 const expressionS *src_exp;
4003 src_exp = &old_insn->tok[b_op->op_data];
4005 copy_expr (exp, src_exp);
3980 const expressionS *src_exp; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 3988 const expressionS *src_exp;
4003 src_exp = &old_insn->tok[b_op->op_data];
4005 copy_expr (exp, src_exp);
3980 const expressionS *src_exp; local

Completed in 51 milliseconds