| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-linux.c | 83 unsigned short inst1 local 86 if (bits (inst1, 8, 15) == 0x47 && bit (inst1, 7)) 92 else if (thumb_insn_size (inst1) == 4) 99 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
|
| arm-get-next-pcs.c | 272 unsigned short inst1; local 280 inst1 = self->ops->read_mem_uint (pc, 2, byte_order_for_code); 303 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 308 itstate = inst1 & 0x00ff; 309 pc += thumb_insn_size (inst1); 313 inst1 = self->ops->read_mem_uint (pc, 2,byte_order_for_code); 314 pc += thumb_insn_size (inst1); 327 pc += thumb_insn_size (inst1); 332 inst1 = self->ops->read_mem_uint (pc, 2, byte_order_for_code) [all...] |
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-linux.c | 83 unsigned short inst1 local 86 if (bits (inst1, 8, 15) == 0x47 && bit (inst1, 7)) 92 else if (thumb_insn_size (inst1) == 4) 99 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
|
| arm-get-next-pcs.c | 369 unsigned short inst1; local 377 inst1 = self->ops->read_mem_uint (pc, 2, byte_order_for_code); 400 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 405 itstate = inst1 & 0x00ff; 406 pc += thumb_insn_size (inst1); 410 inst1 = self->ops->read_mem_uint (pc, 2,byte_order_for_code); 411 pc += thumb_insn_size (inst1); 424 pc += thumb_insn_size (inst1); 429 inst1 = self->ops->read_mem_uint (pc, 2, byte_order_for_code) [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-aarch32-low.cc | 241 unsigned short inst1 = 0; local 243 target_read_memory (*pcptr, (gdb_byte *) &inst1, 2); 244 if (thumb_insn_size (inst1) == 4)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-aarch32-low.cc | 241 unsigned short inst1 = 0; local 243 target_read_memory (*pcptr, (gdb_byte *) &inst1, 2); 244 if (thumb_insn_size (inst1) == 4)
|
| /src/sys/dev/microcode/siop/ |
| ncr53cxxx.c | 106 u_int32_t inst0, inst1, inst2; variable 956 script[i++] = inst1; 960 fprintf (listfp, "\t%04x: %08x %08x", dsps, inst0, inst1); 966 inst0 = inst1 = inst2 = 0; 1026 inst1 = 0; 1045 inst1 = evaluate (i) - dsps - 8; 1049 inst1 = evaluate (i); 1101 inst1 = 0x00000000; 1140 inst1 = evaluate(i); 1156 inst1 = evaluate (i + 2) - dsps - 8 [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-microblaze.c | 887 unsigned long inst, inst1; local 1090 inst1 = opcode1->bit_sequence; 1091 inst1 |= ((immed & 0xFFFF0000) >> 16) & IMM_MASK; 1092 output[0] = INST_BYTE0 (inst1); 1093 output[1] = INST_BYTE1 (inst1); 1094 output[2] = INST_BYTE2 (inst1); 1095 output[3] = INST_BYTE3 (inst1); 1624 inst1 = opcode1->bit_sequence; 1625 inst1 |= ((immed & 0xFFFF0000) >> 16) & IMM_MASK; 1626 output[0] = INST_BYTE0 (inst1); 2048 unsigned long inst1; local [all...] |
| tc-score7.c | 2675 struct s7_score_it *inst1 = part_1; 2680 memcpy (&backup_inst1, inst1, sizeof (struct s7_score_it)); 2744 if (inst1->reloc.type != BFD_RELOC_NONE) 2746 inst1->size, &inst1->reloc.exp, 2747 inst1->reloc.pc_rel, inst1->reloc.type); 2773 memcpy (inst1, &backup_inst1, sizeof (struct s7_score_it)); 2670 struct s7_score_it *inst1 = part_1; local
|
| tc-score.c | 2545 struct s3_score_it *inst1 = part_1; local 2550 memcpy (&backup_inst1, inst1, sizeof (struct s3_score_it)); 2608 if (inst1->reloc.type != BFD_RELOC_NONE) 2610 inst1->size, &inst1->reloc.exp, 2611 inst1->reloc.pc_rel, inst1->reloc.type); 2637 memcpy (inst1, &backup_inst1, sizeof (struct s3_score_it));
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-microblaze.c | 884 unsigned long inst, inst1; local 1087 inst1 = opcode1->bit_sequence; 1088 inst1 |= ((immed & 0xFFFF0000) >> 16) & IMM_MASK; 1089 output[0] = INST_BYTE0 (inst1); 1090 output[1] = INST_BYTE1 (inst1); 1091 output[2] = INST_BYTE2 (inst1); 1092 output[3] = INST_BYTE3 (inst1); 1621 inst1 = opcode1->bit_sequence; 1622 inst1 |= ((immed & 0xFFFF0000) >> 16) & IMM_MASK; 1623 output[0] = INST_BYTE0 (inst1); 2045 unsigned long inst1; local [all...] |
| tc-score7.c | 2675 struct s7_score_it *inst1 = part_1; 2680 memcpy (&backup_inst1, inst1, sizeof (struct s7_score_it)); 2744 if (inst1->reloc.type != BFD_RELOC_NONE) 2746 inst1->size, &inst1->reloc.exp, 2747 inst1->reloc.pc_rel, inst1->reloc.type); 2773 memcpy (inst1, &backup_inst1, sizeof (struct s7_score_it)); 2670 struct s7_score_it *inst1 = part_1; local
|
| tc-score.c | 2545 struct s3_score_it *inst1 = part_1; local 2550 memcpy (&backup_inst1, inst1, sizeof (struct s3_score_it)); 2608 if (inst1->reloc.type != BFD_RELOC_NONE) 2610 inst1->size, &inst1->reloc.exp, 2611 inst1->reloc.pc_rel, inst1->reloc.type); 2637 memcpy (inst1, &backup_inst1, sizeof (struct s3_score_it));
|
| /src/sys/dev/pci/bktr/ |
| bktr_core.c | 3336 volatile unsigned int inst1; local 3352 inst1 = OP_WRITES123 | OP_SOL | OP_EOL | (cols); 3371 *dma_prog++ = htole32(inst1); 3422 *dma_prog++ = htole32(inst1);
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeTILEGX_64.c | 631 struct jit_instr inst1 = inst_buf[1]; local 667 inst_buf[1] = inst1; 689 inst_buf[0] = inst1; 705 inst_buf[1] = inst1; 723 inst_buf[0] = inst1;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| arm-tdep.c | 5359 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5360 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 5395 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5396 if (thumb_insn_size (inst1) == 2) 5432 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5434 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 5437 if (inst1 & 0x0001) 5439 else if (inst1 & 0x0002 8825 unsigned short inst1; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-tdep.c | 5362 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5363 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 5398 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5399 if (thumb_insn_size (inst1) == 2) 5435 unsigned short inst1 = extract_unsigned_integer (&buf[i], 2, order); local 5437 if ((inst1 & 0xff00) == 0xbf00 && (inst1 & 0x000f) != 0) 5440 if (inst1 & 0x0001) 5442 else if (inst1 & 0x0002 8828 unsigned short inst1; local [all...] |