Home
last modified time | relevance | path

Searched refs:OPERAND_ACC1 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-dis.c79 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()
Dd10v-opc.c30 { "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/
Dd10v.h157 #define OPERAND_ACC1 (0x800) macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c796 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()