Searched refs:INVSI (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/lm32/ |
| D | sem-switch.c | 1058 SI opval = INVSI (ORSI (CPU (h_gr[FLD (f_r0)]), CPU (h_gr[FLD (f_r1)]))); in CASE() 1077 SI opval = INVSI (ORSI (CPU (h_gr[FLD (f_r0)]), ZEXTSISI (FLD (f_uimm)))); in CASE() 1472 SI opval = INVSI (XORSI (CPU (h_gr[FLD (f_r0)]), CPU (h_gr[FLD (f_r1)]))); in CASE() 1491 SI opval = INVSI (XORSI (CPU (h_gr[FLD (f_r0)]), ZEXTSISI (FLD (f_uimm)))); in CASE()
|
| D | sem.c | 1030 SI opval = INVSI (ORSI (CPU (h_gr[FLD (f_r0)]), CPU (h_gr[FLD (f_r1)]))); in SEM_FN_NAME() 1051 SI opval = INVSI (ORSI (CPU (h_gr[FLD (f_r0)]), ZEXTSISI (FLD (f_uimm)))); in SEM_FN_NAME() 1488 SI opval = INVSI (XORSI (CPU (h_gr[FLD (f_r0)]), CPU (h_gr[FLD (f_r1)]))); in SEM_FN_NAME() 1509 SI opval = INVSI (XORSI (CPU (h_gr[FLD (f_r0)]), ZEXTSISI (FLD (f_uimm)))); in SEM_FN_NAME()
|
| /netbsd/src/external/gpl3/binutils/dist/include/cgen/ |
| D | basic-ops.h | 133 #define INVSI(x) (~ (x)) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/cgen/ |
| D | basic-ops.h | 133 #define INVSI(x) (~ (x)) macro
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | cgen-ops.h | 139 #define INVSI(x) (~ (x)) macro
|
| /netbsd/src/external/gpl3/gdb/dist/sim/iq2000/ |
| D | sem.c | 386 SI opval = INVSI (ORSI (GET_H_GR (FLD (f_rs)), GET_H_GR (FLD (f_rt)))); in SEM_FN_NAME() 3208 tmp_addr = ANDSI (ADDSI (GET_H_GR (FLD (f_rs)), FLD (f_imm)), INVSI (3)); in SEM_FN_NAME() 3238 tmp_addr = ANDSI (ADDSI (GET_H_GR (FLD (f_rs)), FLD (f_imm)), INVSI (3)); in SEM_FN_NAME()
|
| D | sem-switch.c | 552 SI opval = INVSI (ORSI (GET_H_GR (FLD (f_rs)), GET_H_GR (FLD (f_rt)))); in CASE() 3112 tmp_addr = ANDSI (ADDSI (GET_H_GR (FLD (f_rs)), FLD (f_imm)), INVSI (3)); in CASE() 3140 tmp_addr = ANDSI (ADDSI (GET_H_GR (FLD (f_rs)), FLD (f_imm)), INVSI (3)); in CASE()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | semcrisv32f-switch.c | 11317 tmp_tmpres = INVSI (tmp_tmpval); in CASE() 11321 tmp_tmpr = INVSI (tmp_tmpval); in CASE() 11326 tmp_tmpb = INVSI (tmp_tmpval); in CASE() 11332 tmp_tmpb = INVSI (tmp_tmpval); in CASE() 11338 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11344 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11351 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11359 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 12341 tmp_shiftbits = ANDSI (SRLSI (ANDSI (tmp_oldccs, 1073609728), 10), INVSI (tmp_keepmask)); in CASE() 12369 …SI opval = ORSI (ANDSI (tmp_savemask, tmp_oldccs), ANDSI (INVSI (tmp_savemask), SLLSI (tmp_oldccs,… in CASE() [all …]
|
| D | semcrisv10f-switch.c | 11047 tmp_tmpres = INVSI (tmp_tmpval); in CASE() 11051 tmp_tmpr = INVSI (tmp_tmpval); in CASE() 11056 tmp_tmpb = INVSI (tmp_tmpval); in CASE() 11062 tmp_tmpb = INVSI (tmp_tmpval); in CASE() 11068 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11074 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11081 tmp_tmpw = INVSI (tmp_tmpval); in CASE() 11089 tmp_tmpw = INVSI (tmp_tmpval); in CASE()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32r/ |
| D | sem-switch.c | 1889 SI opval = INVSI (* FLD (i_sr)); in CASE()
|
| D | sem.c | 1891 SI opval = INVSI (* FLD (i_sr)); in SEM_FN_NAME()
|
| D | sem2-switch.c | 2484 SI opval = INVSI (* FLD (i_sr)); in CASE() 5424 SI opval = INVSI (* FLD (i_sr)); in CASE()
|
| D | semx-switch.c | 2316 SI opval = INVSI (* FLD (i_sr)); in CASE() 5256 SI opval = INVSI (* FLD (i_sr)); in CASE()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | sem.c | 317 SI opval = INVSI (GET_H_GR (FLD (f_GRj))); in SEM_FN_NAME() 781 SI opval = INVSI (GET_H_GR (FLD (f_GRj))); in SEM_FN_NAME() 19361 SI opval = INVSI (GET_H_FR_INT (FLD (f_FRj))); in SEM_FN_NAME() 19383 SI opval = INVSI (GET_H_FR_INT (FLD (f_FRj))); in SEM_FN_NAME()
|