Searched refs:PROCESSOR_V850E2V3 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | v850.h | 74 #define PROCESSOR_V850E2V3 (1 << (arch_V850E2V3)) /* Just the V850E2V3. */ macro 79 #define PROCESSOR_V850E2V3_UP (PROCESSOR_V850E2V3 | PROCESSOR_V850E3V5_UP)
|
D | ChangeLog | 1062 PROCESSOR_OPTION_ALIAS, PROCESSOR_V850E2, PROCESSOR_V850E2V3 and
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | v850-dis.c | 252 target_processor = PROCESSOR_V850E2V3; in disassemble() 610 target_processor = PROCESSOR_V850E2V3; in print_insn_v850()
|
D | v850-opc.c | 1538 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 }, 1858 { "maddf.s", two (0x07e0, 0x0500), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 … 1864 { "msubf.s", two (0x07e0, 0x0520), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 … 1870 { "nmaddf.s", two (0x07e0, 0x0540), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3… 1872 { "nmsubf.s", two (0x07e0, 0x0560), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3…
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-v850.c | 530 case bfd_mach_v850e2v3:SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3); break; in set_machine() 1612 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3); in md_parse_option() 1904 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3); in md_begin()
|