| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerTracePC.cpp | 199 inline ALWAYS_INLINE uintptr_t GetPreviousInstructionPc(uintptr_t PC) { in GetPreviousInstructionPc() argument 204 return (PC - 3) & (~1); in GetPreviousInstructionPc() 207 return PC - 4; in GetPreviousInstructionPc() 209 return PC - 8; in GetPreviousInstructionPc() 211 return PC - 1; in GetPreviousInstructionPc() 217 inline ALWAYS_INLINE uintptr_t GetNextInstructionPc(uintptr_t PC) { in GetNextInstructionPc() argument 219 return PC + 8; in GetNextInstructionPc() 222 return PC + 4; in GetNextInstructionPc() 224 return PC + 1; in GetNextInstructionPc() 230 auto ObservePC = [&](uintptr_t PC) { in UpdateObservedPCs() argument [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mn10300/ |
| H A D | am33-2.igen | 10 PC = cia; 21 PC = cia; 33 PC = cia; 48 PC = cia; 62 PC = cia; 77 PC = cia; 92 PC = cia; 104 PC = cia; 121 PC = cia; 137 PC = cia; [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | c_br_preg_killed_ac.s | 30 JUMP ( PC + P4 ); //brf LABEL2; // (bp); 33 JUMP ( PC + P4 ); //brf LABEL3; // (bp); 36 JUMP ( PC + P4 ); //brf LABEL4; 39 JUMP ( PC + P4 ); //brf LABEL5; 42 JUMP ( PC + P4 ); //brf LABEL6; 45 JUMP ( PC + P4 ); //brf LABEL7; // (bp); 48 JUMP ( PC + P4 ); //brf LABEL8; 51 JUMP ( PC + P4 ); //brf LABEL9; 52 JUMP ( PC + P2 ); //BAD1; // UJUMP killed 54 JUMP ( PC + P4 ); //brf LABELCHK1;
|
| H A D | c_br_preg_stall_ac.s | 37 JUMP ( PC + P2 ); //brf LABEL1; // (bp); 41 JUMP ( PC + P1 ); // EX1 relative to 'brf LABEL1' 44 JUMP ( PC + P1 ); //brf LABEL3; 45 JUMP ( PC + P2 ); //BAD1; // UJUMP killed 47 JUMP ( PC + P1 ); //brf LABELCHK1;
|
| H A D | c_br_preg_stall_ex1.s | 36 JUMP ( PC + P1 ); // EX1 relative to 'brf LABEL1' 39 JUMP ( PC + P1 ); //brf LABEL3; 40 JUMP ( PC + P2 ); //BAD1; // UJUMP killed 42 JUMP ( PC + P1 ); //brf LABELCHK1;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 9 ELF_RELOC(R_68K_PC32, 4) /* PC relative 32 bit */ 10 ELF_RELOC(R_68K_PC16, 5) /* PC relative 16 bit */ 11 ELF_RELOC(R_68K_PC8, 6) /* PC relative 8 bit */ 12 ELF_RELOC(R_68K_GOTPCREL32, 7) /* 32 bit PC relative GOT entry */ 13 ELF_RELOC(R_68K_GOTPCREL16, 8) /* 16 bit PC relative GOT entry */ 14 ELF_RELOC(R_68K_GOTPCREL8, 9) /* 8 bit PC relative GOT entry */ 18 ELF_RELOC(R_68K_PLT32, 13) /* 32 bit PC relative PLT address */ 19 ELF_RELOC(R_68K_PLT16, 14) /* 16 bit PC relative PLT address */ 20 ELF_RELOC(R_68K_PLT8, 15) /* 8 bit PC relative PLT address */
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stacktrace_test.cc | 41 static uptr PC(uptr idx) { in PC() function 57 fake_stack[i+1] = PC(i + 1); // retaddr in SetUp() 66 start_pc = PC(0); in SetUp() 81 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F() 95 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F() 108 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F() 131 fake_stack[1] = PC(1); in TEST_F() 135 EXPECT_EQ(PC(0), trace.trace[0]); in TEST_F() 136 EXPECT_EQ(PC(1), trace.trace[1]); in TEST_F() 148 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupport.cpp | 149 ParseContext PC(G); in operator ()() local 154 PC.AddrToSyms.addSymbols(Sec.symbols()); in operator ()() 155 if (auto Err = PC.AddrToBlock.addBlocks(Sec.blocks(), in operator ()() 171 if (auto Err = processBlock(PC, *B)) in operator ()() 177 Error EHFrameEdgeFixer::processBlock(ParseContext &PC, Block &B) { in processBlock() argument 210 PC.G.getEndianness()); in processBlock() 249 if (auto Err = processCIE(PC, B, RecordStartOffset, in processBlock() 254 if (auto Err = processFDE(PC, B, RecordStartOffset, in processBlock() 268 Error EHFrameEdgeFixer::processCIE(ParseContext &PC, Block &B, in processCIE() argument 277 PC.G.getEndianness()); in processCIE() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | vax.c | 45 #define PC 0xf macro 100 return usesreg != PC ? autoinc : immediate; in vax_operandmode() 102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode() 104 return usesreg != PC ? bytedisp : byterel; in vax_operandmode() 106 return usesreg != PC ? bytedispdef : bytereldef; in vax_operandmode() 108 return usesreg != PC ? worddisp : wordrel; in vax_operandmode() 110 return usesreg != PC ? worddispdef : wordreldef; in vax_operandmode() 112 return usesreg != PC ? longdisp : longrel; in vax_operandmode() 114 return usesreg != PC ? longdispdef : longreldef; in vax_operandmode()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | vax.c | 45 #define PC 0xf macro 100 return usesreg != PC ? autoinc : immediate; in vax_operandmode() 102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode() 104 return usesreg != PC ? bytedisp : byterel; in vax_operandmode() 106 return usesreg != PC ? bytedispdef : bytereldef; in vax_operandmode() 108 return usesreg != PC ? worddisp : wordrel; in vax_operandmode() 110 return usesreg != PC ? worddispdef : wordreldef; in vax_operandmode() 112 return usesreg != PC ? longdisp : longrel; in vax_operandmode() 114 return usesreg != PC ? longdispdef : longreldef; in vax_operandmode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.h | 79 return Instr->getOperand(2).getReg() != ARM::PC; in isV8EligibleForIT() 84 return Instr->getOperand(0).getReg() != ARM::PC; in isV8EligibleForIT() 86 return Instr->getOperand(0).getReg() != ARM::PC && in isV8EligibleForIT() 87 Instr->getOperand(2).getReg() != ARM::PC; in isV8EligibleForIT() 90 return Instr->getOperand(0).getReg() != ARM::PC && in isV8EligibleForIT() 91 Instr->getOperand(1).getReg() != ARM::PC; in isV8EligibleForIT()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 34 static bool Ret(InterpState &S, CodePtr &PC, APValue &Result) { in Ret() argument 43 PC = S.Current->getRetPC(); in Ret() 56 static bool RetVoid(InterpState &S, CodePtr &PC, APValue &Result) { in RetVoid() argument 64 PC = S.Current->getRetPC(); in RetVoid() 82 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() argument 83 PC += Offset; in Jmp() 87 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt() argument 89 PC += Offset; in Jt() 94 static bool Jf(InterpState &S, CodePtr &PC, int32_t Offset) { in Jf() argument 96 PC += Offset; in Jf() [all …]
|
| H A D | Source.cpp | 31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const { in getExpr() 32 if (const Expr *E = getSource(F, PC).asExpr()) in getExpr() 37 SourceLocation SourceMapper::getLocation(Function *F, CodePtr PC) const { in getLocation() 38 return getSource(F, PC).getLoc(); in getLocation()
|
| H A D | Disasm.cpp | 49 for (CodePtr Start = getCodeBegin(), PC = Start; PC != getCodeEnd();) { in dump() local 50 size_t Addr = PC - Start; in dump() 51 auto Op = PC.read<Opcode>(); in dump()
|
| H A D | InterpFrame.cpp | 182 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource() 183 return S.getSource(Func, PC); in getSource() 186 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr() 187 return S.getExpr(Func, PC); in getExpr() 190 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation() 191 return S.getLocation(Func, PC); in getLocation()
|
| /netbsd-src/tests/usr.bin/xlint/lint2/ |
| H A D | read_printf.ln | 23 11 c 0.11 s2"%s%%%3d" i 9my_printf f2 PcC PC V 35 13 c 0.13 s2"" n3 i 9my_printf f4 PcC PC I PcV V 38 161 c 0.161 s2"%" i 9my_printf f2 PcC PC V 39 162 c 0.162 s2"%s"i 9my_printf f2 PcC PC V 40 163 c 0.163 s2"%%" i 9my_printf f2 PcC PC V 41 164 c 0.164 s2"%\a%\b%\f%\n%\r%\t%\v%\177" i 9my_printf f2 PcC PC V
|
| /netbsd-src/sys/arch/hpcsh/dev/ |
| H A D | pfckbd.c | 361 #define PC(n) \ in pfckbd_callout_hitachi() macro 390 PE(6), PE(3), PE(1), PE(0), PC(7), PC(6), PC(5), PC(4), in pfckbd_callout_hitachi() 391 PC(3), PC(2), PD(1), PC(0) in pfckbd_callout_hitachi() 445 #undef PC in pfckbd_poll_hitachi_power()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | movepcd.ms | 3 # output: General register * PC is not implemented.\nprogram stopped with signal 5 (*).\n 5 # Both source and dest contain PC for "test.d r" (move.d r,r). Ideally, 6 # the output message should say "read" of PC, but we allow PC as source in
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | tcap.h | 40 #ifdef PC 41 # undef PC 44 extern char PC;
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | tcap.h | 40 #ifdef PC 41 # undef PC 44 extern char PC;
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/stubs/ |
| H A D | sparc-stub.c | 119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator 584 if (registers[PC] == (unsigned long)breakinst) in handle_exception() 586 registers[PC] = registers[NPC]; in handle_exception() 602 *ptr++ = hexchars[PC >> 4]; in handle_exception() 603 *ptr++ = hexchars[PC & 0xf]; in handle_exception() 605 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); in handle_exception() 732 registers[PC] = addr; in handle_exception()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference() local 47 return MCBinaryExpr::createSub(Res, PC, getContext()); in getTTypeGlobalReference() 71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel() local 72 return MCBinaryExpr::createSub(Res, PC, getContext()); in getIndirectSymViaGOTPCRel()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 102 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson() local 104 << PC.getDecl()->getAsFunction()->getQualifiedNameAsString() in printJson() 106 printSourceLocationAsJson(Out, PC.getLocation(), SM); in printJson() 111 ImplicitCallPoint PC = castAs<ImplicitCallPoint>(); in printJson() local 113 << PC.getDecl()->getAsFunction()->getQualifiedNameAsString() in printJson() 115 printSourceLocationAsJson(Out, PC.getLocation(), SM); in printJson()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentParser.cpp | 264 void Parser::parseParamCommandArgs(ParamCommandComment *PC, in parseParamCommandArgs() argument 270 S.actOnParamCommandDirectionArg(PC, in parseParamCommandArgs() 276 S.actOnParamCommandParamNameArg(PC, in parseParamCommandArgs() 313 ParamCommandComment *PC = nullptr; in parseBlockCommand() local 320 PC = S.actOnParamCommandStart(Tok.getLocation(), in parseBlockCommand() 341 if (PC) { in parseBlockCommand() 342 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand() 343 return PC; in parseBlockCommand() 353 if (PC || TPC || Info->NumArgs > 0) { in parseBlockCommand() 358 if (PC) in parseBlockCommand() [all …]
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | iskeletn.s | 69 # the PC pointing to the instruction following the instruction 95 # * Current PC * * Current PC * 100 # * PC * * PC * 133 # * Current PC * * Current PC * 138 # * PC * * PC *
|