Searched refs:PROCESSOR_V850 (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | v850.h | 57 #define PROCESSOR_V850 (1 << 0) /* Just the V850. */ macro 60 #define PROCESSOR_NOT_V850 (~ PROCESSOR_V850) /* Any processor except the V850. */
|
| D | ChangeLog-9103 | 1758 (PROCESSOR_V850, PROCESSOR_ALL): New bit constants.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | v850.h | 57 #define PROCESSOR_V850 (1 << 0) /* Just the V850. */ macro 60 #define PROCESSOR_NOT_V850 (~ PROCESSOR_V850) /* Any processor except the V850. */
|
| D | ChangeLog-9103 | 1777 (PROCESSOR_V850, PROCESSOR_ALL): New bit constants.
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | v850-dis.c | 75 target_processor = PROCESSOR_V850;
|
| D | v850-opc.c | 621 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850 }, 625 { "sld.h", one (0x0400), one (0x0780), {D8_7, EP, R2}, 1, PROCESSOR_V850 },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | v850-dis.c | 72 target_processor = PROCESSOR_V850; in disassemble()
|
| D | v850-opc.c | 546 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850 }, 550 { "sld.h", one (0x0400), one (0x0780), {D8_7, EP, R2}, 1, PROCESSOR_V850 },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-v850.c | 467 case 0: processor_mask = PROCESSOR_V850; break; in set_machine() 1144 processor_mask = PROCESSOR_V850; in md_parse_option() 1320 processor_mask = PROCESSOR_V850; in md_begin()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-v850.c | 480 case 0: processor_mask = PROCESSOR_V850; break; 1190 processor_mask = PROCESSOR_V850; 1361 processor_mask = PROCESSOR_V850; in md_begin()
|