comparison mc-code-spu.c @ 663:92a401bef729

*** empty log message ***
author kono
date Sun, 04 Mar 2007 18:24:10 +0900
parents c9df4e08da9b
children 2cc418b247ce
comparison
equal deleted inserted replaced
662:c9df4e08da9b 663:92a401bef729
140 #define FREG_VAR_MIN 3 140 #define FREG_VAR_MIN 3
141 #define FREG_VAR_MAX 127 141 #define FREG_VAR_MAX 127
142 #define MIN_TMP_FREG 3 142 #define MIN_TMP_FREG 3
143 #define MAX_TMP_FREG 127 143 #define MAX_TMP_FREG 127
144 144
145 int MAX_REGISTER=127; /* ARMのレジスタを10個まで使う*/ 145 int MAX_REGISTER=128; /* ARMのレジスタを10個まで使う*/
146 #define REAL_MAX_REGISTER 127 /* ARMのレジスタが32ということ*/ 146 #define REAL_MAX_REGISTER 128 /* ARMのレジスタが32ということ*/
147 147
148 #define FREG_OFFSET 3 148 #define FREG_OFFSET 3
149 #define LREG_OFFSET 3 149 #define LREG_OFFSET 3
150 150
151 int MAX_INPUT_REGISTER_VAR = 80; 151 int MAX_INPUT_REGISTER_VAR = 80;
565 gexpr_code_init(void){ 565 gexpr_code_init(void){
566 } 566 }
567 567
568 void 568 void
569 code_gexpr(int e){ 569 code_gexpr(int e){
570 if (is_int_reg(creg) && creg!=ireg) error(-1); 570 // if (is_int_reg(creg) && creg!=ireg) error(-1);
571 // register_usage("code_gexpr"); 571 // register_usage("code_gexpr");
572 } 572 }
573 573
574 574
575 void 575 void