]> gcc.gnu.org Git - gcc.git/commit
[AArch64] Use REG_P and CONST_INT_P instead of GET_CODE + comparison.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 6 Aug 2014 08:32:07 +0000 (08:32 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 6 Aug 2014 08:32:07 +0000 (08:32 +0000)
commit4aa81c2e6aa24a8112c2677b1dfdfe8013770757
tree558750ac8aba917253ce5c95e8632bf04855a29a
parent0483b3636dbf8ebac4d3862e1bcede3cb309e2a9
[AArch64] Use REG_P and CONST_INT_P instead of GET_CODE + comparison.

* config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
CONST_INT_P instead of GET_CODE and compare.
(aarch64_select_cc_mode): Likewise.
(aarch64_print_operand): Likewise.
(aarch64_rtx_costs): Likewise.
(aarch64_simd_valid_immediate): Likewise.
(aarch64_simd_check_vect_par_cnst_half): Likewise.
(aarch64_simd_emit_pair_result_insn): Likewise.

From-SVN: r213651
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
This page took 0.062043 seconds and 5 git commands to generate.