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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-tree.cc 505 machine_mode value_mode = TYPE_MODE (value_type); local
512 if (maybe_ne (GET_MODE_NUNITS (value_mode), GET_MODE_NUNITS (cmp_op_mode)))
expmed.cc 599 BLKmode MEM. VALUE_MODE is the mode of VALUE. BITSIZE and BITNUM
607 rtx value, scalar_int_mode value_mode)
688 if (value_mode != op_mode)
690 if (GET_MODE_BITSIZE (value_mode) >= bitsize)
697 if (GET_MODE_SIZE (value_mode) < GET_MODE_SIZE (op_mode))
699 tmp = simplify_subreg (op_mode, value1, value_mode, 0);
702 force_reg (value_mode, value1),
703 value_mode, 0);
709 tmp = gen_lowpart (op_mode, force_reg (value_mode, value1));
963 fixed_size_mode value_mode = as_a <fixed_size_mode> (GET_MODE (value))
962 fixed_size_mode value_mode = as_a <fixed_size_mode> (GET_MODE (value)); local
1011 scalar_int_mode value_mode; local
    [all...]
optabs.cc 4308 operands of mode VALUE_MODE and producing a result with MASK_MODE, matches
4314 machine_mode value_mode)
4316 rtx reg1 = alloca_raw_REG (value_mode, LAST_VIRTUAL_REGISTER + 1);
4317 rtx reg2 = alloca_raw_REG (value_mode, LAST_VIRTUAL_REGISTER + 2);
4323 for code CODE, comparing operands of mode VALUE_MODE and producing a result
4327 can_vec_cmp_compare_p (enum rtx_code code, machine_mode value_mode,
4331 = get_vec_cmp_icode (value_mode, mask_mode, unsigned_optab_p (code));
4335 return insn_predicate_matches_p (icode, 1, code, mask_mode, value_mode);
4340 with VALUE_MODE. */
4343 can_vcond_compare_p (enum rtx_code code, machine_mode value_mode,
    [all...]
calls.cc 2412 machine_mode value_mode = GET_MODE (value);
2413 poly_int64 shift = GET_MODE_BITSIZE (value_mode) - GET_MODE_BITSIZE (mode);
2421 if (!force_expand_binop (value_mode, left_p ? ashl_optab : ashr_optab,
2422 value, gen_int_shift_amount (value_mode, shift),
2411 machine_mode value_mode = GET_MODE (value); local
expr.cc 7326 machine_mode value_mode
7331 bitregion_end, value_mode,
7312 machine_mode value_mode local
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 600 BLKmode MEM. VALUE_MODE is the mode of VALUE. BITSIZE and BITNUM
608 rtx value, scalar_int_mode value_mode)
689 if (value_mode != op_mode)
691 if (GET_MODE_BITSIZE (value_mode) >= bitsize)
698 if (GET_MODE_SIZE (value_mode) < GET_MODE_SIZE (op_mode))
700 tmp = simplify_subreg (op_mode, value1, value_mode, 0);
703 force_reg (value_mode, value1),
704 value_mode, 0);
710 tmp = gen_lowpart (op_mode, force_reg (value_mode, value1));
968 fixed_size_mode value_mode = as_a <fixed_size_mode> (GET_MODE (value))
967 fixed_size_mode value_mode = as_a <fixed_size_mode> (GET_MODE (value)); local
1016 scalar_int_mode value_mode; local
    [all...]
optabs-tree.cc 481 machine_mode value_mode = TYPE_MODE (value_type); local
488 if (maybe_ne (GET_MODE_NUNITS (value_mode), GET_MODE_NUNITS (cmp_op_mode)))
optabs.cc 4368 operands of mode VALUE_MODE and producing a result with MASK_MODE, matches
4374 machine_mode value_mode)
4376 rtx reg1 = alloca_raw_REG (value_mode, LAST_VIRTUAL_REGISTER + 1);
4377 rtx reg2 = alloca_raw_REG (value_mode, LAST_VIRTUAL_REGISTER + 2);
4383 for code CODE, comparing operands of mode VALUE_MODE and producing a result
4387 can_vec_cmp_compare_p (enum rtx_code code, machine_mode value_mode,
4391 = get_vec_cmp_icode (value_mode, mask_mode, unsigned_optab_p (code));
4395 return insn_predicate_matches_p (icode, 1, code, mask_mode, value_mode);
4400 with VALUE_MODE. */
4403 can_vcond_compare_p (enum rtx_code code, machine_mode value_mode,
    [all...]
calls.cc 2453 machine_mode value_mode = GET_MODE (value);
2454 poly_int64 shift = GET_MODE_BITSIZE (value_mode) - GET_MODE_BITSIZE (mode);
2462 if (!force_expand_binop (value_mode, left_p ? ashl_optab : ashr_optab,
2463 value, gen_int_shift_amount (value_mode, shift),
2452 machine_mode value_mode = GET_MODE (value); local
expr.cc 8040 machine_mode value_mode
8045 bitregion_end, value_mode,
8026 machine_mode value_mode local
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 469 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
479 machine_mode value_mode,
482 rtx x = gen_rtx_REG (value_mode, regno);
484 if (type_mode != value_mode)
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 2989 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
2999 machine_mode value_mode,
3002 rtx x = gen_rtx_REG (value_mode, regno);
3004 if (type_mode != value_mode)
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 470 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
480 machine_mode value_mode,
483 rtx x = gen_rtx_REG (value_mode, regno);
485 if (type_mode != value_mode)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 5035 when the value has mode VALUE_MODE and the type has TYPE_MODE. The
5045 machine_mode value_mode,
5048 rtx x = gen_rtx_REG (value_mode, regno);
5050 if (type_mode != value_mode)
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 6606 value being returned in FP_RETURN has mode VALUE_MODE and the
6617 machine_mode value_mode)
6621 x = gen_rtx_REG (value_mode, FP_RETURN);
6622 if (type_mode != value_mode)
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 6456 value being returned in FP_RETURN has mode VALUE_MODE and the
6467 machine_mode value_mode)
6471 x = gen_rtx_REG (value_mode, FP_RETURN);
6472 if (type_mode != value_mode)

Completed in 211 milliseconds