Searched refs:h_pbit (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | cpuv10.c | 404 return CPU (h_pbit); in crisv10f_h_pbit_get() 412 CPU (h_pbit) = newval; in crisv10f_h_pbit_set()
|
| D | cpuv32.c | 388 return CPU (h_pbit); in crisv32f_h_pbit_get() 396 CPU (h_pbit) = newval; in crisv32f_h_pbit_set()
|
| D | cpuv10.h | 58 …, ORSI (SLLSI (ZEXTBISI (GET_H_UBIT ()), 6), ORSI (SLLSI (ZEXTBISI (CPU (h_pbit)), 7), 0))))))))))… 73 CPU (h_pbit) = ((NESI (ANDSI ((x), ((1) << (7))), 0)) ? (1) : (0));\ 107 BI h_pbit; member 108 #define GET_H_PBIT() CPU (h_pbit) 109 #define SET_H_PBIT(x) (CPU (h_pbit) = (x))
|
| D | cpuv32.h | 58 …, ORSI (SLLSI (ZEXTBISI (GET_H_UBIT ()), 6), ORSI (SLLSI (ZEXTBISI (CPU (h_pbit)), 7), ORSI (SLLSI… 74 CPU (h_pbit) = ((NESI (ANDSI ((x), ((1) << (7))), 0)) ? (1) : (0));\ 137 BI h_pbit; member 138 #define GET_H_PBIT() CPU (h_pbit) 139 #define SET_H_PBIT(x) (CPU (h_pbit) = (x))
|
| D | semcrisv32f-switch.c | 4000 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4009 BI opval = CPU (h_pbit); in CASE() 4053 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4062 BI opval = CPU (h_pbit); in CASE() 4106 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4115 BI opval = CPU (h_pbit); in CASE() 4159 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4168 BI opval = CPU (h_pbit); in CASE() 4212 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4221 BI opval = CPU (h_pbit); in CASE() [all …]
|
| D | semcrisv10f-switch.c | 3923 if (EQBI (CPU (h_pbit), 0)) { in CASE() 3932 BI opval = CPU (h_pbit); in CASE() 3976 if (EQBI (CPU (h_pbit), 0)) { in CASE() 3985 BI opval = CPU (h_pbit); in CASE() 4029 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4038 BI opval = CPU (h_pbit); in CASE() 4082 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4091 BI opval = CPU (h_pbit); in CASE() 4135 if (EQBI (CPU (h_pbit), 0)) { in CASE() 4144 BI opval = CPU (h_pbit); in CASE() [all …]
|