| /NextBSD/contrib/gcc/ |
| HD | combine.c | 496 if (GET_MODE_CLASS (GET_MODE (oldval)) == MODE_INT in do_SUBST() 502 == trunc_int_for_mode (INTVAL (newval), GET_MODE (oldval))); in do_SUBST() 568 enum machine_mode oldval = GET_MODE (*into); in do_SUBST_MODE() 932 && (GET_MODE (note) == VOIDmode in combine_instructions() 933 ? SCALAR_INT_MODE_P (GET_MODE (SET_DEST (set))) in combine_instructions() 934 : GET_MODE (SET_DEST (set)) == GET_MODE (note))) in combine_instructions() 1035 GET_MODE (reg), in setup_incoming_promotions() 1064 && GET_MODE_BITSIZE (GET_MODE (x)) <= HOST_BITS_PER_WIDE_INT) in set_nonzero_bits_and_sign_copies() 1068 reg_stat[REGNO (x)].nonzero_bits = GET_MODE_MASK (GET_MODE (x)); in set_nonzero_bits_and_sign_copies() 1082 && (GET_MODE_SIZE (GET_MODE (SET_DEST (set))) in set_nonzero_bits_and_sign_copies() [all …]
|
| HD | rtlhooks.c | 51 && FLOAT_MODE_P (GET_MODE (SUBREG_REG (x))))) in gen_lowpart_general() 65 if (GET_MODE_SIZE (GET_MODE (x)) <= UNITS_PER_WORD in gen_lowpart_general() 66 && SCALAR_INT_MODE_P (GET_MODE (x)) in gen_lowpart_general() 68 GET_MODE_BITSIZE (GET_MODE (x))) in gen_lowpart_general() 70 return gen_lowpart_general (mode, force_reg (GET_MODE (x), x)); in gen_lowpart_general() 73 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_general() 80 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_general() 150 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_if_possible() 156 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_if_possible() 164 else if (mode != GET_MODE (x) && GET_MODE (x) != VOIDmode) in gen_lowpart_if_possible()
|
| HD | rtlanal.c | 426 return GET_MODE (x) == BLKmode || rtx_varies_p (XEXP (x, 0), for_alias); in rtx_addr_varies_p() 669 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (body)))) in reg_referenced_p() 671 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (body))) in reg_referenced_p() 752 GET_MODE (reg), REGNO (reg))) in reg_set_p() 1161 ? hard_regno_nregs[x_regno][GET_MODE (x)] in refers_to_regno_p() 1173 ? hard_regno_nregs[inner_regno][GET_MODE (x)] : 1); in refers_to_regno_p() 1269 ? hard_regno_nregs[regno][GET_MODE (x)] : 1); in reg_overlap_mentioned_p() 1481 : regno + hard_regno_nregs[regno][GET_MODE (x)] - 1); in dead_or_set_p() 1500 && (((GET_MODE_SIZE (GET_MODE (dest)) in covers_regno_no_parallel_p() 1502 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (dest))) in covers_regno_no_parallel_p() [all …]
|
| HD | reload.c | 343 && (GET_MODE_SIZE (GET_MODE (x)) in push_secondary_reload() 344 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))) in push_secondary_reload() 347 reload_mode = GET_MODE (x); in push_secondary_reload() 812 && GET_MODE_SIZE (GET_MODE (inner)) > UNITS_PER_WORD in reload_inner_reg_of_subreg() 813 && ((GET_MODE_SIZE (GET_MODE (inner)) / UNITS_PER_WORD) in reload_inner_reg_of_subreg() 814 != (int) hard_regno_nregs[REGNO (inner)][GET_MODE (inner)])); in reload_inner_reg_of_subreg() 918 inmode = GET_MODE (in); in push_reload() 920 outmode = GET_MODE (out); in push_reload() 997 && !CANNOT_CHANGE_MODE_CLASS (GET_MODE (SUBREG_REG (in)), inmode, class) in push_reload() 1006 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in)))) in push_reload() [all …]
|
| HD | postreload.c | 79 if (cselib_reg_set_mode (SET_DEST (set)) != GET_MODE (SET_DEST (set))) in reload_cse_noop_set_p() 251 && GET_MODE_BITSIZE (GET_MODE (src)) < BITS_PER_WORD in reload_cse_simplify_set() 252 && (extend_op = LOAD_EXTEND_OP (GET_MODE (src))) != UNKNOWN in reload_cse_simplify_set() 257 val = cselib_lookup (src, GET_MODE (SET_DEST (set)), 0); in reload_cse_simplify_set() 263 old_cost = MEMORY_MOVE_COST (GET_MODE (src), dclass, 1); in reload_cse_simplify_set() 265 old_cost = REGISTER_MOVE_COST (GET_MODE (src), in reload_cse_simplify_set() 291 this_val &= GET_MODE_MASK (GET_MODE (src)); in reload_cse_simplify_set() 295 if (this_val == trunc_int_for_mode (this_val, GET_MODE (src))) in reload_cse_simplify_set() 315 this_cost = REGISTER_MOVE_COST (GET_MODE (this_rtx), in reload_cse_simplify_set() 330 if (GET_MODE_BITSIZE (GET_MODE (SET_DEST (set))) < BITS_PER_WORD in reload_cse_simplify_set() [all …]
|
| HD | optabs.c | 193 note = gen_rtx_fmt_e (code, GET_MODE (target), copy_rtx (op0)); in add_equal_note() 195 note = gen_rtx_fmt_ee (code, GET_MODE (target), copy_rtx (op0), copy_rtx (op1)); in add_equal_note() 215 if (no_extend && GET_MODE (op) == VOIDmode) in widen_operand() 229 return gen_rtx_SUBREG (mode, force_reg (GET_MODE (op), op), 0); in widen_operand() 236 emit_move_insn (gen_lowpart (GET_MODE (op), result), op); in widen_operand() 430 if (GET_MODE (op0) != xmode0 && xmode0 != VOIDmode) in expand_widen_pattern_expr() 432 GET_MODE (op0) != VOIDmode in expand_widen_pattern_expr() 433 ? GET_MODE (op0) in expand_widen_pattern_expr() 438 if (GET_MODE (op1) != xmode1 && xmode1 != VOIDmode) in expand_widen_pattern_expr() 440 GET_MODE (op1) != VOIDmode in expand_widen_pattern_expr() [all …]
|
| HD | simplify-rtx.c | 154 return CONST_DOUBLE_FROM_REAL_VALUE (d, GET_MODE (x)); in avoid_constant_pool_reference() 190 if (offset != 0 || cmode != GET_MODE (x)) in avoid_constant_pool_reference() 192 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); in avoid_constant_pool_reference() 266 enum machine_mode mode = GET_MODE (x); in simplify_replace_rtx() 281 op_mode = GET_MODE (op0); in simplify_replace_rtx() 299 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1); in simplify_replace_rtx() 309 op_mode = GET_MODE (op0); in simplify_replace_rtx() 316 op_mode = GET_MODE (op0); in simplify_replace_rtx() 326 op0 = simplify_gen_subreg (GET_MODE (x), op0, in simplify_replace_rtx() 327 GET_MODE (SUBREG_REG (x)), in simplify_replace_rtx() [all …]
|
| HD | recog.c | 330 if (! memory_address_p (GET_MODE (object), XEXP (object, 0))) in verify_changes() 471 op0_mode = GET_MODE (XEXP (x, 0)); in validate_replace_rtx_1() 479 && GET_MODE (x) == GET_MODE (from) in validate_replace_rtx_1() 481 || (GET_CODE (x) == GET_CODE (from) && GET_MODE (x) == GET_MODE (from) in validate_replace_rtx_1() 527 if (fmt[0] == 'e' && GET_MODE (XEXP (x, 0)) != VOIDmode) in validate_replace_rtx_1() 528 op0_mode = GET_MODE (XEXP (x, 0)); in validate_replace_rtx_1() 539 GET_MODE (x), XEXP (x, 1), in validate_replace_rtx_1() 555 (PLUS, GET_MODE (x), XEXP (x, 0), XEXP (x, 1)), 1); in validate_replace_rtx_1() 562 (PLUS, GET_MODE (x), XEXP (x, 0), in validate_replace_rtx_1() 564 GET_MODE (x), XEXP (x, 1), in validate_replace_rtx_1() [all …]
|
| HD | cse.c | 756 mode = GET_MODE (x); in canon_for_address() 833 && GET_MODE_CLASS (GET_MODE (x)) == MODE_INT in notreg_cost() 834 && GET_MODE_CLASS (GET_MODE (SUBREG_REG (x))) == MODE_INT in notreg_cost() 835 && (GET_MODE_SIZE (GET_MODE (x)) in notreg_cost() 836 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in notreg_cost() 838 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (GET_MODE (x)), in notreg_cost() 839 GET_MODE_BITSIZE (GET_MODE (SUBREG_REG (x))))) in notreg_cost() 1123 : hard_regno_nregs[regno][GET_MODE (x)]); in mention_regs() 1157 remove_invalid_subreg_refs (i, SUBREG_BYTE (x), GET_MODE (x)); in mention_regs() 1231 if (ent->mode != GET_MODE (x)) in insert_regs() [all …]
|
| HD | cselib.c | 235 enum machine_mode mode = GET_MODE (x); in entry_and_rtx_equal_p() 240 if (mode != GET_MODE (v->u.val_rtx)) in entry_and_rtx_equal_p() 384 return GET_MODE (x); in cselib_reg_set_mode() 390 return GET_MODE (REG_VALUES (REGNO (x))->elt->u.val_rtx); in cselib_reg_set_mode() 405 cselib_val *e = cselib_lookup (x, GET_MODE (x), 0); in rtx_equal_for_cselib_p() 413 cselib_val *e = cselib_lookup (y, GET_MODE (y), 0); in rtx_equal_for_cselib_p() 462 if (GET_CODE (x) != GET_CODE (y) || GET_MODE (x) != GET_MODE (y)) in rtx_equal_for_cselib_p() 552 && (GET_CODE (x) != CONST_DOUBLE || GET_MODE (x) != VOIDmode)) in wrap_constant() 588 hash += (unsigned) code + (unsigned) GET_MODE (x); in cselib_hash_rtx() 594 e = cselib_lookup (x, GET_MODE (x), create); in cselib_hash_rtx() [all …]
|
| HD | explow.c | 93 mode = GET_MODE (x); in plus_constant() 123 = force_const_mem (GET_MODE (x), in plus_constant() 126 if (memory_address_p (GET_MODE (tem), XEXP (tem, 0))) in plus_constant() 160 if (GET_MODE (x) != VOIDmode) in plus_constant() 161 c = trunc_int_for_mode (c, GET_MODE (x)); in plus_constant() 215 && 0 != (tem = simplify_binary_operation (PLUS, GET_MODE (x), *constptr, in eliminate_constant_term() 227 && 0 != (tem = simplify_binary_operation (PLUS, GET_MODE (x), in eliminate_constant_term() 232 return gen_rtx_PLUS (GET_MODE (x), x0, x1); in eliminate_constant_term() 293 && GET_MODE (x) != VOIDmode)) in break_out_memory_refs() 294 x = force_reg (GET_MODE (x), x); in break_out_memory_refs() [all …]
|
| HD | expr.c | 351 enum machine_mode to_mode = GET_MODE (to); in convert_move() 352 enum machine_mode from_mode = GET_MODE (from); in convert_move() 377 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (from))) in convert_move() 396 from = simplify_gen_subreg (to_mode, from, GET_MODE (from), 0); in convert_move() 398 to = simplify_gen_subreg (from_mode, to, GET_MODE (to), 0); in convert_move() 752 && GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))) >= GET_MODE_SIZE (mode) in convert_modes() 756 if (GET_MODE (x) != VOIDmode) in convert_modes() 757 oldmode = GET_MODE (x); in convert_modes() 803 GET_MODE_BITSIZE (GET_MODE (x))))))))) in convert_modes() 829 if (VECTOR_MODE_P (mode) && GET_MODE (x) == VOIDmode) in convert_modes() [all …]
|
| HD | expmed.c | 366 int inner_mode_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))); in store_bit_field() 367 int outer_mode_size = GET_MODE_SIZE (GET_MODE (op0)); in store_bit_field() 391 if (REG_P (op0) && bitnum >= GET_MODE_BITSIZE (GET_MODE (op0))) in store_bit_field() 396 if (VECTOR_MODE_P (GET_MODE (op0)) in store_bit_field() 398 && (vec_set_optab->handlers[GET_MODE (op0)].insn_code in store_bit_field() 400 && fieldmode == GET_MODE_INNER (GET_MODE (op0)) in store_bit_field() 401 && bitsize == GET_MODE_BITSIZE (GET_MODE_INNER (GET_MODE (op0))) in store_bit_field() 402 && !(bitnum % GET_MODE_BITSIZE (GET_MODE_INNER (GET_MODE (op0))))) in store_bit_field() 404 enum machine_mode outermode = GET_MODE (op0); in store_bit_field() 456 || GET_MODE_SIZE (GET_MODE (op0)) == GET_MODE_SIZE (fieldmode)) in store_bit_field() [all …]
|
| HD | caller-save.c | 299 = regno + hard_regno_nregs[regno][GET_MODE (regno_reg_rtx[i])]; in setup_save_areas() 502 enum machine_mode mode = GET_MODE (reg); in mark_set_regs() 532 enum machine_mode mode = GET_MODE (reg); in add_stored_regs() 541 GET_MODE (SUBREG_REG (reg)), in add_stored_regs() 543 GET_MODE (reg)); in add_stored_regs() 578 && ((GET_MODE_SIZE (GET_MODE (x)) in mark_referenced_regs() 579 >= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in mark_referenced_regs() 580 || (GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))) in mark_referenced_regs() 598 int nregs = hard_regno_nregs[hardregno][GET_MODE (x)]; in mark_referenced_regs() 683 && save_mode [regno] != GET_MODE (mem) in insert_restore() [all …]
|
| HD | struct-equiv.c | 134 if (GET_MODE (x) != GET_MODE (y)) in merge_memattrs() 219 nregs = hard_regno_nregs[regno][GET_MODE (reg)]; in assign_reg_reg_set() 316 ? 1 : hard_regno_nregs[x_regno][GET_MODE (x)]); in note_local_live() 318 ? 1 : hard_regno_nregs[y_regno][GET_MODE (y)]); in note_local_live() 330 enum machine_mode x_mode = GET_MODE (x); in note_local_live() 372 || GET_MODE (x) != GET_MODE (y)) in rtx_equiv_p() 444 && GET_MODE (info->input_reg) != GET_MODE (info->x_input)) in rtx_equiv_p() 447 info->input_reg = gen_reg_rtx (GET_MODE (info->x_input)); in rtx_equiv_p() 459 ? 1 : hard_regno_nregs[x_regno][GET_MODE (x)]); in rtx_equiv_p() 461 ? 1 : hard_regno_nregs[y_regno][GET_MODE (y)]); in rtx_equiv_p() [all …]
|
| HD | ifcvt.c | 306 if (GET_MODE (xtest) != GET_MODE (COND_EXEC_TEST (pattern))) in cond_exec_process_insns() 309 xtest = gen_rtx_AND (GET_MODE (xtest), xtest, in cond_exec_process_insns() 362 cond = gen_rtx_fmt_ee (rev, GET_MODE (cond), XEXP (cond, 0), in cond_exec_get_condition() 445 false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (true_expr), in cond_exec_process_if_block() 507 f = gen_rtx_fmt_ee (f_code, GET_MODE (t), XEXP (t, 0), XEXP (t, 1)); in cond_exec_process_if_block() 510 t = gen_rtx_AND (GET_MODE (t), true_expr, t); in cond_exec_process_if_block() 511 f = gen_rtx_IOR (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 515 t = gen_rtx_IOR (GET_MODE (t), true_expr, t); in cond_exec_process_if_block() 516 f = gen_rtx_AND (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 651 tmp = gen_rtx_fmt_ee (code, GET_MODE (x), XEXP (cond, 0), in noce_emit_store_flag() [all …]
|
| HD | alias.c | 177 #define SIZE_FOR_MODE(X) (GET_MODE_SIZE (GET_MODE (X))) 885 && GET_MODE (src_0) != VOIDmode))) in find_base_value() 892 && GET_MODE (src_1) != VOIDmode))) in find_base_value() 919 if (GET_MODE_SIZE (GET_MODE (src)) < GET_MODE_SIZE (Pmode)) in find_base_value() 976 n = hard_regno_nregs[regno][GET_MODE (dest)]; in record_set() 1174 return gen_rtx_PLUS (GET_MODE (x), x0, x1); in canon_rtx() 1218 if (GET_MODE (x) != GET_MODE (y)) in rtx_equal_for_memref_p() 1378 if (GET_MODE_SIZE (GET_MODE (x)) < GET_MODE_SIZE (Pmode)) in find_base_term() 1457 && GET_MODE (tmp1) != VOIDmode))) in find_base_term() 1464 && GET_MODE (tmp2) != VOIDmode))) in find_base_term() [all …]
|
| HD | regmove.c | 115 int size = GET_MODE_SIZE (GET_MODE (use)); in try_auto_increment() 250 flags_nregs = hard_regno_nregs[flags_regno][GET_MODE (flags)]; in mark_flags_life_zones() 446 && GET_MODE (XEXP (note, 0)) == GET_MODE (src)) in optimize_reg_copy_1() 513 if (GET_MODE (XEXP (dest_death, 0)) != GET_MODE (dest)) in optimize_reg_copy_1() 692 if (GET_MODE_BITSIZE (GET_MODE (src_reg)) <= GET_MODE_BITSIZE (GET_MODE (src)) in optimize_reg_copy_3() 693 && !TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (GET_MODE (src)), in optimize_reg_copy_3() 694 GET_MODE_BITSIZE (GET_MODE (src_reg)))) in optimize_reg_copy_3() 697 old_mode = GET_MODE (src_reg); in optimize_reg_copy_3() 698 PUT_MODE (src_reg, GET_MODE (src)); in optimize_reg_copy_3() 766 && GET_MODE (src) == GET_MODE (dest)) in copy_src_to_dest() [all …]
|
| HD | reload1.c | 599 *loc = gen_rtx_MEM (GET_MODE (x), reg_equiv_address[regno]); in replace_pseudos_in() 611 replace_pseudos_in (& XEXP (x, 0), GET_MODE (x), usage); in replace_pseudos_in() 734 && GET_MODE (insn) != VOIDmode) in reload() 793 = force_const_mem (GET_MODE (SET_DEST (set)), x); in reload() 935 if (strict_memory_address_p (GET_MODE (regno_reg_rtx[i]), in reload() 1176 && (GET_MODE (insn) == QImode in reload() 1180 || GET_MODE (XEXP (PATTERN (insn), 0)) != BLKmode in reload() 1831 = hard_regno_nregs[regno][GET_MODE (chain->rld[i].reg_rtx)]; in find_reload_regs() 1999 enum machine_mode mode = GET_MODE (regno_reg_rtx[i]); in alter_reg() 2034 && (GET_MODE_SIZE (GET_MODE (spill_stack_slot[from_reg])) in alter_reg() [all …]
|
| HD | local-alloc.c | 1864 if (GET_MODE_SIZE (GET_MODE (subreg)) > UNITS_PER_WORD) in combine_regs() 1869 GET_MODE (subreg), in combine_regs() 1871 GET_MODE (usedreg)); in combine_regs() 1874 / REGMODE_NATURAL_SIZE (GET_MODE (usedreg))); in combine_regs() 1885 usize = hard_regno_nregs[ureg][GET_MODE (usedreg)]; in combine_regs() 1887 usize = ((GET_MODE_SIZE (GET_MODE (usedreg)) in combine_regs() 1888 + (REGMODE_NATURAL_SIZE (GET_MODE (usedreg)) - 1)) in combine_regs() 1889 / REGMODE_NATURAL_SIZE (GET_MODE (usedreg))); in combine_regs() 1897 if (GET_MODE_SIZE (GET_MODE (subreg)) > UNITS_PER_WORD) in combine_regs() 1902 GET_MODE (subreg), in combine_regs() [all …]
|
| HD | jump.c | 377 mode = GET_MODE (arg0); in reversed_comparison_code_parts() 379 mode = GET_MODE (arg1); in reversed_comparison_code_parts() 447 mode = GET_MODE (arg0); in reversed_comparison_code_parts() 449 mode = GET_MODE (XEXP (comparison, 1)); in reversed_comparison_code_parts() 470 || (GET_MODE (arg0) != VOIDmode in reversed_comparison_code_parts() 1285 [GET_MODE (SET_DEST (pat))] : 1)); in delete_prior_computation() 1290 ? hard_regno_nregs[regno][GET_MODE (reg)] : 1)); in delete_prior_computation() 1732 GET_MODE (comp), XEXP (comp, 0), in invert_exp_1() 1812 if (GET_MODE (x) != GET_MODE (y)) in rtx_renumbered_equal_p() 1828 GET_MODE (SUBREG_REG (x)), in rtx_renumbered_equal_p() [all …]
|
| HD | emit-rtl.c | 219 if (GET_MODE (value) == VOIDmode) in const_double_htab_hash() 225 h ^= GET_MODE (value); in const_double_htab_hash() 237 if (GET_MODE (a) != GET_MODE (b)) in const_double_htab_eq() 239 if (GET_MODE (a) == VOIDmode) in const_double_htab_eq() 693 gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); in gen_rtx_SUBREG() 705 inmode = GET_MODE (reg); in gen_lowpart_SUBREG() 864 && GET_MODE_SIZE (GET_MODE (reg)) > GET_MODE_SIZE (mode) in gen_rtx_REG_offset() 866 && var_size < GET_MODE_SIZE (GET_MODE (reg)))) in gen_rtx_REG_offset() 872 offset_le = ((GET_MODE_SIZE (GET_MODE (reg)) - 1 - offset) in gen_rtx_REG_offset() 878 offset_le += ((GET_MODE_SIZE (GET_MODE (reg)) - 1 - offset) in gen_rtx_REG_offset() [all …]
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | predicates.md | 95 enum machine_mode omode = GET_MODE (op); 159 (match_test "GET_MODE (op) == mode"))) 229 if (mode != VOIDmode && mode != GET_MODE (op)) 232 && (GET_MODE (op) != CCFPmode && GET_MODE (op) != CCFPEmode)) 248 if (mode != VOIDmode && mode != GET_MODE (op)) 251 && (GET_MODE (op) != CCFPmode && GET_MODE (op) != CCFPEmode)) 263 if (mode != VOIDmode && mode != GET_MODE (op)) 266 && GET_MODE (op) != CCmode && GET_MODE (op) != CCXmode) 380 if (mode != VOIDmode && GET_MODE (op) != VOIDmode && mode != GET_MODE (op)) 436 if (GET_MODE (XEXP (op, 0)) == CC_NOOVmode [all …]
|
| HD | sparc.c | 1062 enum machine_mode mode = GET_MODE (op0); in sparc_emit_set_const32() 1110 if (temp && GET_MODE (temp) == TImode) in sparc_emit_set_symbolic_const64() 1233 if (data_segment_operand (op1, GET_MODE (op1))) in sparc_emit_set_symbolic_const64() 1901 if (GET_MODE_CLASS (GET_MODE (x)) == MODE_FLOAT) in select_cc_mode() 1930 if (TARGET_ARCH64 && GET_MODE (x) == DImode) in select_cc_mode() 1937 if (TARGET_ARCH64 && GET_MODE (x) == DImode) in select_cc_mode() 1978 if (TARGET_V9 && GET_MODE_CLASS (GET_MODE (x)) == MODE_FLOAT) in gen_compare_reg() 2003 else if (GET_MODE_CLASS (GET_MODE (x)) == MODE_FLOAT) in gen_compare_reg() 2041 && (GET_MODE (sparc_compare_op0) == DImode in gen_v9_scc() 2042 || GET_MODE (operands[0]) == DImode)) in gen_v9_scc() [all …]
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | predicates.md | 160 (match_test "mode == GET_MODE (op)"))) 165 (match_test "mode == GET_MODE (op)"))) 175 (match_test "mode == GET_MODE (op)"))) 187 (match_test "mode == GET_MODE (op)"))) 192 (ior (match_test "mode == GET_MODE (op)") 193 (match_test "mode == VOIDmode && GET_MODE_CLASS (GET_MODE (op)) == MODE_CC"))))) 200 mode = GET_MODE (op); 315 || GET_MODE (SET_DEST (elt)) != SImode 318 || GET_MODE (SET_SRC (elt)) != SImode 372 || GET_MODE (SET_SRC (elt)) != SImode [all …]
|