Searched refs:create_convert_operand_from (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | optabs.h | 134 create_convert_operand_from (struct expand_operand *op, rtx value, in create_convert_operand_from() function
|
| H A D | optabs.c | 293 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp); in expand_widen_pattern_expr() 295 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp); in expand_widen_pattern_expr() 297 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp); in expand_widen_pattern_expr() 323 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 324 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() 325 create_convert_operand_from (&ops[3], op2, mode, unsignedp); in expand_ternary_op() 1982 create_convert_operand_from (&ops[2], op0, mode, unsignedp); in expand_twoval_unop() 2060 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_twoval_binop() 2061 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_twoval_binop() 2695 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_unop_direct() [all …]
|
| H A D | internal-fn.c | 2891 create_convert_operand_from (&ops[i + 1], rhs_rtx, in expand_direct_optab_fn()
|
| H A D | expr.c | 1929 create_convert_operand_from (&ops[3], arg3_rtx, TYPE_MODE (arg3_type), in expand_cmpstrn_or_cmpmem() 3115 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | optabs.c | 620 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp); in expand_widen_pattern_expr() 622 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp); in expand_widen_pattern_expr() 624 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp); in expand_widen_pattern_expr() 650 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 651 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() 652 create_convert_operand_from (&ops[3], op2, mode, unsignedp); in expand_ternary_op() 2295 create_convert_operand_from (&ops[2], op0, mode, unsignedp); in expand_twoval_unop() 2375 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_twoval_binop() 2376 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_twoval_binop() 2956 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_unop_direct() [all …]
|
| H A D | optabs.h | 1210 create_convert_operand_from (struct expand_operand *op, rtx value, in create_convert_operand_from() function
|
| H A D | expr.c | 2839 create_convert_operand_from (&ops[2], val, byte_mode, true); in set_storage_via_setmem()
|