Searched refs:PC (Results 126 - 150 of 326) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp251 case M68k::PC:
451 MemOp.OuterReg == M68k::PC;
461 MemOp.OuterReg == M68k::PC;
617 RegNo = M68k::PC;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp170 PeelCounter addOne(PeelCounter PC) const {
171 if (PC == Unknown)
173 return (*PC + 1 <= MaxIterations) ? PeelCounter{*PC + 1} : Unknown;
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dcoff_platform.cpp128 void *findJITDylibBaseByPC(uint64_t PC);
586 void *COFFPlatformRuntimeState::findJITDylibBaseByPC(uint64_t PC) { argument
588 auto It = BlockRanges.upper_bound(reinterpret_cast<void *>(PC));
593 if (PC >= reinterpret_cast<uint64_t>(It->first) + Range.Size)
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1372 for (const PredCheck &PC: Term) {
1373 if (PC.Predicate == PredDef)
1376 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(PC.RWIdx, PC.IsRead);
1382 // To check if PredDef is mutually exclusive with PC we also need to
1383 // check that PC.Predicate is exclusive with all predicates from variant
1407 if (!llvm::is_contained(Preds, PC.Predicate))
2256 for (const PredCheck &PC : TI.PredTerm)
2257 dbgs() << LS << SchedModels.getSchedRW(PC.RWIdx, PC
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c1799 PS, PC, enumerator in enum:regnames
2835 If omitted, resume at current PC. */
2852 registers[REGISTER_BYTE(PC)] = addr;
2863 If omitted, begin stepping at current PC. */
2879 registers[REGISTER_BYTE(PC)] = addr;
2891 If ;AAAAAAAA omitted, continue from PC. */
2913 registers[REGISTER_BYTE(PC)] = addr;
2925 If ;AAAAAAAA omitted, begin stepping from PC. */
2946 registers[REGISTER_BYTE(PC)] = addr;
3511 curframe.traceregs[PC]
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-vax.c549 operandP->vop_reg = 0xF; /* VAX PC. */
566 operandP->vop_reg = 0xF; /* VAX PC */
579 operandP->vop_reg = 0xF; /* VAX PC. */
588 operandP->vop_reg = 0xF; /* VAX PC. */
1301 p[2] = VAX_PC_RELATIVE_MODE; /* ...(PC) */
1332 p[0] = VAX_PC_RELATIVE_MODE; /* ...(PC) */
2108 * R15 PC
2116 #define PC (15)
2183 retval = PC;
2201 * It does, however, know that PC, S
2105 #define PC macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c435 p[2] = VAX_PC_RELATIVE_MODE; /* ...(PC) */
466 p[0] = VAX_PC_RELATIVE_MODE; /* ...(PC) */
1008 R15 PC */
1013 #define PC 15
1079 retval = PC;
1094 It does, however, know that PC, SP etc are special registers so it can
1238 {@}#foo, no S^ 8+@ PC " i" optional
1368 else if (ndx == PC)
1369 err = _("[PC] index banned");
1642 if (reg == PC)
1005 #define PC macro
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm867 ; | PC low |
869 ; | PC high |
1245 staa 4,x ; (4) Save it below return PC
1303 ldaa 5,x ; (4) Move PC return at good place
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daout-arm.c154 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
155 MY(reloc_howto) (BFD, REL, &IN, &EX, &PC)
178 r_pcrel = howto->type & 4; /* PC Relative done? */
398 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm867 ; | PC low |
869 ; | PC high |
1245 staa 4,x ; (4) Save it below return PC
1303 ldaa 5,x ; (4) Move PC return at good place
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h177 On the VAX, these are the AP, FP, SP and PC. */
536 /* Byte offset of return address in a stack frame. The "saved PC" field
925 && GET_CODE (SET_DEST (EXP)) != PC) \
957 else if (GET_CODE (SET_DEST (XVECEXP (EXP, 0, 0))) != PC) \
962 /* PARALLELs whose first element sets the PC are aob, \
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp474 MCRegister RegNo = MSP430::PC;
563 case MSP430::PC: return MSP430::PCB;
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegisterInfo.h354 unsigned PC,
369 PCReg = PC;
353 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const LaneBitmask *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/openbsd-current/gnu/gcc/gcc/
H A Dgenextract.c228 case PC:
H A Drtl.c234 case PC:
H A Drtlanal.c511 case PC:
582 case PC:
667 /* If the destination is anything other than CC0, PC, a REG or a SUBREG
671 && GET_CODE (SET_DEST (body)) != PC
792 case PC:
850 case PC:
1312 case PC:
1338 the REG, MEM, CC0 or PC being stored in or clobbered,
1871 case PC:
1937 case PC
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c201 case PC:
H A Drtl.c303 case PC:
H A Dra-debug.c248 case PC: fputs ("pc", file); break;
440 if (GET_CODE (SET_DEST (x)) == PC)
443 && GET_CODE (XEXP (SET_SRC(x), 2)) == PC)
H A Dprotector.c663 case PC:
792 case PC:
1458 case PC:
1657 case PC:
1863 case PC:
2388 case PC:
2695 case PC:
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp644 // LR in the PC.
646 // a POP PC instruction), and only if we do not need to emit any SP update.
678 MIB.addReg(ARM::PC, RegState::Define);
727 GPRsNoLRSP.reset(ARM::PC);
798 MO.getReg() != ARM::PC) {
1055 // LR may only be popped into PC, as part of return sequence.
1073 // Pop LR into PC.
1074 Reg = ARM::PC;
H A DARMBaseRegisterInfo.cpp58 : ARMGenRegisterInfo(ARM::LR, 0, 0, ARM::PC) {
207 markSuperRegs(Reserved, ARM::PC);
246 markSuperRegs(Reserved, ARM::PC);
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DComment.h680 void setParagraph(ParagraphComment *PC) { argument
681 Paragraph = PC;
682 SourceLocation NewLocEnd = PC->getEndLoc();
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h1256 inline bool Call(InterpState &S, CodePtr &PC, const Function *Func) {
1257 auto NewFrame = std::make_unique<InterpFrame>(S, Func, PC);
1261 if (!CheckInvoke(S, PC, ThisPtr)) {
1266 if (!CheckCallable(S, PC, Func))
1281 if (Func->isConstructor() && !CheckCtorCall(S, PC, ThisPtr))
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp994 ExprResult PC; local
997 PC = buildPromiseCall(*this, Promise, Loc, "return_value", E);
1000 PC = buildPromiseCall(*this, Promise, Loc, "return_void", std::nullopt);
1002 if (PC.isInvalid())
1005 Expr *PCE = ActOnFinishFullExpr(PC.get(), /*DiscardedValue*/ false).get();

Completed in 258 milliseconds

1234567891011>>