Searched refs:OPERAND_ACC1 (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | d10v-dis.c | 79 if (oper->flags & (OPERAND_ACC0 | OPERAND_ACC1)) in print_operand() 80 num += num ? OPERAND_ACC1 : OPERAND_ACC0; in print_operand() 99 if (oper->flags & (OPERAND_ACC0 | OPERAND_ACC1)) in print_operand()
|
| D | d10v-opc.c | 30 { "a1", NULL, OPERAND_ACC1+1 }, 110 { 1, 4, OPERAND_ACC0|OPERAND_ACC1|OPERAND_REG }, 114 { 1, 8, OPERAND_DEST|OPERAND_ACC0|OPERAND_ACC1|OPERAND_REG }, 138 { 1, 8, OPERAND_ACC0|OPERAND_ACC1|OPERAND_REG }, 144 { 1, 0, OPERAND_ACC0|OPERAND_ACC1|OPERAND_REG }, 146 { 1, 0, OPERAND_ACC0|OPERAND_ACC1|OPERAND_REG|OPERAND_DEST },
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | d10v.h | 157 #define OPERAND_ACC1 (0x800) macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-d10v.c | 796 if (flags & (OPERAND_ACC0 | OPERAND_ACC1)) in check_resource_conflict() 931 if (flags & (OPERAND_ACC0 | OPERAND_ACC1)) in parallel_ok() 1217 & (OPERAND_GPR | OPERAND_ACC0 | OPERAND_ACC1 in find_opcode() 1328 & (OPERAND_GPR | OPERAND_ACC0 | OPERAND_ACC1 in find_opcode()
|