Searched refs:REG_PC (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcris.h34 #define REG_PC (15) macro
142 #define BDAP_PC_LOW (BDAP_INDIR_LOW + REG_PC)
196 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
203 (((BDAP_INCR_HIGH | (REG_PC << 4)) << 8) | BDAP_PC_LOW | (2 << 4))
205 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_exec.c72 #undef REG_PC macro
73 #define REG_PC reg_pc macro
77 #define SET_PC(x) (reg_cfp->pc = REG_PC = (x))
H A Dvm_insnhelper.h93 #define REG_PC (REG_CFP->pc) macro
125 #define GET_PC() (COLLECT_USAGE_REGISTER_HELPER(PC, GET, REG_PC))
126 #define SET_PC(x) (REG_PC = (COLLECT_USAGE_REGISTER_HELPER(PC, SET, (x))))
129 #define ADD_PC(n) (SET_PC(REG_PC + (n)))
131 #define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
132 #define JUMP(dst) (REG_PC += (dst))
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_regset.h118 #define REG_PC EIP macro
H A Ddtrace_isa.c77 REG_RIP, /* EIP, REG_PC */
307 pc = dtrace_fulword(&gregs[REG_PC]);
613 pc = dtrace_fulword(&gregs[REG_PC]);
/macosx-10.9.5/cctools-845/as/
H A Darm.c522 #define REG_PC 15 macro
3572 inst.operands[i].reg = REG_PC;
4975 if (inst.operands[i].isreg && inst.operands[i].reg == REG_PC)
5331 if (inst.operands[i].reg == REG_PC)
5429 inst.operands[1].reg = REG_PC;
5598 the same instruction but with REG_PC in the Rm field. */
5600 inst.operands[1].reg = REG_PC;
5697 if (inst.operands[0].reg == REG_PC)
5720 if (inst.operands[0].reg == REG_PC)
5732 if (inst.operands[0].reg == REG_PC)
[all...]

Completed in 215 milliseconds