Searched refs:opc2 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc64-tdep.c68 #define insn_x(opcd, rt, ra, rb, opc2) \
73 | (((unsigned (opc2)) & 0x3FF) << 1))
75 #define insn_xo(opcd, rt, ra, rb, oe, rc, opc2) \
81 | (((unsigned (opc2)) & 0x1FF) << 1) \
H A Darm-tdep.c12803 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd;
12810 opc2 = bits (arm_insn_r->arm_insn, 16, 19);
12891 if (!(opc3 & 0x01) || (opc2 == 0x00 && opc3 == 0x01))
12909 else if ((opc2 == 0x01 && opc3 == 0x01)
12910 || (opc2 == 0x00 && opc3 == 0x03))
12928 else if (opc2 == 0x01 && opc3 == 0x03)
12936 else if (opc2 == 0x07 && opc3 == 0x03)
12946 if ((opc2 == 0x08) || (opc2 & 0x0e) == 0x0c)
12959 else if ((opc2
12801 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c2651 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2)
2656 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type)
2657 || (opc1->num_outputs != opc2->num_outputs)
2658 || (opc1->flags != opc2->flags))
2662 if (opc1->operands[x] != opc2->operands[x])
2666 plen2 = get_prefix_len (opc2->name);
2668 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2627 opcodes_eq(struct ia64_opcode *opc1, struct ia64_opcode *opc2) argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-gen.c2651 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2)
2656 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type)
2657 || (opc1->num_outputs != opc2->num_outputs)
2658 || (opc1->flags != opc2->flags))
2662 if (opc1->operands[x] != opc2->operands[x])
2666 plen2 = get_prefix_len (opc2->name);
2668 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2627 opcodes_eq(struct ia64_opcode *opc1, struct ia64_opcode *opc2) argument
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dia64-gen.c2642 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2)
2647 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type)
2648 || (opc1->num_outputs != opc2->num_outputs)
2649 || (opc1->flags != opc2->flags))
2653 if (opc1->operands[x] != opc2->operands[x])
2657 plen2 = get_prefix_len (opc2->name);
2659 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2618 opcodes_eq(struct ia64_opcode *opc1, struct ia64_opcode *opc2) argument
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c2651 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2)
2656 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type)
2657 || (opc1->num_outputs != opc2->num_outputs)
2658 || (opc1->flags != opc2->flags))
2662 if (opc1->operands[x] != opc2->operands[x])
2666 plen2 = get_prefix_len (opc2->name);
2668 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))
2627 opcodes_eq(struct ia64_opcode *opc1, struct ia64_opcode *opc2) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-tdep.c11353 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd;
11360 opc2 = bits (arm_insn_r->arm_insn, 16, 19);
11441 if (!(opc3 & 0x01) || (opc2 == 0x00 && opc3 == 0x01))
11459 else if ((opc2 == 0x01 && opc3 == 0x01)
11460 || (opc2 == 0x00 && opc3 == 0x03))
11478 else if (opc2 == 0x01 && opc3 == 0x03)
11486 else if (opc2 == 0x07 && opc3 == 0x03)
11496 if ((opc2 == 0x08) || (opc2 & 0x0e) == 0x0c)
11509 else if ((opc2
11351 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c13943 instr[4,2] = opc2 000 ==> OK, ow ==> UNALLOC
13948 uint32_t opc2 = INSTR (4, 2); local
13953 if (opc2 != 0)
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c13931 instr[4,2] = opc2 000 ==> OK, ow ==> UNALLOC
13936 uint32_t opc2 = INSTR (4, 2); local
13941 if (opc2 != 0)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c9600 int opc2; member in struct:deprecated_coproc_regs_s
9668 && inst.operands[5].imm == r->opc2)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c9546 int opc2; member in struct:deprecated_coproc_regs_s
9614 && inst.operands[5].imm == r->opc2)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c9600 int opc2; member in struct:deprecated_coproc_regs_s
9668 && inst.operands[5].imm == r->opc2)

Completed in 696 milliseconds