| /src/external/gpl3/binutils/dist/opcodes/ |
| v850-opc.c | 1339 { "add", OP (0x0e), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1340 { "add", OP (0x12), OP_MASK, IF2, 0, PROCESSOR_ALL }, 1342 { "addi", OP (0x30), OP_MASK, IF6, 0, PROCESSOR_ALL }, 1346 { "and", OP (0x0a), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1348 { "andi", OP (0x36), OP_MASK, IF6U, 0, PROCESSOR_ALL }, 1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| v850-opc.c | 1339 { "add", OP (0x0e), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1340 { "add", OP (0x12), OP_MASK, IF2, 0, PROCESSOR_ALL }, 1342 { "addi", OP (0x30), OP_MASK, IF6, 0, PROCESSOR_ALL }, 1346 { "and", OP (0x0a), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1348 { "andi", OP (0x36), OP_MASK, IF6U, 0, PROCESSOR_ALL }, 1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| v850-opc.c | 1339 { "add", OP (0x0e), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1340 { "add", OP (0x12), OP_MASK, IF2, 0, PROCESSOR_ALL }, 1342 { "addi", OP (0x30), OP_MASK, IF6, 0, PROCESSOR_ALL }, 1346 { "and", OP (0x0a), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1348 { "andi", OP (0x36), OP_MASK, IF6U, 0, PROCESSOR_ALL }, 1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| v850-opc.c | 1339 { "add", OP (0x0e), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1340 { "add", OP (0x12), OP_MASK, IF2, 0, PROCESSOR_ALL }, 1342 { "addi", OP (0x30), OP_MASK, IF6, 0, PROCESSOR_ALL }, 1346 { "and", OP (0x0a), OP_MASK, IF1, 0, PROCESSOR_ALL }, 1348 { "andi", OP (0x36), OP_MASK, IF6U, 0, PROCESSOR_ALL }, 1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-v850.c | 598 { "ep", 30, PROCESSOR_ALL }, /* ep - element ptr. */ 599 { "gp", 4, PROCESSOR_ALL }, /* gp - global ptr. */ 600 { "hp", 2, PROCESSOR_ALL }, /* hp - handler stack ptr. */ 601 { "lp", 31, PROCESSOR_ALL }, /* lp - link ptr. */ 602 { "r0", 0, PROCESSOR_ALL }, 603 { "r1", 1, PROCESSOR_ALL }, 604 { "r10", 10, PROCESSOR_ALL }, 605 { "r11", 11, PROCESSOR_ALL }, 606 { "r12", 12, PROCESSOR_ALL }, 607 { "r13", 13, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-v850.c | 603 { "ep", 30, PROCESSOR_ALL }, /* ep - element ptr. */ 604 { "gp", 4, PROCESSOR_ALL }, /* gp - global ptr. */ 605 { "hp", 2, PROCESSOR_ALL }, /* hp - handler stack ptr. */ 606 { "lp", 31, PROCESSOR_ALL }, /* lp - link ptr. */ 607 { "r0", 0, PROCESSOR_ALL }, 608 { "r1", 1, PROCESSOR_ALL }, 609 { "r10", 10, PROCESSOR_ALL }, 610 { "r11", 11, PROCESSOR_ALL }, 611 { "r12", 12, PROCESSOR_ALL }, 612 { "r13", 13, PROCESSOR_ALL }, [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| v850.h | 86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP) 88 #define PROCESSOR_MASK (PROCESSOR_ALL) 89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| v850.h | 86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP) 88 #define PROCESSOR_MASK (PROCESSOR_ALL) 89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| v850.h | 86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP) 88 #define PROCESSOR_MASK (PROCESSOR_ALL) 89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| v850.h | 86 #define PROCESSOR_ALL (PROCESSOR_V850 | PROCESSOR_V850E_UP) 88 #define PROCESSOR_MASK (PROCESSOR_ALL) 89 #define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~ PROCESSOR_V850)) /* Any processor except the V850. */
|