| /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/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/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)
|
| /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.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)
|
| /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/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/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/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/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/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.old/dist/gdb/ |
| arm-tdep.c | 11440 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0; 11450 opcode2 = bits (arm_insn_r->arm_insn, 4, 7); 11475 opcode2 = bits (arm_insn_r->arm_insn, 4, 7); 11479 if (!opcode1 && 9 == opcode2 && 1 != arm_insn_r->cond 11500 opcode2 = bits (arm_insn_r->arm_insn, 23, 24); 11505 if (!opcode1 && 2 == opcode2 && !bit (arm_insn_r->arm_insn, 20) 11619 opcode2 = bits (arm_insn_r->arm_insn, 20, 24); 13334 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0; 13380 opcode2 = bits (thumb_insn_r->arm_insn, 8, 9); 13382 if ((3 == opcode2) && (!opcode3) 11439 uint32_t opcode1 = 0, opcode2 = 0, insn_op1 = 0; local 13333 uint32_t opcode1 = 0, opcode2 = 0, opcode3 = 0; local 13540 uint32_t opcode2 = bits (thumb_insn_r->arm_insn, 8, 11); local 13654 uint32_t opcode1 = 0, opcode2 = 0, register_bits = 0, register_count = 0; local 14206 uint32_t opcode1 = 0, opcode2 = 0; local [all...] |
| /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)
|