Home
last modified time | relevance | path

Searched refs:PROCESSOR_V850E2V3 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dv850.h74 #define PROCESSOR_V850E2V3 (1 << (arch_V850E2V3)) /* Just the V850E2V3. */ macro
79 #define PROCESSOR_V850E2V3_UP (PROCESSOR_V850E2V3 | PROCESSOR_V850E3V5_UP)
DChangeLog1062 PROCESSOR_OPTION_ALIAS, PROCESSOR_V850E2, PROCESSOR_V850E2V3 and
/toolchain/binutils/binutils-2.25/opcodes/
Dv850-dis.c252 target_processor = PROCESSOR_V850E2V3; in disassemble()
610 target_processor = PROCESSOR_V850E2V3; in print_insn_v850()
Dv850-opc.c1538 { "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/
Dtc-v850.c530 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()