Searched refs:FLAG_C (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/m32c/ |
| D | reg.c | 357 f = FLAG_C; in condition_true() 360 f = FLAG_C & !FLAG_Z; in condition_true() 369 f = !FLAG_C; in condition_true() 372 f = !(FLAG_C & !FLAG_Z); in condition_true() 419 f = !FLAG_C; in condition_true() 422 f = !(FLAG_C & !FLAG_Z); in condition_true() 442 f = FLAG_C; in condition_true() 445 f = FLAG_C & !FLAG_Z; in condition_true()
|
| D | cpu.h | 178 #define FLAG_C FLAG(FLAGBIT_C) macro
|
| D | r8c.opc | 113 #define carry (FLAG_C ? 1 : 0)
|
| D | m32c.opc | 158 #define carry (FLAG_C ? 1 : 0)
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | reg.c | 312 f = FLAG_C; in condition_true() 315 f = !FLAG_C; in condition_true() 318 f = FLAG_C & !FLAG_Z; in condition_true() 321 f = !(FLAG_C & !FLAG_Z); in condition_true()
|
| D | cpu.h | 190 #define FLAG_C FLAG(FLAGBIT_C) macro
|
| D | rx.c | 828 #define carry (FLAG_C ? 1 : 0)
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | d30v.h | 170 #define FLAG_C FLAG_7 macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | d30v.h | 170 #define FLAG_C FLAG_7 macro
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | d30v-opc.c | 211 { "addc", IALU1, 0x4, { SHORT_A, LONG }, EITHER, FLAG_C, FLAG_CVVA, 0 }, 325 { "subb", IALU1, 0x5, { SHORT_A, LONG}, EITHER, FLAG_C, FLAG_CVVA, 0 },
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | d30v-opc.c | 211 { "addc", IALU1, 0x4, { SHORT_A, LONG }, EITHER, FLAG_C, FLAG_CVVA, 0 }, 325 { "subb", IALU1, 0x5, { SHORT_A, LONG}, EITHER, FLAG_C, FLAG_CVVA, 0 },
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | c-exp.y | 2435 FLAG_C = 2, enumerator 2509 {"restrict", RESTRICT, OP_NULL, FLAG_C | FLAG_SHADOW}, 2702 gdb_assert ((token.flags & FLAG_C) == 0); in lex_one_token() 2716 gdb_assert ((token.flags & FLAG_C) == 0); in lex_one_token() 3004 if ((token.flags & FLAG_C) != 0 in lex_one_token()
|
| D | ChangeLog-2020 | 14203 (enum token_flag) <FLAG_C>: New constant. 14206 (lex_one_token): Handle FLAG_C.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 46382 FLAG_C = (1 << 1)
|