Searched refs:FLAG_MUL16 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd30v.h164 #define FLAG_MUL16 (1L<<17) /* 16 bit multiply */ macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h164 #define FLAG_MUL16 (1L<<17) /* 16 bit multiply */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd30v.h164 #define FLAG_MUL16 (1L<<17) /* 16 bit multiply */ macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h164 #define FLAG_MUL16 (1L<<17) /* 16 bit multiply */ macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-opc.c278 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
279 { "mulhxll", IALU2, 0x4, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
280 { "mulhxlh", IALU2, 0x5, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
281 { "mulhxhl", IALU2, 0x6, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
282 { "mulhxhh", IALU2, 0x7, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
284 { "mulx2h", IALU2, 0x1, { SHORT_A2 }, IU, FLAG_MUL16, 0, 0 },
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-opc.c278 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
279 { "mulhxll", IALU2, 0x4, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
280 { "mulhxlh", IALU2, 0x5, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
281 { "mulhxhl", IALU2, 0x6, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
282 { "mulhxhh", IALU2, 0x7, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
284 { "mulx2h", IALU2, 0x1, { SHORT_A2 }, IU, FLAG_MUL16, 0, 0 },
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-opc.c278 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
279 { "mulhxll", IALU2, 0x4, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
280 { "mulhxlh", IALU2, 0x5, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
281 { "mulhxhl", IALU2, 0x6, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
282 { "mulhxhh", IALU2, 0x7, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
284 { "mulx2h", IALU2, 0x1, { SHORT_A2 }, IU, FLAG_MUL16, 0, 0 },
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-opc.c278 { "mul2h", IALU2, 0, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
279 { "mulhxll", IALU2, 0x4, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
280 { "mulhxlh", IALU2, 0x5, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
281 { "mulhxhl", IALU2, 0x6, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
282 { "mulhxhh", IALU2, 0x7, { SHORT_A }, IU, FLAG_MUL16, 0, 0 },
284 { "mulx2h", IALU2, 0x1, { SHORT_A2 }, IU, FLAG_MUL16, 0, 0 },
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c888 if (((flags_used1 & FLAG_MEM) != 0 && (flags_used2 & FLAG_MUL16))
889 || ((flags_used2 & FLAG_MEM) != 0 && (flags_used1 & FLAG_MUL16)))
1653 && (opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))
1706 && (prev_opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c885 if (((flags_used1 & FLAG_MEM) != 0 && (flags_used2 & FLAG_MUL16))
886 || ((flags_used2 & FLAG_MEM) != 0 && (flags_used1 & FLAG_MUL16)))
1650 && (opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))
1703 && (prev_opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c885 if (((flags_used1 & FLAG_MEM) != 0 && (flags_used2 & FLAG_MUL16))
886 || ((flags_used2 & FLAG_MEM) != 0 && (flags_used1 & FLAG_MUL16)))
1650 && (opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))
1703 && (prev_opcode.op->flags_used & (FLAG_MEM | FLAG_MUL16)))

Completed in 233 milliseconds