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

1234567

/freebsd-11.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-11.0-release/sys/cddl/dev/dtrace/mips/
H A Dregset.h50 #define REG_PC PC
/freebsd-11.0-release/sys/cddl/dev/dtrace/powerpc/
H A Dregset.h50 #define REG_PC PC
/freebsd-11.0-release/contrib/gdb/gdb/config/rs6000/
H A Dnm-rs6000.h60 #define PC_SOLIB(PC) xcoff_solib_address(PC)
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFeatures.h79 return Instr->getOperand(2).getReg() != ARM::PC;
80 // ADD PC, SP and BLX PC were always unpredictable,
84 return Instr->getOperand(0).getReg() != ARM::PC;
86 return Instr->getOperand(0).getReg() != ARM::PC &&
87 Instr->getOperand(2).getReg() != ARM::PC;
90 return Instr->getOperand(0).getReg() != ARM::PC &&
91 Instr->getOperand(1).getReg() != ARM::PC;
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCInstrDesc.cpp37 unsigned PC = RI.getProgramCounter(); local
38 if (PC == 0)
40 if (hasDefOfPhysReg(MI, PC, RI))
42 // A variadic instruction may define PC in the variable operand list.
48 RI.isSubRegisterEq(PC, MI.getOperand(i).getReg()))
H A DMCAsmInfo.cpp138 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context); local
139 return MCBinaryExpr::createSub(Res, PC, Context);
/freebsd-11.0-release/sys/isa/
H A Disareg.h37 #error isareg.h is included from PC-9801 source
/freebsd-11.0-release/sys/arm/include/
H A Dstack.h56 #define PC 15 macro
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); local
47 return MCBinaryExpr::createSub(Res, PC, getContext());
64 "Arch64 does not support GOT PC rel with extra offset");
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); local
72 return MCBinaryExpr::createSub(Res, PC, getContext());
/freebsd-11.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-11.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
110 * disassembler for things like adding a comment for a PC plus a constant
115 * instruction is passed indirectly as is the PC of the instruction in
133 /* The input reference is from a PC relative load instruction. */
236 * instruction is at the address specified by the PC parameter. If a valid
243 uint64_t BytesSize, uint64_t PC,
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp64 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context); local
65 return MCBinaryExpr::createSub(Res, PC, Context);
/freebsd-11.0-release/contrib/dialog/samples/
H A Dmenubox1222 PCDOS:IBM PC DOS
H A Deditbox-utf825 ��������������� IBM PC DOS
/freebsd-11.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-11.0-release/sys/arm/arm/
H A Dunwind.c333 state->registers[PC]);
345 /* Set PC to a known value */
346 state->registers[PC] = 0;
372 if (state->registers[PC] == 0) {
373 state->registers[PC] = state->registers[LR];
378 if (state->start_pc != state->registers[PC])
379 state->update_mask |= 1 << PC;
395 state->start_pc = state->registers[PC];
H A Ddb_trace.c92 ~((1 << SP) | (1 << FP) | (1 << LR) | (1 << PC));
122 if (state->registers[PC] < VM_MIN_KERNEL_ADDRESS) {
165 state.registers[PC] = ctx->pcb_regs.sf_pc;
185 state.registers[PC] = (uint32_t)db_trace_self;
/freebsd-11.0-release/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-11.0-release/lib/libproc/
H A Dproc_regs.c66 *regvalue = regs.r_regs[PC];
121 regs.r_regs[PC] = regvalue;
138 regs.r_regs[PC] = regvalue;
/freebsd-11.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-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp165 Value *PC = PBI->getCondition(); local
166 if (!PC || !PC->hasOneUse())
272 Value *PC = PBI->getCondition(); local
287 NC = Builder.CreateOr(PC, CC);
290 NC = Builder.CreateAnd(PC, CC);
293 PC = NC;
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c99 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0);
105 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0);

Completed in 373 milliseconds

1234567