Searched refs:tmp_high (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dsem-switch.c469 HI tmp_high; local
472 tmp_high = ADDHI (SRLSI (GET_H_GR (FLD (f_rs)), 16), SRLSI (GET_H_GR (FLD (f_rt)), 16));
474 SI opval = ORSI (SLLSI (tmp_high, 16), tmp_low);
H A Dsem.c295 HI tmp_high; local
298 tmp_high = ADDHI (SRLSI (GET_H_GR (FLD (f_rs)), 16), SRLSI (GET_H_GR (FLD (f_rt)), 16));
300 SI opval = ORSI (SLLSI (tmp_high, 16), tmp_low);
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dsem-switch.c469 HI tmp_high; local
472 tmp_high = ADDHI (SRLSI (GET_H_GR (FLD (f_rs)), 16), SRLSI (GET_H_GR (FLD (f_rt)), 16));
474 SI opval = ORSI (SLLSI (tmp_high, 16), tmp_low);
H A Dsem.c295 HI tmp_high; local
298 tmp_high = ADDHI (SRLSI (GET_H_GR (FLD (f_rs)), 16), SRLSI (GET_H_GR (FLD (f_rt)), 16));
300 SI opval = ORSI (SLLSI (tmp_high, 16), tmp_low);

Completed in 173 milliseconds