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

1234567

/freebsd-10-stable/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-stable/sys/cddl/dev/dtrace/mips/
H A Dregset.h50 #define REG_PC PC
/freebsd-10-stable/sys/cddl/dev/dtrace/powerpc/
H A Dregset.h50 #define REG_PC PC
/freebsd-10-stable/contrib/gdb/gdb/config/rs6000/
H A Dnm-rs6000.h60 #define PC_SOLIB(PC) xcoff_solib_address(PC)
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMFeatures.h73 return Instr->getOperand(2).getReg() != ARM::PC;
74 // ADD PC, SP and BLX PC were always unpredictable,
78 return Instr->getOperand(0).getReg() != ARM::PC;
80 return Instr->getOperand(BLXOperandIndex).getReg() != ARM::PC;
82 return Instr->getOperand(0).getReg() != ARM::PC &&
83 Instr->getOperand(2).getReg() != ARM::PC;
86 return Instr->getOperand(0).getReg() != ARM::PC &&
87 Instr->getOperand(1).getReg() != ARM::PC;
/freebsd-10-stable/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-stable/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-stable/sys/x86/isa/
H A Disa.h37 #error isa.h is included from PC-9801 source
/freebsd-10-stable/contrib/dialog/samples/
H A Dmenubox1222 PCDOS:IBM PC DOS
H A Deditbox-utf825 ��������������� IBM PC DOS
/freebsd-10-stable/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. */
198 * instruction is at the address specified by the PC parameter. If a valid
205 uint64_t BytesSize, uint64_t PC,
/freebsd-10-stable/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-stable/sys/i386/include/
H A Dpmc_mdep.h145 #define PMC_IN_TRAP_HANDLER(PC) \
146 ((PC) >= (uintptr_t) start_exceptions && \
147 (PC) < (uintptr_t) end_exceptions)
/freebsd-10-stable/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-stable/contrib/ncurses/include/
H A Dtermcap.h.in57 extern NCURSES_EXPORT_VAR(char) PC;
/freebsd-10-stable/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-stable/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp165 Value *PC = PBI->getCondition(); local
166 if (!PC || !PC->hasOneUse())
270 Value *PC = PBI->getCondition(); local
285 NC = Builder.CreateOr(PC, CC);
288 NC = Builder.CreateAnd(PC, CC);
291 PC = NC;
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DAIX.mk70 PC= pc macro
72 COMPILE.p= ${PC} ${PFLAGS} ${CPPFLAGS} -c
73 LINK.p= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp140 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context); local
141 return MCBinaryExpr::CreateSub(Res, PC, Context);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h289 unsigned PC = RI.getProgramCounter(); local
290 if (PC == 0)
292 if (hasDefOfPhysReg(MI, PC, RI))
294 // A variadic instruction may define PC in the variable operand list.
300 RI.isSubRegisterEq(PC, MI.getOperand(i).getReg()))
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c77 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c444 #define P4_PCPU_PMC_VALUE(PC,RI,CPU) (PC)->pc_pmc_values[(RI)*((CPU) & 1)]
445 #define P4_PCPU_HW_VALUE(PC,RI,CPU) (PC)->pc_si.pc_hw[(RI)*((CPU) & 1)]
446 #define P4_PCPU_SAVED_IP(PC,RI,CPU) (PC)->pc_si.pc_ip[(RI)*((CPU) & 1)]
448 #define P4_PCPU_GET_FLAGS(PC,RI,MASK) ((PC)->pc_flags[(RI)] & (MASK))
449 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \
451 _tmp = (PC)
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp265 void Parser::parseParamCommandArgs(ParamCommandComment *PC, argument
271 S.actOnParamCommandDirectionArg(PC,
277 S.actOnParamCommandParamNameArg(PC,
314 ParamCommandComment *PC = 0; local
321 PC = S.actOnParamCommandStart(Tok.getLocation(),
342 if (PC) {
343 S.actOnParamCommandFinish(PC, Paragraph);
344 return PC;
354 if (PC || TPC || Info->NumArgs > 0) {
359 if (PC)
[all...]

Completed in 315 milliseconds

1234567