Home | History | Annotate | Download | only in iq2000

Lines Matching defs:tmp_temp

1936   SI tmp_temp;
1938 tmp_temp = ANDSI (GET_H_GR (FLD (f_rs)), 255);
1940 tmp_temp = ANDSI (GET_H_GR (FLD (f_rt)), 255);
1943 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 65280));
1945 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 65280));
1948 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 16711680));
1950 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 16711680));
1953 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 0xff000000));
1955 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 0xff000000));
1958 SI opval = tmp_temp;