Searched refs:PC (Results 1 - 25 of 147) sorted by relevance

123456

/freebsd-10.0-release/contrib/libreadline/
H A Dtcap.h38 /* On Solaris2, sys/types.h #includes sys/reg.h, which #defines PC.
39 Unfortunately, PC is a global variable used by the termcap library. */
40 #ifdef PC
41 # undef PC macro
44 extern char PC;
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Dregset.h50 #define REG_PC PC
/freebsd-10.0-release/sys/cddl/dev/dtrace/powerpc/
H A Dregset.h50 #define REG_PC PC
/freebsd-10.0-release/contrib/gdb/gdb/config/rs6000/
H A Dnm-rs6000.h60 #define PC_SOLIB(PC) xcoff_solib_address(PC)
/freebsd-10.0-release/lib/libproc/
H A Dproc_regs.c62 *regvalue = regs.r_regs[PC];
105 regs.r_regs[PC] = regvalue;
116 regs.r_regs[PC] = regvalue;
/freebsd-10.0-release/sys/amd64/include/
H A Dpmc_mdep.h110 #define PMC_IN_TRAP_HANDLER(PC) \
111 ((PC) >= (uintptr_t) start_exceptions && \
112 (PC) < (uintptr_t) end_exceptions)
/freebsd-10.0-release/sys/x86/isa/
H A Disa.h37 #error isa.h is included from PC-9801 source
/freebsd-10.0-release/contrib/dialog/samples/
H A Dmenubox1222 PCDOS:IBM PC DOS
H A Deditbox-utf825 ��������������� IBM PC DOS
/freebsd-10.0-release/contrib/llvm/include/llvm-c/
H A DDisassembler.h39 * is at the PC parameter. For some instruction sets, there can be more than
50 typedef int (*LLVMOpInfoCallback)(void *DisInfo, uint64_t PC,
64 * including any PC adjustment, is passed in to the call back in the Value
100 * disassembler for things like adding a comment for a PC plus a constant
105 * instruction is passed indirectly as is the PC of the instruction in
123 /* The input reference is from a PC relative load instruction. */
183 * instruction is at the address specified by the PC parameter. If a valid
190 uint64_t BytesSize, uint64_t PC,
/freebsd-10.0-release/lib/libthread_db/arch/mips/
H A Dlibpthread_md.c46 uc->uc_mcontext.mc_pc = r->r_regs[PC];
56 r->r_regs[PC] = uc->uc_mcontext.mc_pc;
/freebsd-10.0-release/sys/i386/include/
H A Dpmc_mdep.h146 #define PMC_IN_TRAP_HANDLER(PC) \
147 ((PC) >= (uintptr_t) start_exceptions && \
148 (PC) < (uintptr_t) end_exceptions)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddpx2-nat.c42 PS, PC,
H A Dsparc-stub.c119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator in enum:regnames
227 st %l1, [%sp + (24 + 68) * 4] ! PC
251 ldd [%sp + (24 + 68) * 4], %l2 ! PC & NPC
265 jmpl %l2, %g0 ! Restore old PC
584 if (registers[PC] == (unsigned long)breakinst)
586 registers[PC] = registers[NPC];
602 *ptr++ = hexchars[PC >> 4];
603 *ptr++ = hexchars[PC & 0xf];
605 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0);
662 0); /* Y, PSR, WIM, TBR, PC, NP
[all...]
H A Di386-stub.c123 PC /* also known as eip */, enumerator in enum:regnames
756 exceptionVector, registers[PS], registers[PC]);
764 *ptr++ = 'T'; /* notify gdb with signo, PC, FP and SP */
778 *ptr++ = hexchars[PC];
780 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0); /* PC */
887 registers[PC] = addr;
889 newPC = registers[PC];
/freebsd-10.0-release/contrib/ncurses/include/
H A Dtermcap.h.in57 extern NCURSES_EXPORT_VAR(char) PC;
/freebsd-10.0-release/sys/arm/arm/
H A Ddb_trace.c79 #define PC 15 macro
311 state->registers[PC]);
323 /* Set PC to a known value */
324 state->registers[PC] = 0;
348 if (state->registers[PC] == 0)
349 state->registers[PC] = state->registers[LR];
373 state->start_pc = state->registers[PC];
411 ~((1 << SP) | (1 << FP) | (1 << LR) | (1 << PC));
441 } else if (state->registers[PC] < VM_MIN_KERNEL_ADDRESS) {
609 state.registers[PC]
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp256 void Parser::parseParamCommandArgs(ParamCommandComment *PC, argument
262 S.actOnParamCommandDirectionArg(PC,
268 S.actOnParamCommandParamNameArg(PC,
305 ParamCommandComment *PC = 0; local
312 PC = S.actOnParamCommandStart(Tok.getLocation(),
333 if (PC) {
334 S.actOnParamCommandFinish(PC, Paragraph);
335 return PC;
345 if (PC || TPC || Info->NumArgs > 0) {
350 if (PC)
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp141 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context); local
142 return MCBinaryExpr::CreateSub(Res, PC, Context);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c77 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0);
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_piv.c441 #define P4_PCPU_PMC_VALUE(PC,RI,CPU) (PC)->pc_pmc_values[(RI)*((CPU) & 1)]
442 #define P4_PCPU_HW_VALUE(PC,RI,CPU) (PC)->pc_si.pc_hw[(RI)*((CPU) & 1)]
443 #define P4_PCPU_SAVED_IP(PC,RI,CPU) (PC)->pc_si.pc_ip[(RI)*((CPU) & 1)]
445 #define P4_PCPU_GET_FLAGS(PC,RI,MASK) ((PC)->pc_flags[(RI)] & (MASK))
446 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \
448 _tmp = (PC)
[all...]
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DAIX.mk72 PC= pc macro
74 COMPILE.p= ${PC} ${PFLAGS} ${CPPFLAGS} -c
75 LINK.p= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
H A DDarwin.mk91 PC?= pc macro
93 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
94 LINK.p?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
H A DGeneric.mk87 PC?= pc macro
89 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
90 LINK.p?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
H A DIRIX.mk77 PC?= pc macro
79 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
80 LINK.p?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}

Completed in 232 milliseconds

123456