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

  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 1449 rtx subtarget = op0; local
1452 subtarget = gen_reg_rtx (SImode);
1453 emit_insn (gen_rtx_SET (subtarget, GEN_INT (hi)));
1454 emit_insn (gen_iorsi3 (op0, subtarget, GEN_INT (lo)));
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 1446 rtx subtarget = op0; local
1449 subtarget = gen_reg_rtx (SImode);
1450 emit_insn (gen_rtx_SET (subtarget, GEN_INT (hi)));
1451 emit_insn (gen_iorsi3 (op0, subtarget, GEN_INT (lo)));
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 2233 rtx subtarget = (target != 0 && REG_P (target) ? target : 0);
2235 subtarget = 0;
2236 op0 = expand_shift (RSHIFT_EXPR, mode, op0, bitnum, subtarget, 1);
2277 rtx subtarget = (target != 0 && REG_P (target) ? target : 0);
2278 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
2634 rtx subtarget = target == shifted ? 0 : target;
2661 subtarget, 1);
5525 rtx op0, comparison, subtarget;
5557 subtarget = ops[0].value;
5573 convert_move (target, subtarget, unsignedp)
2228 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local
2272 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local
2625 rtx subtarget = target == shifted ? 0 : target; local
5510 rtx op0, comparison, subtarget; local
5616 rtx subtarget; local
6036 rtx subtarget; local
    [all...]
optabs.cc 7079 rtx ret, trueval, subtarget;
7091 subtarget = target ? target : gen_reg_rtx (mode);
7096 subtarget = gen_reg_rtx (mode);
7100 ret = maybe_emit_atomic_exchange (subtarget, mem, trueval, model);
7104 ret = maybe_emit_compare_and_swap_exchange_loop (subtarget, mem, trueval);
7108 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, trueval, model);
7114 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, const1_rtx, model);
7056 rtx ret, trueval, subtarget; local
expr.cc 5636 /* Return X if X can be used as a subtarget in a sequence of arithmetic
8598 /* Use subtarget as the target for operand 0 of a binary operation. */
8599 rtx subtarget = get_subtarget (target);
8624 if (!subtarget)
8625 subtarget = gen_reg_rtx (GET_MODE (value));
8626 emit_move_insn (subtarget, value);
8627 return subtarget;
8633 if (!CONSTANT_P (op2) && !(REG_P (op2) && op2 != subtarget))
8634 subtarget = 0;
8654 subtarget, 0, OPTAB_LIB_WIDEN)
8583 rtx subtarget = get_subtarget (target); local
9057 rtx result, subtarget; local
9662 rtx subtarget, original_target; local
11136 rtx subtarget, original_target; local
13526 rtx subtarget = target; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 2218 rtx subtarget = (target != 0 && REG_P (target) ? target : 0);
2220 subtarget = 0;
2221 op0 = expand_shift (RSHIFT_EXPR, mode, op0, bitnum, subtarget, 1);
2261 rtx subtarget = (target != 0 && REG_P (target) ? target : 0);
2262 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
2622 rtx subtarget = target == shifted ? 0 : target;
2649 subtarget, 1);
5509 rtx op0, comparison, subtarget;
5541 subtarget = ops[0].value;
5557 convert_move (target, subtarget, unsignedp)
2213 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local
2256 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local
2613 rtx subtarget = target == shifted ? 0 : target; local
5494 rtx op0, comparison, subtarget; local
5600 rtx subtarget; local
6019 rtx subtarget; local
    [all...]
optabs.cc 6817 rtx ret, trueval, subtarget;
6829 subtarget = target ? target : gen_reg_rtx (mode);
6834 subtarget = gen_reg_rtx (mode);
6838 ret = maybe_emit_atomic_exchange (subtarget, mem, trueval, model);
6842 ret = maybe_emit_compare_and_swap_exchange_loop (subtarget, mem, trueval);
6846 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, trueval, model);
6851 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, const1_rtx, model);
6858 if (subtarget != const0_rtx)
6859 emit_move_insn (subtarget, mem);
6862 ret = subtarget;
6793 rtx ret, trueval, subtarget; local
    [all...]
expr.cc 5013 /* Return X if X can be used as a subtarget in a sequence of arithmetic
7884 /* Use subtarget as the target for operand 0 of a binary operation. */
7885 rtx subtarget = get_subtarget (target);
7910 if (!subtarget)
7911 subtarget = gen_reg_rtx (GET_MODE (value));
7912 emit_move_insn (subtarget, value);
7913 return subtarget;
7919 if (!CONSTANT_P (op2) && !(REG_P (op2) && op2 != subtarget))
7920 subtarget = 0;
7941 subtarget, 0, OPTAB_LIB_WIDEN)
7869 rtx subtarget = get_subtarget (target); local
8344 rtx result, subtarget; local
8949 rtx subtarget, original_target; local
10347 rtx subtarget, original_target; local
12602 rtx subtarget = target; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1387 rtx subtarget = !can_create_pseudo_p () ? op0 : gen_reg_rtx (mode);
1389 emit_insn (gen_rtx_SET (subtarget, op1));
1391 op1 = expand_simple_binop (mode, PLUS, subtarget,
10637 ia64_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED,
1383 rtx subtarget = !can_create_pseudo_p () ? op0 : gen_reg_rtx (mode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1377 rtx subtarget = !can_create_pseudo_p () ? op0 : gen_reg_rtx (mode);
1379 emit_insn (gen_rtx_SET (subtarget, op1));
1381 op1 = expand_simple_binop (mode, PLUS, subtarget,
10618 ia64_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED,
1373 rtx subtarget = !can_create_pseudo_p () ? op0 : gen_reg_rtx (mode); local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 1778 rtx subtarget
1828 subtarget, mode);
1838 if (! subtarget)
1839 subtarget = gen_reg_rtx (mode);
1841 insn = gen_rtx_SET (subtarget, insn);
1843 temp = subtarget;
1875 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output);
1886 temp = alpha_emit_set_const (subtarget, mode, ~c, i, no_output);
1908 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output);
1912 temp = alpha_emit_set_const (subtarget, mode, new_const
1771 rtx subtarget local
2305 rtx subtarget; local
2334 rtx temp1, temp2, subtarget, ua; local
2893 rtx target, subtarget, tmp; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 13071 SUBTARGET may be used as the target for computing one of EXP's operands.
13075 ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
14938 subtarget = gen_reg_rtx (insn_data[icode].operand[0].mode);
14940 subtarget = target;
15099 pat = GEN_FCN (icode) (subtarget, op0, op1, op2, op3, op4);
15109 emit_insn (gen_vec_extract_lo_v16sf (target, subtarget));
15114 emit_insn (gen_vec_extract_lo_v16si (target, subtarget));
15120 emit_insn (gen_vec_extract_lo_v8sf (target, subtarget));
15126 emit_insn (gen_vec_extract_lo_v8si (target, subtarget));
15129 target = subtarget;
16996 rtx subtarget = target; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 1777 rtx subtarget
1827 subtarget, mode);
1837 if (! subtarget)
1838 subtarget = gen_reg_rtx (mode);
1840 insn = gen_rtx_SET (subtarget, insn);
1842 temp = subtarget;
1874 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output);
1885 temp = alpha_emit_set_const (subtarget, mode, ~c, i, no_output);
1907 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output);
1911 temp = alpha_emit_set_const (subtarget, mode, new_const
1770 rtx subtarget local
2304 rtx subtarget; local
2333 rtx temp1, temp2, subtarget, ua; local
2892 rtx target, subtarget, tmp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 12341 SUBTARGET may be used as the target for computing one of EXP's operands.
12345 ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
14079 subtarget = gen_reg_rtx (insn_data[icode].operand[0].mode);
14081 subtarget = target;
14240 pat = GEN_FCN (icode) (subtarget, op0, op1, op2, op3, op4);
14250 emit_insn (gen_vec_extract_lo_v16sf (target, subtarget));
14255 emit_insn (gen_vec_extract_lo_v16si (target, subtarget));
14261 emit_insn (gen_vec_extract_lo_v8sf (target, subtarget));
14267 emit_insn (gen_vec_extract_lo_v8si (target, subtarget));
14270 target = subtarget;
15951 rtx subtarget = target; local
    [all...]

Completed in 93 milliseconds