Searched refs:opc1 (Results 1 - 10 of 10) sorted by relevance

/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])
2665 plen1 = get_prefix_len (opc1->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])
2665 plen1 = get_prefix_len (opc1->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])
2656 plen1 = get_prefix_len (opc1->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])
2665 plen1 = get_prefix_len (opc1->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;
11359 opc1 = bits (arm_insn_r->arm_insn, 20, 23);
11365 opc1 = opc1 & ~0x04;
11368 if (opc1 == 0x00)
11386 else if (opc1 == 0x01)
11394 else if (opc1 == 0x02 && !(opc3 & 0x01))
11412 else if (opc1 == 0x03)
11430 else if (opc1 == 0x08)
11438 else if (opc1
11351 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-tdep.c12803 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd;
12809 opc1 = bits (arm_insn_r->arm_insn, 20, 23);
12815 opc1 = opc1 & ~0x04;
12818 if (opc1 == 0x00)
12836 else if (opc1 == 0x01)
12844 else if (opc1 == 0x02 && !(opc3 & 0x01))
12862 else if (opc1 == 0x03)
12880 else if (opc1 == 0x08)
12888 else if (opc1
12801 uint32_t opc1, opc2, opc3, dp_op_sz, bit_d, reg_vd; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp5871 unsigned opc1 = fieldFromInstruction(Val, 4, 4); local
5889 // MRRC2 needs to be [Rt, Rt2, cop, opc1, CRm]
5890 // and MCRR2 operand order is [cop, opc1, Rt, Rt2, CRm]
5899 Inst.addOperand(MCOperand::createImm(opc1));
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c9597 int opc1; member in struct:deprecated_coproc_regs_s
9665 && inst.operands[1].imm == r->opc1
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c9543 int opc1; member in struct:deprecated_coproc_regs_s
9611 && inst.operands[1].imm == r->opc1
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c9597 int opc1; member in struct:deprecated_coproc_regs_s
9665 && inst.operands[1].imm == r->opc1

Completed in 629 milliseconds