Home
last modified time | relevance | path

Searched refs:CONST_SCALAR_INT_P (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcommon.md72 (match_test "!CONST_SCALAR_INT_P (op)")
77 (and (match_test "CONST_SCALAR_INT_P (op)")
Dsimplify-rtx.cc1106 if (CONST_SCALAR_INT_P (XEXP (op, 1)) in simplify_unary_operation_1()
1856 if (CONST_SCALAR_INT_P (op) || CONST_DOUBLE_AS_FLOAT_P (op)) in simplify_const_unary_operation()
1900 if (code == FLOAT && CONST_SCALAR_INT_P (op)) in simplify_const_unary_operation()
1937 else if (code == UNSIGNED_FLOAT && CONST_SCALAR_INT_P (op)) in simplify_const_unary_operation()
1975 if (CONST_SCALAR_INT_P (op) && is_a <scalar_int_mode> (mode, &result_mode)) in simplify_const_unary_operation()
2236 if (GET_CODE (op0) == BSWAP && CONST_SCALAR_INT_P (op1)) in simplify_byte_swapping_operation()
2753 && CONST_SCALAR_INT_P (XEXP (lhs, 1))) in simplify_binary_operation_1()
2840 if (CONST_SCALAR_INT_P (op1) in simplify_binary_operation_1()
2842 && CONST_SCALAR_INT_P (XEXP (op0, 1)) in simplify_binary_operation_1()
2972 && CONST_SCALAR_INT_P (XEXP (lhs, 1))) in simplify_binary_operation_1()
[all …]
Drtx-vector-builder.h112 return CONST_SCALAR_INT_P (elt); in integral_p()
Ddwarf2asm.cc49 if (size == 2 * (int) DWARF2_ADDR_SIZE && !CONST_SCALAR_INT_P (x)) in dw2_assemble_integer()
Dlra.cc1997 && ! (CONST_SCALAR_INT_P (new_reg) && SCALAR_INT_MODE_P (mode))) in lra_substitute_pseudo()
2031 if (CONST_SCALAR_INT_P (y)) in lra_substitute_pseudo()
Dinternal-fn.cc959 ? (CONST_SCALAR_INT_P (op0) && REG_P (op1)) in expand_addsub_overflow()
960 : CONST_SCALAR_INT_P (op1))) in expand_addsub_overflow()
1059 ? (CONST_SCALAR_INT_P (op1) && REG_P (op0)) in expand_addsub_overflow()
1060 : CONST_SCALAR_INT_P (op0)) in expand_addsub_overflow()
Drtl.h822 #define CONST_SCALAR_INT_P(X) \ macro
825 #define CONST_SCALAR_INT_P(X) \ macro
2362 return CONST_SCALAR_INT_P (x) || CONST_POLY_INT_P (x);
Drecog.cc717 if (CONST_SCALAR_INT_P (XEXP (x, 1))) in simplify_while_replacing()
1664 if (!CONST_SCALAR_INT_P (op)) in const_scalar_int_operand()
Dcombine.cc2784 && CONST_SCALAR_INT_P (SET_SRC (temp_expr)) in try_combine()
2786 && CONST_SCALAR_INT_P (SET_SRC (PATTERN (i3))) in try_combine()
5550 if (GET_CODE (x) == SUBREG && CONST_SCALAR_INT_P (new_rtx)) in subst()
5560 else if (CONST_SCALAR_INT_P (new_rtx) in subst()
5575 else if (CONST_SCALAR_INT_P (new_rtx) in subst()
7669 if (CONST_SCALAR_INT_P (new_rtx)) in make_extraction()
11695 && ! (CONST_SCALAR_INT_P (x) in gen_lowpart_for_combine()
Dpostreload.cc301 if (!CONST_SCALAR_INT_P (this_rtx)) in reload_cse_simplify_set()
Dira-costs.cc1210 else if (CONST_SCALAR_INT_P (arg1)) in record_address_regs()
Demit-rtl.cc1615 || CONST_DOUBLE_AS_FLOAT_P (x) || CONST_SCALAR_INT_P (x) in gen_lowpart_common()
5912 return (CONST_SCALAR_INT_P (x) in valid_for_const_vector_p()
Drtlanal.cc3405 if (CONST_SCALAR_INT_P (new_rtx)) in replace_rtx()
3421 if (CONST_SCALAR_INT_P (new_rtx)) in replace_rtx()
Dalias.cc2362 && CONST_SCALAR_INT_P (XEXP (x, 1))) in get_addr()
Dloop-iv.cc1668 if (CONST_SCALAR_INT_P (op1) && GET_MODE_CLASS (mode) != MODE_CC) in canon_condition()
Dexpmed.cc5622 if (CONST_SCALAR_INT_P (op1)) in emit_store_flag_1()
Dcfgexpand.cc5682 && (CONST_SCALAR_INT_P (val) in expand_debug_locations()
Doptabs.cc4395 if (CONST_SCALAR_INT_P (y)) in prepare_cmp_insn()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-p8swap.cc374 && CONST_SCALAR_INT_P (operand2) && INTVAL (operand2) == -16) in rs6000_quadword_masked_address_p()
Dpredicates.md1225 if (SCALAR_INT_MODE_P (mode) && CONST_SCALAR_INT_P (op))
Drs6000.cc6690 if (!(CONST_SCALAR_INT_P (x) || CONST_DOUBLE_P (x) || CONST_FIXED_P (x))) in rs6000_expand_vector_init()
14401 && !CONST_SCALAR_INT_P (x) in rs6000_assemble_integer()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc3190 if (CONST_SCALAR_INT_P (op)) in s390_decompose_addrstyle_without_index()
3195 if (op && GET_CODE (op) == PLUS && CONST_SCALAR_INT_P (XEXP (op, 1))) in s390_decompose_addrstyle_without_index()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc1621 if (CONST_SCALAR_INT_P (x) in alpha_preferred_reload_class()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.md6472 if (CONST_SCALAR_INT_P (operands[2]))
6580 && CONST_SCALAR_INT_P (operands[2])
7016 if (CONST_SCALAR_INT_P (operands[2]))
7119 && CONST_SCALAR_INT_P (operands[2])
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc13424 if (!(CONST_SCALAR_INT_P (x) || CONST_DOUBLE_P (x) || CONST_FIXED_P (x))) in sparc_expand_vector_init()

12