summaryrefslogtreecommitdiff
path: root/gcc/config/tilepro/tilepro-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilepro/tilepro-protos.h')
-rw-r--r--gcc/config/tilepro/tilepro-protos.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/tilepro/tilepro-protos.h b/gcc/config/tilepro/tilepro-protos.h
index fe9b81b4bf1..69b14aa6adb 100644
--- a/gcc/config/tilepro/tilepro-protos.h
+++ b/gcc/config/tilepro/tilepro-protos.h
@@ -24,25 +24,25 @@
extern void tilepro_init_expanders (void);
extern bool tilepro_legitimate_pic_operand_p (rtx);
-extern rtx tilepro_simd_int (rtx, enum machine_mode);
+extern rtx tilepro_simd_int (rtx, machine_mode);
#ifdef RTX_CODE
extern void split_di (rtx[], int, rtx[], rtx[]);
extern bool tilepro_bitfield_operand_p (HOST_WIDE_INT, int *, int *);
extern void tilepro_expand_set_const32 (rtx, rtx);
-extern bool tilepro_expand_mov (enum machine_mode, rtx *);
+extern bool tilepro_expand_mov (machine_mode, rtx *);
extern void tilepro_expand_insv (rtx operands[4]);
extern void tilepro_expand_unaligned_load (rtx, rtx, HOST_WIDE_INT,
HOST_WIDE_INT, bool);
-extern void tilepro_expand_movmisalign (enum machine_mode, rtx *);
+extern void tilepro_expand_movmisalign (machine_mode, rtx *);
extern bool tilepro_expand_addsi (rtx, rtx, rtx);
extern void tilepro_allocate_stack (rtx, rtx);
extern bool tilepro_expand_mulsi (rtx, rtx, rtx);
extern void tilepro_expand_smulsi3_highpart (rtx, rtx, rtx);
extern void tilepro_expand_umulsi3_highpart (rtx, rtx, rtx);
-extern bool tilepro_emit_setcc (rtx[], enum machine_mode);
-extern void tilepro_emit_conditional_branch (rtx[], enum machine_mode);
+extern bool tilepro_emit_setcc (rtx[], machine_mode);
+extern void tilepro_emit_conditional_branch (rtx[], machine_mode);
extern rtx tilepro_emit_conditional_move (rtx);
extern const char *tilepro_output_cbranch_with_opcode (rtx_insn *, rtx *,
const char *,
@@ -51,8 +51,8 @@ extern const char *tilepro_output_cbranch_with_opcode (rtx_insn *, rtx *,
extern const char *tilepro_output_cbranch (rtx_insn *, rtx *, bool);
extern void tilepro_expand_tablejump (rtx, rtx);
extern void tilepro_expand_builtin_vector_binop (rtx (*)(rtx, rtx, rtx),
- enum machine_mode, rtx,
- enum machine_mode, rtx, rtx,
+ machine_mode, rtx,
+ machine_mode, rtx, rtx,
bool);
#endif /* RTX_CODE */