/external/chromium_org/tools/grit/grit/extern/ |
BogoFP.py | 14 import grit.extern.FP 22 grit.extern.FP._UnsignedFingerPrintImpl(str, encoding))
|
tclib.py | 16 from grit.extern import FP 36 fp = FP.FingerPrint(message) 39 fp2 = FP.FingerPrint(meaning) 40 if fp < 0: 41 fp = fp2 + (fp << 1) + 1 43 fp = fp2 + (fp << 1) 45 return str(fp & 0x7fffffffffffffffL [all...] |
/external/clang/test/Sema/ |
block-call.c | 3 int (*FP)(); 7 int (*FPL) (int) = FP; // C doesn't consider this an error.
|
/external/clang/test/SemaCXX/ |
block-call.cpp | 3 int (*FP)(); 7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}}
|
explicit.cpp | 163 struct FP { 170 FP fp; local 172 fp(1);
|
/external/chromium_org/tools/grit/grit/format/ |
rc_header.py | 11 from grit.extern import FP 174 id = FP.UnsignedFingerPrint(tid)
|
/external/libffi/src/sparc/ |
v9.S | 135 #define FP %fp+STACK_BIAS 151 stx %i0, [FP+128+0] 152 stx %i1, [FP+128+8] 153 stx %i2, [FP+128+16] 154 stx %i3, [FP+128+24] 155 stx %i4, [FP+128+32] 156 stx %i5, [FP+128+40] 159 std %f0, [FP-128] 160 std %f2, [FP-120 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
chrono.cpp | 88 typedef steady_clock::rep (*FP)(); 91 FP 106 static FP fp = init_steady_clock(); variable 107 return time_point(duration(fp()));
|
/external/clang/test/CodeGen/ |
pointer-arithmetic.c | 10 typedef void (*FP)(void); 18 FP f5(FP a, int b) { return a + b; } 19 FP f5_1(FP a, int b) { return (a += b); } 20 FP f6(int a, FP b) { return a + b; } 21 FP f6_1(int a, FP b) { return (a += b); } 22 FP f7(FP a, int b) { return a - b; [all...] |
struct-init.c | 37 void (*FP)(struct fp_struct_bar);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_locl.h | 363 /* IP and FP 394 Thanks for hints from Richard Outerbridge - he told me IP&FP 414 #define FP(l,r) \
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandPredSpillCode.cpp | 88 unsigned FP = MI->getOperand(0).getReg(); 89 assert(FP == QTM.getRegisterInfo()->getFrameRegister() && 103 .addReg(FP).addReg(HEXAGON_RESERVED_REG_1); 112 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset); 126 addReg(FP).addImm(Offset).addReg(HEXAGON_RESERVED_REG_2); 135 unsigned FP = MI->getOperand(1).getReg(); 136 assert(FP == QTM.getRegisterInfo()->getFrameRegister() && 147 .addReg(FP) 157 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset); 167 HEXAGON_RESERVED_REG_2).addReg(FP).addImm(Offset) [all...] |
/external/openssl/crypto/des/ |
des_locl.h | 363 /* IP and FP 394 Thanks for hints from Richard Outerbridge - he told me IP&FP 414 #define FP(l,r) \
|
/external/llvm/lib/Target/XCore/ |
XCoreRegisterInfo.cpp | 151 bool FP = TFI->hasFP(MF); 160 if (FP) {
|
XCoreFrameLowering.cpp | 100 bool FP = hasFP(MF); 150 if (FP) { 160 // Set the FP from the SP. 165 // Show FP is now valid. 181 bool FP = hasFP(MF); 182 if (FP) { 203 if (FP) { 384 // A callee save register is used to hold the FP.
|
/art/runtime/arch/arm/ |
registers_arm.h | 44 FP = 11,
|
/external/chromium_org/tools/grit/grit/ |
grit_runner.py | 19 import grit.extern.FP 132 grit.extern.FP.UnsignedFingerprint. MODULE must be 260 grit.extern.FP.UseUnsignedFingerPrintFromModule(options.hash)
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 248 Constant *FP = CS->getOperand(1); 249 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP)) 251 FP = CE->getOperand(0); 252 if (Function *F = dyn_cast<Function>(FP)) {
|
/art/runtime/arch/mips/ |
registers_mips.h | 60 FP = 30, // Saved value/frame pointer.
|
/external/llvm/lib/Target/Mips/ |
MipsSEFrameLowering.cpp | 277 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; 368 // Insert instruction "move $fp, $sp" at this location. 369 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO); 371 // emit ".cfi_def_cfa_register $fp" 376 SetFPLabel, MRI->getDwarfRegNum(FP, true))); 393 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; 405 // Insert instruction "move $sp, $fp" at this location. 406 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO) [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 150 // The FP register is also not really a register, but is the representation 152 Reserved.set(PPC::FP); 226 unsigned FP = TFI->hasFP(MF) ? 1 : 0; 227 return 32 - FP - DefaultSafety; 604 // Replace the FrameIndex with base register with GPR1 (SP) or GPR31 (FP). 739 /// reference would be better served by a base register other than FP 794 // offset as the difference between the object offset and the FP location.
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 177 unsigned FP = TFI->hasFP(MF) ? 1 : 0; 178 return 10 - FP - (STI.isR9Reserved() ? 1 : 0); 299 // Thumb has trouble with negative offsets from the FP. Thumb2 has a limited 476 /// reference would be better served by a base register other than FP 520 // will be earlier than the FP, so we ignore those. 538 // The FP is only available if there is no dynamic realignment. We
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 52 // maximum number of FP registers for inputs 59 // maximum number of FP registers for inputs 73 // maximum number of FP registers for inputs 195 enum Tag { SignedImm, UnsignedImm, Reg, Mem, FP, XMM }; 635 // load from memory (as fp) into fp register stack 639 // load from memory (as int) into fp register stack 642 // push st(i) onto fp register stack 645 // push the constants 0.0 and 1.0 onto the fp register stack 651 // store stack to to memory (as fp), optionally popping the stac [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 318 Constant *FP = CS->getOperand(1); 319 if (FP->isNullValue()) 323 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP)) 325 FP = CE->getOperand(0); 328 if (Function *F = dyn_cast<Function>(FP)) [all...] |
/external/llvm/lib/IR/ |
PassManager.cpp | 272 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); 273 return FP; [all...] |