Home
last modified time | relevance | path

Searched refs:get_arm_condition_code (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c115 static arm_cc get_arm_condition_code (rtx);
23628 code = get_arm_condition_code (current_insn_predicate); in arm_print_condition()
23940 fputs (arm_condition_codes[get_arm_condition_code (x)], in arm_print_operand()
23959 (get_arm_condition_code (x))], in arm_print_operand()
24850 get_arm_condition_code (rtx comparison) in get_arm_condition_code() function
24906 arm_current_cc = get_arm_condition_code (predicate); in thumb2_final_prescan_insn()
24937 code = get_arm_condition_code (predicate); in thumb2_final_prescan_insn()
25234 arm_current_cc = get_arm_condition_code (XEXP (SET_SRC (body), 0)); in arm_final_prescan_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc118 static arm_cc get_arm_condition_code (rtx);
23873 code = get_arm_condition_code (current_insn_predicate); in arm_print_condition()
24185 fputs (arm_condition_codes[get_arm_condition_code (x)], in arm_print_operand()
24204 (get_arm_condition_code (x))], in arm_print_operand()
25095 get_arm_condition_code (rtx comparison) in get_arm_condition_code() function
25151 arm_current_cc = get_arm_condition_code (predicate); in thumb2_final_prescan_insn()
25182 code = get_arm_condition_code (predicate); in thumb2_final_prescan_insn()
25479 arm_current_cc = get_arm_condition_code (XEXP (SET_SRC (body), 0)); in arm_final_prescan_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.101102 (get_arm_condition_code): Now a static function returning
1369 (get_arm_condition_code): Extract the mode of the comparison and
H A DFSFChangeLog.1113459 (get_arm_condition_code): Handle CC_Cmode.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.101102 (get_arm_condition_code): Now a static function returning
1369 (get_arm_condition_code): Extract the mode of the comparison and
H A DChangeLog-201022801 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
23201 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
23374 * config/arm/arm.c (get_arm_condition_code): Handle it.
H A DFSFChangeLog.1113459 (get_arm_condition_code): Handle CC_Cmode.
H A DChangeLog-201112051 reusing the old code from get_arm_condition_code. Return ARM_NV
12053 (get_arm_condition_code): Redefine in terms of
H A DChangeLog-200925516 * config/arm/arm.c (get_arm_condition_code): Change type of code
H A DChangeLog-200011380 (get_arm_condition_code): Likewise.
H A DChangeLog-200521636 arm_print_operand, arm_assemble_integer, get_arm_condition_code,
H A DChangeLog-20035316 (get_arm_condition_code): Handle CC_Nmode.