Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd30v-opc.c34 { "a0", NULL, OPERAND_ACC + 0 },
35 { "a1", NULL, OPERAND_ACC + 1 },
361 { 6, 1, 0, OPERAND_ACC | OPERAND_REG | OPERAND_DEST },
363 { 6, 1, 6, OPERAND_ACC | OPERAND_REG },
Dd30v-dis.c229 else if (oper->flags & OPERAND_ACC) in print_insn()
230 val |= OPERAND_ACC; in print_insn()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd30v.h237 #define OPERAND_ACC (0x400) macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d30v.c840 if (flags & OPERAND_ACC) in parallel_ok()
874 if (flags & OPERAND_ACC) in parallel_ok()
1204 || ((flags & OPERAND_ACC) && !(num & OPERAND_ACC)) in find_format()
1205 || (!(flags & OPERAND_ACC) && (num & OPERAND_ACC)) in find_format()