HomeSort by relevance Sort by last modified time
    Searched defs:PC (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/MC/
MCAsmInfo.cpp 141 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context);
142 return MCBinaryExpr::CreateSub(Res, PC, Context);
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 70 #define PC 3
163 PC , // PC 7 ** 30 ** D30
164 PC , // PC 6 ** 31 ** D31
165 PC , // PC 5 ** 32 ** D32
166 PC , // PC 4 ** 33 ** D33
167 PC , // PC 3 ** 34 ** D34
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 315 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, getContext());
316 return MCBinaryExpr::CreateSub(Sym, PC, getContext());
  /bionic/libc/kernel/arch-mips/asm/
ptrace.h 22 #define PC 64
  /development/ndk/platforms/android-9/arch-mips/include/asm/
ptrace.h 22 #define PC 64
  /external/kernel-headers/original/asm-mips/
ptrace.h 15 #define PC 64
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
ptrace.h 22 #define PC 64
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
ptrace.h 22 #define PC 64
  /external/clang/unittests/AST/
CommentParser.cpp 438 ParagraphComment *PC;
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC);
447 ::testing::AssertionResult AR = HasChildCount(PC, 1);
453 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text);
622 ParagraphComment *PC;
623 ASSERT_TRUE(GetChildAt(FC, 0, PC));
625 ASSERT_TRUE(HasChildCount(PC, 2));
626 ASSERT_TRUE(HasTextWithNewlineAt(PC, 0, " Aaa"));
627 ASSERT_TRUE(HasTextAt(PC, 1, " Bbb"));
665 ParagraphComment *PC;
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 251 unsigned char PC[16][256][16] /* 16 tables of 8x128 */
tomcrypt_cipher.h 292 unsigned char PC[16][256][16];
  /bionic/libc/arch-mips/include/machine/
regnum.h 74 #define PC 37
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 74 #define PC 37
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 74 #define PC 37
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 74 #define PC 37
  /external/clang/lib/AST/
CommentParser.cpp 256 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
262 S.actOnParamCommandDirectionArg(PC,
268 S.actOnParamCommandParamNameArg(PC,
305 ParamCommandComment *PC;
315 PC = S.actOnParamCommandStart(Tok.getLocation(),
339 S.actOnParamCommandFinish(PC, Paragraph);
340 return PC;
356 parseParamCommandArgs(PC, Retokenizer);
388 S.actOnParamCommandFinish(PC, Paragraph);
389 return PC;
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 76 PC,
96 MinGW32, // i*86-pc-mingw32, *-w64-mingw32
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 270 unsigned PC = RI.getProgramCounter();
271 if (PC == 0) return false;
272 return hasDefOfPhysReg(MI, PC, RI);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 53 PC = R15
60 LIST(SP), LIST(LR), LIST(PC),
141 virtual void B(int cc, uint32_t* pc) = 0;
142 virtual void BL(int cc, uint32_t* pc) = 0;
  /external/clang/tools/libclang/
CXComment.cpp 109 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))
110 return PC->isWhitespace();
434 const ParagraphComment *PC = cast<ParagraphComment>(Child);
435 if (PC->isWhitespace())
438 FirstParagraph = PC;
440 MiscBlocks.push_back(PC);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/qemu/target-mips/
cpu.h 142 target_ulong PC;
637 env->active_tc.PC = tb->pc;
642 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
645 *pc = env->active_tc.PC;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 38 #undef PC /* Likewise. */
    [all...]

Completed in 462 milliseconds

1 2