2015-08-19 David Sherwood <david.sherwood@arm.com>
authordavids <davids@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 2015 15:23:11 +0000 (15:23 +0000)
committerdavids <davids@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 2015 15:23:11 +0000 (15:23 +0000)
commita0509d0eb68c41d64f1464de691818519c48aff0
tree2b377ed532e090b8c3c26e8bb610668f7077e860
parent34bf6b7fe74f1721b8b9b71c98a3515fb77eee04
2015-08-19  David Sherwood  <david.sherwood@arm.com>

    gcc/
* genmodes.c (emit_mode_unit_size_inline): New function.
(emit_mode_unit_precision_inline): New function.
(emit_insn_modes_h): Emit new #define.  Emit new functions.
(emit_mode_unit_size): New function.
(emit_mode_unit_precision): New function.
(emit_mode_adjustments): Add mode_unit_size adjustments.
(emit_insn_modes_c): Emit new arrays.
* machmode.h (GET_MODE_UNIT_SIZE, GET_MODE_UNIT_PRECISION): Update to
use new inline methods.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227013 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genmodes.c
gcc/machmode.h