| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cris-tdep.c | 2101 if (cris_get_operand1 (inst) == REG_PC) in process_autoincrement() 2103 inst_env->reg[REG_PC] += 1; in process_autoincrement() 2185 if (cris_get_operand1 (inst) == REG_PC) in biap_prefix() 2260 inst_env->branch_break_address = inst_env->reg[REG_PC] + offset; in eight_bit_offset_branch_op() 2283 offset = read_memory_integer (inst_env->reg[REG_PC], 2, in sixteen_bit_offset_branch_op() 2288 inst_env->reg[REG_PC] += 2; in sixteen_bit_offset_branch_op() 2291 inst_env->branch_break_address = inst_env->reg[REG_PC] + offset; in sixteen_bit_offset_branch_op() 2316 if (cris_get_operand2 (inst) == REG_PC) in abs_op() 2326 value = (long) inst_env->reg[REG_PC]; in abs_op() 2332 inst_env->reg[REG_PC] = (long) value; in abs_op() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | cris.h | 35 #define REG_PC (15) macro 143 #define BDAP_PC_LOW (BDAP_INDIR_LOW + REG_PC) 197 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC) 204 (((BDAP_INCR_HIGH | (REG_PC << 4)) << 8) | BDAP_PC_LOW | (2 << 4)) 206 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | cris.h | 35 #define REG_PC (15) macro 143 #define BDAP_PC_LOW (BDAP_INDIR_LOW + REG_PC) 197 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC) 204 (((BDAP_INCR_HIGH | (REG_PC << 4)) << 8) | BDAP_PC_LOW | (2 << 4)) 206 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mn10300/ |
| D | am33-2.igen | 1852 State.regs[REG_PC] += EXTEND8 (D8); 1868 State.regs[REG_PC] += EXTEND8 (D8); 1884 State.regs[REG_PC] += EXTEND8 (D8); 1900 State.regs[REG_PC] += EXTEND8 (D8); 1916 State.regs[REG_PC] += EXTEND8 (D8); 1932 State.regs[REG_PC] += EXTEND8 (D8); 1948 State.regs[REG_PC] += EXTEND8 (D8); 1964 State.regs[REG_PC] += EXTEND8 (D8); 1979 State.regs[REG_PC] += EXTEND8 (D8); 1995 State.regs[REG_PC] += EXTEND8 (D8); [all …]
|
| D | mn10300.igen | 2952 State.regs[REG_PC] += EXTEND8 (D8); 2971 State.regs[REG_PC] += EXTEND8 (D8); 2991 State.regs[REG_PC] += EXTEND8 (D8); 3010 State.regs[REG_PC] += EXTEND8 (D8); 3030 State.regs[REG_PC] += EXTEND8 (D8); 3049 State.regs[REG_PC] += EXTEND8 (D8); 3068 State.regs[REG_PC] += EXTEND8 (D8); 3087 State.regs[REG_PC] += EXTEND8 (D8); 3106 State.regs[REG_PC] += EXTEND8 (D8); 3125 State.regs[REG_PC] += EXTEND8 (D8); [all …]
|
| D | mn10300-sim.h | 51 #define PC (State.regs[REG_PC]) 68 #define REG_PC 9 macro
|
| D | am33.igen | 126 next_pc = State.regs[REG_PC] + 2; 129 State.regs[REG_PC] = 0x40000000 + IMM4 * 8; 8908 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 8931 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 8953 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 8976 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 8998 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 9020 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 9042 State.regs[REG_PC] = State.regs[REG_LAR] - 4; 9064 State.regs[REG_PC] = State.regs[REG_LAR] - 4; [all …]
|
| D | ChangeLog-2021 | 1231 address into Sate.regs[REG_PC] instead of common struct.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-m68hc11.c | 130 REG_PC = 8, enumerator 1053 return REG_PC; in reg_name_search() 1390 && reg != REG_PC && reg != REG_SP) in get_operand() 1986 || operands[0].reg1 == REG_PC) in build_dbranch_insn() 2127 case REG_PC: in build_indexed_byte() 2192 else if (op->reg1 != REG_PC) in build_indexed_byte() 2310 case REG_PC: in build_indexed_byte() 2340 else if (op->reg1 == REG_NONE || op->reg1 == REG_PC) in build_reg_mode() 2347 else if (op->reg2 == REG_NONE || op->reg2 == REG_PC) in build_reg_mode() 2691 || operands[i].reg1 == REG_PC)) in find() [all …]
|
| D | tc-arm.c | 744 #define REG_PC 15 macro 1949 if (reg == REG_SP || reg == REG_PC) in parse_reg_list() 4873 if (reg == REG_SP || reg == REG_PC) in s_arm_unwind_movsp() 6020 inst.operands[i].reg = REG_PC; in parse_address_main() 7991 inst.operands[i].reg = REG_PC; in parse_operands() 8140 if (inst.operands[i].isreg && inst.operands[i].reg == REG_PC) in parse_operands() 8149 if (inst.operands[i].reg == REG_PC) in parse_operands() 8164 && inst.operands[i].reg == REG_PC in parse_operands() 8216 if (!inst.operands[i].iszr && inst.operands[i].reg == REG_PC) in parse_operands() 8233 else if (inst.operands[i].reg == REG_PC) in parse_operands() [all …]
|
| D | tc-xgate.c | 78 REG_PC = 8, enumerator 948 if (oprs[1].reg == REG_PC) in xgate_find_match() 1082 return REG_PC; in reg_name_search() 1329 if (operand.reg != REG_PC) in xgate_parse_operand()
|
| D | tc-cris.c | 2385 *regnop = REG_PC; in get_gen_reg() 2754 | REG_PC /* << 0 */); in get_autoinc_prefix_or_indir_op() 2830 *src_regnop = REG_PC; in get_autoinc_prefix_or_indir_op() 3001 | REG_PC /* << 0 */); in get_3op_or_dip_prefix_op() 3066 prefixp->opcode = DIP_OPCODE | (AUTOINCR_BIT << 8) | REG_PC; in get_3op_or_dip_prefix_op()
|
| D | tc-microblaze.c | 408 *reg = REG_PC; in parse_reg() 836 if ((*reg == REG_MSR) || (*reg == REG_PC) in check_spl_reg() 1431 else if (reg2 == REG_PC) in md_assemble() 1484 else if (reg1 == REG_PC) in md_assemble()
|
| /netbsd/src/external/cddl/osnet/dev/dtrace/i386/ |
| D | dtrace_isa.c | 167 pc = dtrace_fulword(&gregs[REG_PC]); in dtrace_getustack_common() 391 pc = dtrace_fulword(&gregs[REG_PC]); in dtrace_getufpstack()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/sparc/ |
| D | sol2-unwind.h | 264 ra_location = &mctx->gregs[REG_PC]; in MD_FALLBACK_FRAME_STATE_FOR()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | microblaze-opcm.h | 101 #define REG_PC 32 /* PC. */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | microblaze-opcm.h | 101 #define REG_PC 32 /* PC. */ macro
|
| /netbsd/src/external/cddl/osnet/dev/dtrace/amd64/ |
| D | dtrace_isa.c | 333 pc = dtrace_fulword(&gregs[REG_PC]); in dtrace_getufpstack()
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_proc.c | 160 proc_regget(dpr->dpr_proc, REG_PC, &pc); in dt_proc_bpmatch()
|