stage3/datatype_functions.hh
changeset 490 29f6ab0bf954
parent 484 f78750994a82
child 603 a45a62dd6df9
equal deleted inserted replaced
489:2c874cccbb44 490:29f6ab0bf954
   131 extern const struct widen_entry widen_ADD_table[];
   131 extern const struct widen_entry widen_ADD_table[];
   132 extern const struct widen_entry widen_SUB_table[];
   132 extern const struct widen_entry widen_SUB_table[];
   133 extern const struct widen_entry widen_MUL_table[];
   133 extern const struct widen_entry widen_MUL_table[];
   134 extern const struct widen_entry widen_DIV_table[];
   134 extern const struct widen_entry widen_DIV_table[];
   135 extern const struct widen_entry widen_MOD_table[];
   135 extern const struct widen_entry widen_MOD_table[];
       
   136 extern const struct widen_entry widen_EXPT_table[];
   136 extern const struct widen_entry widen_AND_table[];
   137 extern const struct widen_entry widen_AND_table[];
   137 extern const struct widen_entry widen_OR_table[];
   138 extern const struct widen_entry widen_OR_table[];
   138 extern const struct widen_entry widen_XOR_table[];
   139 extern const struct widen_entry widen_XOR_table[];
   139 extern const struct widen_entry widen_CMP_table[];
   140 extern const struct widen_entry widen_CMP_table[];
   140 
   141