Searched refs:PC (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.bat138 set HOSTNAME=Unknown PC
139 if not "%HOSTNAME%" == "Unknown PC" goto small_env
142 set HOSTNAME=%USER%'s PC
143 if not "%HOSTNAME%" == "%USER%'s PC" goto small_env
146 set HOSTNAME=%USERNAME%'s PC
147 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto small_env
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1007 static long long validateFieldParentType(CXCursor PC, CXType PT){ argument
1008 if (clang_isInvalid(PC.kind))
1011 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
1035 CXCursor PC = clang_getTypeDeclaration(PT); local
1036 long long Error = validateFieldParentType(PC,PT);
1046 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
1081 CXCursor PC = clang_getCursorSemanticParent(C); local
1082 CXType PT = clang_getCursorType(PC);
1083 long long Error = validateFieldParentType(PC,PT);
1255 CXCursor PC local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h108 if (auto *PC = dyn_cast<Constant>(Ptr)) {
114 return ConstantExpr::getInBoundsGetElementPtr(Ty, PC, IdxList);
116 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h119 if (auto *PC = dyn_cast<Constant>(Ptr)) {
124 return Fold(ConstantExpr::getInBoundsGetElementPtr(Ty, PC, IdxList));
126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList));
/openbsd-current/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp245 // the PC parameter. If a valid instruction can be disassembled its string is
253 uint64_t BytesSize, uint64_t PC, char *OutString,
256 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
266 S = DisAsm->getInstruction(Inst, Size, Data, PC, Annotations);
279 IP->printInst(&Inst, PC, AnnotationsStr, *DC->getSubtargetInfo(),
252 LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, uint64_t BytesSize, uint64_t PC, char *OutString, size_t OutStringSize) argument
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp110 const ParagraphComment *PC = cast<ParagraphComment>(Child); local
111 if (PC->isWhitespace())
114 FirstParagraph = PC;
116 MiscBlocks.push_back(PC);
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp93 (Base.getReg() != MSP430::PC))
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp50 InitLanaiMCRegisterInfo(X, Lanai::RCA, 0, 0, Lanai::PC);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp98 if (MI.getOperand(OI).getReg() == ARM::PC) {
99 Info = "use of PC in the list is deprecated";
121 case ARM::PC:
128 Info = "use of LR and PC simultaneously in the list is deprecated";
189 // For ARM instructions the PC offset is 8 bytes, for Thumb instructions it
196 // targetAddress = Align(PC,4) + imm32;
245 {codeview::RegisterId::ARM_PC, ARM::PC},
336 InitARMMCRegisterInfo(X, ARM::LR, 0, 0, ARM::PC);
422 // Find the PC-relative immediate operand in the instruction.
450 if (!MO1.isReg() || MO1.getReg() != ARM::PC || !MO
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenconfig.c125 GET_CODE (SET_DEST (part)) != PC);
147 case PC:
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenconfig.c125 GET_CODE (SET_DEST (part)) != PC);
147 case PC:
H A Djump.c1089 && GET_CODE (SET_DEST (PATTERN (insn))) == PC
1122 || GET_CODE (SET_DEST (x)) != PC)
1130 && ((GET_CODE (XEXP (x, 2)) == PC
1133 || (GET_CODE (XEXP (x, 1)) == PC
1159 if (GET_CODE (SET_DEST (x)) != PC)
1176 /* Return set of PC, otherwise NULL. */
1191 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC)
1213 instructions containing PC sets in PARALLELs. The instruction may have
1234 return ((b == PC && (a == LABEL_REF || a == RETURN))
1235 || (a == PC
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h56 PC = 282, enumerator in enum:yytokentype
231 #define PC 282 macro
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_termcap.c165 PC = 0;
178 PC = pad_char[0];
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp110 const CrashRecoveryContext *PC = IsRecoveringFromCrash; local
119 IsRecoveringFromCrash = PC;
H A DSignals.cpp133 static FormattedNumber format_ptr(void *PC) { argument
136 return format_hex((uint64_t)PC, PtrWidth);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h52 case LR: case SP: case PC:
82 case SP: case PC:
H A DARMAsmPrinter.cpp817 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
1406 .addReg(ARM::PC)
1452 .addReg(ARM::PC)
1460 .addReg(ARM::PC)
1472 .addReg(ARM::PC)
1629 .addReg(ARM::PC)
1649 .addReg(ARM::PC)
1670 // a PC-relative address at the ldr instruction.
1693 .addReg(ARM::PC)
1741 .addReg(ARM::PC)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp48 : M68kGenRegisterInfo(M68k::A0, 0, 0, M68k::PC), Subtarget(ST) {
143 setBitVector(M68k::PC);
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp160 .addReg(Lanai::PC)
181 .addReg(Lanai::PC)
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dterminal.c37 /* On Solaris2, sys/types.h #includes sys/reg.h, which #defines PC.
38 Unfortunately, PC is a global variable used by the termcap library. */
39 #undef PC macro
43 char PC; /* Pad character */ variable
556 PC = BC ? *BC : 0;
/openbsd-current/sys/arch/mips64/mips64/
H A Dexception.S264 RESTORE_REG(a0, PC, k0, 0)
302 RESTORE_REG(a0, PC, sp, CF_RA_OFFS)
365 RESTORE_REG(a0, PC, k0, 0)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.h83 PC, /* Program counter */ enumerator in enum:m68k_register
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dalpha-nat.c141 /* PC is in slot 32; UNIQUE is in slot 33, if present. */
170 return PC;
206 /* PC is in slot 32. */
216 /* PC is in slot 32. */
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.h83 PC, /* Program counter */ enumerator in enum:m68k_register

Completed in 174 milliseconds

1234567891011>>