HomeSort by: relevance | last modified time | path
    Searched refs:opcode2 (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 124 if (tm->opcode2 == (data2 & tm->mask2))
182 unsigned long opcode2 = 0; local
196 lkaddr = opcode2 = bfd_getl16 (buf);
202 opcode2 = bfd_getl16 (buf);
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16;
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
281 sprintf (operand[i], "pa%d", (unsigned) opcode2);
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 124 if (tm->opcode2 == (data2 & tm->mask2))
182 unsigned long opcode2 = 0; local
196 lkaddr = opcode2 = bfd_getl16 (buf);
202 opcode2 = bfd_getl16 (buf);
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16;
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
281 sprintf (operand[i], "pa%d", (unsigned) opcode2);
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 124 if (tm->opcode2 == (data2 & tm->mask2))
182 unsigned long opcode2 = 0; local
196 lkaddr = opcode2 = bfd_getl16 (buf);
202 opcode2 = bfd_getl16 (buf);
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16;
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
281 sprintf (operand[i], "pa%d", (unsigned) opcode2);
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 124 if (tm->opcode2 == (data2 & tm->mask2))
182 unsigned long opcode2 = 0; local
196 lkaddr = opcode2 = bfd_getl16 (buf);
202 opcode2 = bfd_getl16 (buf);
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16;
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
281 sprintf (operand[i], "pa%d", (unsigned) opcode2);
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-d10v.c 958 struct d10v_opcode *opcode2,
968 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
971 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE))
984 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
989 else if (opcode2->unit == MU)
1003 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
1008 if (opcode2->unit == IU)
1014 else if (opcode2->unit == MU)
1024 check_resource_conflict (opcode1, insn1, opcode2, insn2);
1030 else if (opcode2->unit == MU || opcode2->unit == EITHER
    [all...]
tc-d30v.c 936 struct d30v_insn *opcode2,
966 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)
970 ( opcode2->op->unit == EITHER_BUT_PREFER_MU
971 || opcode2->op->unit == MU)))
977 || opcode2->op->unit == MU
978 || opcode2->op->unit == EITHER_BUT_PREFER_MU)
1007 if (opcode2->op->unit == EITHER_BUT_PREFER_MU)
1031 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
1035 if (opcode2->op->unit == IU)
1040 else if (opcode2->op->unit == MU
    [all...]
tc-tic54x.c 4043 insn->opcode[1 + insn->is_lkaddr].word = insn->tm->opcode2;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d10v.c 958 struct d10v_opcode *opcode2,
968 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
971 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE))
984 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
989 else if (opcode2->unit == MU)
1003 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
1008 if (opcode2->unit == IU)
1014 else if (opcode2->unit == MU)
1024 check_resource_conflict (opcode1, insn1, opcode2, insn2);
1030 else if (opcode2->unit == MU || opcode2->unit == EITHER
    [all...]
tc-d30v.c 934 struct d30v_insn *opcode2,
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)
968 ( opcode2->op->unit == EITHER_BUT_PREFER_MU
969 || opcode2->op->unit == MU)))
975 || opcode2->op->unit == MU
976 || opcode2->op->unit == EITHER_BUT_PREFER_MU)
1005 if (opcode2->op->unit == EITHER_BUT_PREFER_MU)
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
1033 if (opcode2->op->unit == IU)
1038 else if (opcode2->op->unit == MU
    [all...]
tc-tic54x.c 4043 insn->opcode[1 + insn->is_lkaddr].word = insn->tm->opcode2;
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member in struct:_template
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member in struct:_template
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member in struct:_template
  /src/external/gpl3/gdb.old/dist/sim/arm/
maverick.c 719 int opcode2; local
721 opcode2 = BITS (5,7);
726 switch (opcode2)
795 switch (opcode2)
826 switch (opcode2)
923 int opcode2; local
926 opcode2 = BITS (5,7);
948 switch (opcode2)
1043 switch (opcode2)
armcopro.c 805 unsigned opcode2)
816 if (opcode1 != 0 || opcode2 != 0)
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member in struct:_template
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c 2913 uint_t opcode2; /* low nibble of 1st byte */ local
3004 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0)
3007 if (opcode1 == 0 && opcode2 == 0 &&
3021 dp = (instable_t *)&dis_distable[opcode1][opcode2];
3047 *which_prefix = (opcode1 << 4) | opcode2;
3048 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0)
3062 rex_prefix = (opcode1 << 4) | opcode2;
3063 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0)
3065 dp = (instable_t *)&dis_distable[opcode1][opcode2];
3067 (opcode2 == 0x4 || opcode2 == 0x5))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 11436 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0;
11446 opcode2 = bits (arm_insn_r->arm_insn, 4, 7);
11471 opcode2 = bits (arm_insn_r->arm_insn, 4, 7);
11475 if (!opcode1 && 9 == opcode2 && 1 != arm_insn_r->cond
11496 opcode2 = bits (arm_insn_r->arm_insn, 23, 24);
11501 if (!opcode1 && 2 == opcode2 && !bit (arm_insn_r->arm_insn, 20)
11615 opcode2 = bits (arm_insn_r->arm_insn, 20, 24);
13330 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0;
13376 opcode2 = bits (thumb_insn_r->arm_insn, 8, 9);
13378 if ((3 == opcode2) && (!opcode3)
11435 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0; local
13329 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0; local
13536 uint32_t opcode2 = bits (thumb_insn_r->arm_insn, 8, 11); local
13652 uint32_t opcode1 = 0, opcode2 = 0, register_bits = 0, register_count = 0; local
14204 uint32_t opcode1 = 0, opcode2 = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 11437 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0;
11447 opcode2 = bits (arm_insn_r->arm_insn, 4, 7);
11472 opcode2 = bits (arm_insn_r->arm_insn, 4, 7);
11476 if (!opcode1 && 9 == opcode2 && 1 != arm_insn_r->cond
11497 opcode2 = bits (arm_insn_r->arm_insn, 23, 24);
11502 if (!opcode1 && 2 == opcode2 && !bit (arm_insn_r->arm_insn, 20)
11616 opcode2 = bits (arm_insn_r->arm_insn, 20, 24);
13331 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0;
13377 opcode2 = bits (thumb_insn_r->arm_insn, 8, 9);
13379 if ((3 == opcode2) && (!opcode3)
11436 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0; local
13330 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0; local
13537 uint32_t opcode2 = bits (thumb_insn_r->arm_insn, 8, 11); local
13653 uint32_t opcode1 = 0, opcode2 = 0, register_bits = 0, register_count = 0; local
14205 uint32_t opcode1 = 0, opcode2 = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 1747 unsigned int opcode1, opcode2; local
1792 opcode2 = items[3];
1797 && opcode1 == DW_OP_breg6 && opcode2 == DW_OP_deref)
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 8808 instr[4,0] ==> opcode2 : 00000 ==> FCMP, 10000 ==> FCMPE,
12691 instr[20,16] = opcode2 : 00000 ==> ok, ow ==> UNALLOC
12700 uint32_t opcode2 = INSTR (20, 16); local
12707 if (opcode2 != 0)
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 8808 instr[4,0] ==> opcode2 : 00000 ==> FCMP, 10000 ==> FCMPE,
12691 instr[20,16] = opcode2 : 00000 ==> ok, ow ==> UNALLOC
12700 uint32_t opcode2 = INSTR (20, 16); local
12707 if (opcode2 != 0)

Completed in 147 milliseconds