Searched refs:OPERAND_ACC (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd30v.h242 #define OPERAND_ACC (0x400) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h242 #define OPERAND_ACC (0x400) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd30v.h242 #define OPERAND_ACC (0x400) macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h242 #define OPERAND_ACC (0x400) macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-dis.c236 else if (oper->flags & OPERAND_ACC)
237 val |= OPERAND_ACC;
H A 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 },
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-dis.c236 else if (oper->flags & OPERAND_ACC)
237 val |= OPERAND_ACC;
H A 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 },
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-dis.c236 else if (oper->flags & OPERAND_ACC)
237 val |= OPERAND_ACC;
H A 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 },
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-dis.c236 else if (oper->flags & OPERAND_ACC)
237 val |= OPERAND_ACC;
H A 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 },
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c806 if (flags & OPERAND_ACC)
840 if (flags & OPERAND_ACC)
1171 || ((flags & OPERAND_ACC) && !(num & OPERAND_ACC))
1172 || (!(flags & OPERAND_ACC) && (num & OPERAND_ACC))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c803 if (flags & OPERAND_ACC)
837 if (flags & OPERAND_ACC)
1168 || ((flags & OPERAND_ACC) && !(num & OPERAND_ACC))
1169 || (!(flags & OPERAND_ACC) && (num & OPERAND_ACC))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c803 if (flags & OPERAND_ACC)
837 if (flags & OPERAND_ACC)
1168 || ((flags & OPERAND_ACC) && !(num & OPERAND_ACC))
1169 || (!(flags & OPERAND_ACC) && (num & OPERAND_ACC))

Completed in 291 milliseconds