summaryrefslogtreecommitdiff
path: root/gcc/config/m32c/m32c-modes.def
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-30 03:02:00 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-30 03:02:00 +0000
commit0d58d930a74fccc0321215f32050bf71c21e3c28 (patch)
tree3e4d8c33a6e93f29e60f5b1a8bb6ff6874206439 /gcc/config/m32c/m32c-modes.def
parent74e1763b12ef3120de576e4058229c0d3acb5f8e (diff)
downloadgcc-0d58d930a74fccc0321215f32050bf71c21e3c28.tar.gz
* machmode.def (PARTIAL_INT_MODE): Add precision and name.
* genmodes.c (PARTIAL_INT_MODE): Add precision and name. (make_vector_mode): Increase namebuf to 16. (emit_insn_modes_h): When processing BImode, don't also match partial int modes. (emit_class_narrowest_mode): Likewise. * config/bfin/bfin-modes.def: Add precision to PDI. * config/m32c/m32c-modes.def: Add precision to PSI. * config/msp430/msp430-modes.def: Add precision to PSI. * config/rs6000/rs6000-modes.def: Add precision to PTI. * config/sh/sh-modes.def: Add precision to PSI and PDI. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32c/m32c-modes.def')
-rw-r--r--gcc/config/m32c/m32c-modes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c-modes.def b/gcc/config/m32c/m32c-modes.def
index 2050c91a009..ad266fbc851 100644
--- a/gcc/config/m32c/m32c-modes.def
+++ b/gcc/config/m32c/m32c-modes.def
@@ -22,7 +22,7 @@
/*INT_MODE (PI, 3);*/
/* 24-bit pointers, in 32-bit units */
-PARTIAL_INT_MODE (SI);
+PARTIAL_INT_MODE (SI, 24, PSI);
/* 48-bit MULEX result */
/* INT_MODE (MI, 6); */