Home
last modified time | relevance | path

Searched refs:get_arc_condition_code (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc224 static int get_arc_condition_code (rtx);
1489 get_arc_condition_code (rtx comparison) in get_arc_condition_code() function
1622 switch (get_arc_condition_code (comparison)) in arc_short_comparison_p()
4609 = get_arc_condition_code (current_insn_predicate); in arc_print_operand()
4668 fputs (arc_condition_codes[get_arc_condition_code (x)], file); in arc_print_operand()
4672 (get_arc_condition_code (x))], in arc_print_operand()
5457 state->cc = get_arc_condition_code (XEXP (SET_SRC (body), 0)); in arc_ccfsm_advance()
5510 state->cc = get_arc_condition_code (cond); in arc_ccfsm_record_condition()
5518 == get_arc_condition_code (XEXP (pat, 0))); in arc_ccfsm_record_condition()
9481 int raw_cc = get_arc_condition_code (cond); in arc_get_ccfsm_cond()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c224 static int get_arc_condition_code (rtx);
1490 get_arc_condition_code (rtx comparison) in get_arc_condition_code() function
1623 switch (get_arc_condition_code (comparison)) in arc_short_comparison_p()
4604 = get_arc_condition_code (current_insn_predicate); in arc_print_operand()
4663 fputs (arc_condition_codes[get_arc_condition_code (x)], file); in arc_print_operand()
4667 (get_arc_condition_code (x))], in arc_print_operand()
5452 state->cc = get_arc_condition_code (XEXP (SET_SRC (body), 0)); in arc_ccfsm_advance()
5505 state->cc = get_arc_condition_code (cond); in arc_ccfsm_record_condition()
5513 == get_arc_condition_code (XEXP (pat, 0))); in arc_ccfsm_record_condition()
9473 int raw_cc = get_arc_condition_code (cond); in arc_get_ccfsm_cond()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200520392 * config/arc/arc.c (get_arc_condition_code): Use gcc_assert &
H A DChangeLog-201631920 (get_arc_condition_code): Handle new CC_FPU* modes.
H A DChangeLog-2019910 (get_arc_condition_code): Likewise.
H A DChangeLog-201719270 (get_arc_condition_code): Likewise.