HomeSort by: relevance | last modified time | path
    Searched refs:create_fixed_operand (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 181 create_fixed_operand (&ops[1], mem);
206 create_fixed_operand (&ops[0], target);
928 create_fixed_operand (&ops[3], do_error);
1149 create_fixed_operand (&ops[3], do_error);
1299 create_fixed_operand (&ops[2], do_error);
1773 create_fixed_operand (&ops[3], do_error);
2745 create_fixed_operand (&ops[1], mem);
2796 create_fixed_operand (&ops[0], mem);
2850 create_fixed_operand (&ops[3], comparison);
2851 create_fixed_operand (&ops[4], XEXP (comparison, 0))
    [all...]
optabs.h 91 create_fixed_operand (class expand_operand *op, rtx x) function
optabs.cc 2400 create_fixed_operand (&ops[0], targ0);
2401 create_fixed_operand (&ops[1], targ1);
2480 create_fixed_operand (&ops[0], targ0);
2483 create_fixed_operand (&ops[3], targ1);
5048 create_fixed_operand (&ops[1], comparison);
5097 create_fixed_operand (&ops[1], cond);
5185 create_fixed_operand (&ops[1], comparison);
6177 create_fixed_operand (&ops[1], v0);
6178 create_fixed_operand (&ops[2], v0);
6484 create_fixed_operand (&ops[1], comparison)
    [all...]
expr.cc 2045 create_fixed_operand (&ops[0], x);
2046 create_fixed_operand (&ops[1], y);
2063 create_fixed_operand (&ops[7], NULL);
2072 create_fixed_operand (&ops[8], NULL);
2197 create_fixed_operand (&ops[1], arg1_rtx);
2198 create_fixed_operand (&ops[2], arg2_rtx);
3401 create_fixed_operand (&ops[0], object);
3419 create_fixed_operand (&ops[7], NULL);
3428 create_fixed_operand (&ops[8], NULL);
5393 create_fixed_operand (&ops[0], mem)
    [all...]
expmed.cc 723 create_fixed_operand (&ops[0], xop0);
779 create_fixed_operand (&ops[0], op0);
933 create_fixed_operand (&ops[0], arg0);
1597 create_fixed_operand (&ops[1], op0);
5533 create_fixed_operand (&ops[1], comparison);
5534 create_fixed_operand (&ops[2], x);
5535 create_fixed_operand (&ops[3], y);
builtins.cc 3103 create_fixed_operand (&ops[1], gen_rtx_MEM (BLKmode, src_reg));
3521 create_fixed_operand (&ops[1], dest_mem);
3522 create_fixed_operand (&ops[2], src_mem);
4344 create_fixed_operand (&ops[1], arg1_rtx);
4345 create_fixed_operand (&ops[2], arg2_rtx);
6276 create_fixed_operand (&ops[1], mem);
6390 create_fixed_operand (&ops[1], mem);
explow.cc 1533 create_fixed_operand (&ops[0], target);
  /src/external/gpl3/gcc/dist/gcc/
optabs.h 92 create_fixed_operand (class expand_operand *op, rtx x) function
optabs.cc 2415 create_fixed_operand (&ops[0], targ0);
2416 create_fixed_operand (&ops[1], targ1);
2495 create_fixed_operand (&ops[0], targ0);
2498 create_fixed_operand (&ops[3], targ1);
5262 create_fixed_operand (&ops[1], comparison);
5311 create_fixed_operand (&ops[1], cond);
5399 create_fixed_operand (&ops[1], comparison);
6436 create_fixed_operand (&ops[1], v0);
6437 create_fixed_operand (&ops[2], v0);
6746 create_fixed_operand (&ops[1], comparison)
    [all...]
internal-fn.cc 380 create_fixed_operand (&ops[1], mem);
405 create_fixed_operand (&ops[0], target);
1166 create_fixed_operand (&ops[3], do_error);
1387 create_fixed_operand (&ops[3], do_error);
1537 create_fixed_operand (&ops[2], do_error);
2017 create_fixed_operand (&ops[3], do_error);
3033 create_fixed_operand (&ops[i++], mem);
3079 create_fixed_operand (&ops[i++], mem);
3135 create_fixed_operand (&ops[3], comparison);
3136 create_fixed_operand (&ops[4], XEXP (comparison, 0))
    [all...]
expmed.cc 724 create_fixed_operand (&ops[0], xop0);
783 create_fixed_operand (&ops[0], op0);
938 create_fixed_operand (&ops[0], arg0);
1604 create_fixed_operand (&ops[1], op0);
5549 create_fixed_operand (&ops[1], comparison);
5550 create_fixed_operand (&ops[2], x);
5551 create_fixed_operand (&ops[3], y);
expr.cc 2278 create_fixed_operand (&ops[0], x);
2279 create_fixed_operand (&ops[1], y);
2296 create_fixed_operand (&ops[7], NULL);
2305 create_fixed_operand (&ops[8], NULL);
2577 create_fixed_operand (&ops[1], arg1_rtx);
2578 create_fixed_operand (&ops[2], arg2_rtx);
4004 create_fixed_operand (&ops[0], object);
4022 create_fixed_operand (&ops[7], NULL);
4031 create_fixed_operand (&ops[8], NULL);
6016 create_fixed_operand (&ops[0], mem)
    [all...]
builtins.cc 3425 create_fixed_operand (&ops[1], gen_rtx_MEM (BLKmode, src_reg));
3841 create_fixed_operand (&ops[1], dest_mem);
3842 create_fixed_operand (&ops[2], src_mem);
4805 create_fixed_operand (&ops[1], arg1_rtx);
4806 create_fixed_operand (&ops[2], arg2_rtx);
7019 create_fixed_operand (&ops[1], mem);
7133 create_fixed_operand (&ops[1], mem);
explow.cc 1573 create_fixed_operand (&ops[0], target);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h 689 create_fixed_operand (&m_ops[opno++], x);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 2883 create_fixed_operand (&ops[0], const_str);
2898 create_fixed_operand (&ops[1], const_str);
3001 create_fixed_operand (&ops[0], const_str);
aarch64.cc 5423 create_fixed_operand (&ops[i++], sel);
27175 create_fixed_operand (&ops[0], op0);
27176 create_fixed_operand (&ops[1], op1);
27272 create_fixed_operand (&ops[0], XEXP (prev, 0));
27273 create_fixed_operand (&ops[1], target);
27274 create_fixed_operand (&ops[2], op0);
27275 create_fixed_operand (&ops[3], op1);
27276 create_fixed_operand (&ops[4], prev);
27277 create_fixed_operand (&ops[5], GEN_INT (aarch64_cond));
aarch64-sve-builtins.cc 3864 create_fixed_operand (&m_ops.last (), x);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 2174 create_fixed_operand (&m_ops.last (), x);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 6104 create_fixed_operand (&ops[i++], sel);
25350 create_fixed_operand (&ops[0], op0);
25351 create_fixed_operand (&ops[1], op1);
25446 create_fixed_operand (&ops[0], XEXP (prev, 0));
25447 create_fixed_operand (&ops[1], target);
25448 create_fixed_operand (&ops[2], op0);
25449 create_fixed_operand (&ops[3], op1);
25450 create_fixed_operand (&ops[4], prev);
25451 create_fixed_operand (&ops[5], GEN_INT (aarch64_cond));
aarch64-sve-builtins.cc 2890 create_fixed_operand (&m_ops.last (), x);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-builtins.cc 3070 create_fixed_operand (&ops[2], const0_rtx);
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 17500 create_fixed_operand (&ops[opno++], output);
17559 create_fixed_operand (&ops[3], cmp_result);
17581 create_fixed_operand (&ops[2], const0_rtx);
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 17296 create_fixed_operand (&ops[opno++], output);
17355 create_fixed_operand (&ops[3], cmp_result);
17377 create_fixed_operand (&ops[2], const0_rtx);

Completed in 135 milliseconds