Searched refs:h_rbit (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | cpuv32.c | 404 return CPU (h_rbit); in crisv32f_h_rbit_get() 412 CPU (h_rbit) = newval; in crisv32f_h_rbit_set()
|
| D | cpuv32.h | 58 …), ORSI (SLLSI (ZEXTBISI (CPU (h_pbit)), 7), ORSI (SLLSI (ZEXTBISI (CPU (h_rbit)), 8), ORSI (SLLSI… 75 CPU (h_rbit) = ((NESI (ANDSI ((x), ((1) << (8))), 0)) ? (1) : (0));\ 141 BI h_rbit; member 142 #define GET_H_RBIT() CPU (h_rbit) 143 #define SET_H_RBIT(x) (CPU (h_rbit) = (x))
|
| D | semcrisv32f-switch.c | 9903 tmp_carry = CPU (h_rbit); in CASE() 9913 CPU (h_rbit) = opval; in CASE() 12344 …SI opval = ORSI (ORSI (tmp_samebits, tmp_shiftbits), ((ANDBI (CPU (h_rbit), NOTBI (tmp_p1))) ? (0)… in CASE() 12416 …SI opval = ORSI (ORSI (tmp_samebits, tmp_shiftbits), ((ANDBI (CPU (h_rbit), NOTBI (tmp_p1))) ? (0)… in CASE()
|