Searched refs:PROCESSOR_V850E2V3 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/include/opcode/
H A Dv850.h78 #define PROCESSOR_V850E2V3 (1 << (arch_V850E2V3)) /* Just the V850E2V3. */ macro
83 #define PROCESSOR_V850E2V3_UP (PROCESSOR_V850E2V3 | PROCESSOR_V850E3V5_UP)
/haiku-buildtools/binutils/opcodes/
H A Dv850-dis.c252 target_processor = PROCESSOR_V850E2V3;
610 target_processor = PROCESSOR_V850E2V3;
H A Dv850-opc.c1542 { "jmp", one (0x06e0), one (0xffe0), {D32_31, R1}, 2, PROCESSOR_V850E2 | PROCESSOR_V850E2V3 },
1862 { "maddf.s", two (0x07e0, 0x0500), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 },
1868 { "msubf.s", two (0x07e0, 0x0520), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 },
1874 { "nmaddf.s", two (0x07e0, 0x0540), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 },
1876 { "nmsubf.s", two (0x07e0, 0x0560), two (0x07e0, 0x0761), {R1, R2, R3, R4}, 0, PROCESSOR_V850E2V3 },
/haiku-buildtools/binutils/gas/config/
H A Dtc-v850.c534 case bfd_mach_v850e2v3:SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3); break;
1613 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3);
1915 SET_PROCESSOR_MASK (processor_mask, PROCESSOR_V850E2V3);

Completed in 103 milliseconds