Home
last modified time | relevance | path

Searched refs:tmp_temp (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/iq2000/
Dsem.c1936 SI tmp_temp; in SEM_FN_NAME() local
1938 tmp_temp = ANDSI (GET_H_GR (FLD (f_rs)), 255); in SEM_FN_NAME()
1940 tmp_temp = ANDSI (GET_H_GR (FLD (f_rt)), 255); in SEM_FN_NAME()
1943 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 65280)); in SEM_FN_NAME()
1945 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 65280)); in SEM_FN_NAME()
1948 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 16711680)); in SEM_FN_NAME()
1950 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 16711680)); in SEM_FN_NAME()
1953 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 0xff000000)); in SEM_FN_NAME()
1955 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 0xff000000)); in SEM_FN_NAME()
1958 SI opval = tmp_temp; in SEM_FN_NAME()
Dsem-switch.c1984 SI tmp_temp; in CASE() local
1986 tmp_temp = ANDSI (GET_H_GR (FLD (f_rs)), 255); in CASE()
1988 tmp_temp = ANDSI (GET_H_GR (FLD (f_rt)), 255); in CASE()
1991 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 65280)); in CASE()
1993 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 65280)); in CASE()
1996 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 16711680)); in CASE()
1998 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 16711680)); in CASE()
2001 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 0xff000000)); in CASE()
2003 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 0xff000000)); in CASE()
2006 SI opval = tmp_temp; in CASE()