Home
last modified time | relevance | path

Searched refs:REG_PC (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dcris.h35 #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/
H A Dcris.h35 #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/
H A Dam33-2.igen1852 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 …]
/netbsd-src/external/bsd/libproc/dist/
H A Dproc_regs.c61 case REG_PC: in proc_regget()
96 case REG_PC: in proc_regset()
H A Dproc_bkpt.c207 if (proc_regget(phdl, REG_PC, &pc) < 0) { in proc_bkptexec()
220 proc_regset(phdl, REG_PC, pc); in proc_bkptexec()
H A Dlibproc.h103 REG_PC, enumerator
/netbsd-src/external/cddl/osnet/dev/dtrace/mips/
H A Dregset.h50 #define REG_PC PC
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Dregset.h167 #define REG_PC EIP macro
/netbsd-src/external/bsd/libproc/dist/tests/
H A Dproc_test.c120 error = proc_regset(phdl, REG_PC, addr); in remove_bkpt()
142 error = proc_regget(phdl, REG_PC, &addr); in verify_bkpt()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c744 #define REG_PC 15 macro
1963 if (reg == REG_SP || reg == REG_PC) in parse_reg_list()
4859 if (reg == REG_SP || reg == REG_PC) in s_arm_unwind_movsp()
5990 inst.operands[i].reg = REG_PC; in parse_address_main()
7961 inst.operands[i].reg = REG_PC; in parse_operands()
8110 if (inst.operands[i].isreg && inst.operands[i].reg == REG_PC) in parse_operands()
8119 if (inst.operands[i].reg == REG_PC) in parse_operands()
8134 && inst.operands[i].reg == REG_PC in parse_operands()
8186 if (!inst.operands[i].iszr && inst.operands[i].reg == REG_PC) in parse_operands()
8203 else if (inst.operands[i].reg == REG_PC) in parse_operands()
[all …]
H A Dtc-m68hc11.c130 REG_PC = 8, enumerator
1055 return REG_PC; in reg_name_search()
1392 && 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 …]
H A Dtc-xgate.c78 REG_PC = 8, enumerator
946 if (oprs[1].reg == REG_PC) in xgate_find_match()
1080 return REG_PC; in reg_name_search()
1327 if (operand.reg != REG_PC) in xgate_parse_operand()
H A Dtc-cris.c2385 *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()
H A Dtc-microblaze.c436 *reg = REG_PC; in parse_reg()
864 if ((*reg == REG_MSR) || (*reg == REG_PC) in check_spl_reg()
1378 else if (reg2 == REG_PC) in md_assemble()
1431 else if (reg1 == REG_PC) in md_assemble()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c744 #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 …]
H A Dtc-m68hc11.c130 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 …]
H A Dtc-xgate.c78 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()
H A Dtc-cris.c2385 *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()
H A Dtc-microblaze.c408 *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/
H A Ddtrace_isa.c167 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.old/dist/libgcc/config/sparc/
H A Dsol2-unwind.h264 ra_location = &mctx->gregs[REG_PC]; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dsol2-unwind.h264 ra_location = &mctx->gregs[REG_PC]; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmicroblaze-opcm.h101 #define REG_PC 32 /* PC. */ macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmicroblaze-opcm.h101 #define REG_PC 32 /* PC. */ macro
/netbsd-src/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_isa.c333 pc = dtrace_fulword(&gregs[REG_PC]); in dtrace_getufpstack()

12