Home
last modified time | relevance | path

Searched refs:PROCESSOR_V850 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dv850.h57 #define PROCESSOR_V850 (1 << 0) /* Just the V850. */ macro
60 #define PROCESSOR_NOT_V850 (~ PROCESSOR_V850) /* Any processor except the V850. */
DChangeLog-91031758 (PROCESSOR_V850, PROCESSOR_ALL): New bit constants.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dv850.h57 #define PROCESSOR_V850 (1 << 0) /* Just the V850. */ macro
60 #define PROCESSOR_NOT_V850 (~ PROCESSOR_V850) /* Any processor except the V850. */
DChangeLog-91031777 (PROCESSOR_V850, PROCESSOR_ALL): New bit constants.
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dv850-dis.c75 target_processor = PROCESSOR_V850;
Dv850-opc.c621 { "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/
Dv850-dis.c72 target_processor = PROCESSOR_V850; in disassemble()
Dv850-opc.c546 { "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/
Dtc-v850.c467 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/
Dtc-v850.c480 case 0: processor_mask = PROCESSOR_V850; break;
1190 processor_mask = PROCESSOR_V850;
1361 processor_mask = PROCESSOR_V850; in md_begin()