HomeSort by: relevance | last modified time | path
    Searched defs:tmp_temp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/iq2000/
sem-switch.c 1984 SI tmp_temp; local
1986 tmp_temp = ANDSI (GET_H_GR (FLD (f_rs)), 255);
1988 tmp_temp = ANDSI (GET_H_GR (FLD (f_rt)), 255);
1991 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 65280));
1993 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 65280));
1996 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 16711680));
1998 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 16711680))
    [all...]
sem.c 1936 SI tmp_temp; local
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))
    [all...]
  /src/external/gpl3/gdb/dist/sim/iq2000/
sem-switch.c 1984 SI tmp_temp; local
1986 tmp_temp = ANDSI (GET_H_GR (FLD (f_rs)), 255);
1988 tmp_temp = ANDSI (GET_H_GR (FLD (f_rt)), 255);
1991 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 65280));
1993 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 65280));
1996 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rs)), 16711680));
1998 tmp_temp = ORSI (tmp_temp, ANDSI (GET_H_GR (FLD (f_rt)), 16711680))
    [all...]
sem.c 1936 SI tmp_temp; local
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))
    [all...]

Completed in 47 milliseconds