HomeSort by relevance Sort by last modified time
    Searched refs:FP (Results 26 - 50 of 266) sorted by null

12 3 4 5 6 7 8 91011

  /external/llvm/lib/IR/
LegacyPassManager.cpp 274 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]);
275 return FP;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 288 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP;
381 // Insert instruction "move $fp, $sp" at this location.
382 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO)
385 // emit ".cfi_def_cfa_register $fp"
387 nullptr, MRI->getDwarfRegNum(FP, true)));
406 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP;
418 // Insert instruction "move $sp, $fp" at this location.
419 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO)
    [all...]
MipsRegisterInfo.cpp 163 // Reserve FP if this function should have a dedicated frame pointer register.
168 Reserved.set(Mips::FP);
259 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
  /external/aac/libSYS/include/
genericStds.h 422 * \fn INT FDKfclose(FDKFILE *FP);
424 * \fn INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
426 * \fn INT FDKftell(FDKFILE *FP);
428 * \fn INT FDKfflush(FDKFILE *fp);
430 * \fn UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
432 * \fn UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp);
439 INT FDKfclose(FDKFILE *FP);
440 INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
441 INT FDKftell(FDKFILE *FP);
442 INT FDKfflush(FDKFILE *fp);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 89 Reserved.set(AArch64::FP);
121 case AArch64::FP:
151 // large enough that referencing from the FP won't result in things being
174 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP;
192 // FP when there's no better way to access it (SP or base pointer).
212 /// reference would be better served by a base register other than FP
244 // FP, LR, X19-X28, D8-D15. 64-bits each.
257 // The FP is only available if there is no dynamic realignment. We
381 - (TFI->hasFP(MF) || STI->isTargetDarwin()) // FP
AArch64FrameLowering.cpp 58 // This does not include the 16 bytes used for fp and lr.
218 assert(!HasFP && "unexpected function without stack frame but with FP");
244 // Only set up FP if we actually need to.
255 // Frame pointer is fp = sp - 16. Since the STPXpre subtracts the space
272 // Issue sub fp, sp, FPOffset or
273 // mov fp,sp when FPOffset is zero.
275 // This code marks the instruction(s) that set the FP also.
276 emitFrameOffset(MBB, MBBI, DL, AArch64::FP, AArch64::SP, FPOffset, TII,
296 // Note: Use emitFrameOffset() like above for FP if the FrameSetup flag is
321 // stp fp, lr, [sp, #offset-16
    [all...]
  /external/openssl/crypto/des/
des_enc.c 150 FP(r,l);
258 FP(r,l);
278 FP(r,l);
  /art/runtime/arch/arm64/
registers_arm64.h 63 FP = 29,
113 // Values for FP DRegisters - double precision floating point.
152 // Values for FP SRegisters - single precision floating point.
  /external/clang/test/CodeGen/
xcore-stringtype.c 58 int* pointerType(int *I, int * (*FP)(int *)) {
83 extern void arrayTypeVariable2( void(*fp)(int[*][2]) );
85 extern void arrayTypeVariable4( void(*fp)(int[3][*]) ); // not supported
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 249 Constant *FP = CS->getOperand(1);
250 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
252 FP = CE->getOperand(0);
253 if (Function *F = dyn_cast<Function>(FP)) {
  /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/include/llvm/IR/
LegacyPassManagers.h 457 FunctionPass *FP = static_cast<FunctionPass *>(PassVector[N]);
458 return FP;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 51 #define PyParser_SimpleParseFile(FP, S, B) \
52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
88 #define PyRun_AnyFileFlags(fp, name, flags) \
89 PyRun_AnyFileExFlags(fp, name, 0, flags)
95 #define PyRun_File(fp, p, s, g, l) \
96 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 51 #define PyParser_SimpleParseFile(FP, S, B) \
52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
86 #define PyRun_AnyFileEx(fp, name, closeit) \
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
88 #define PyRun_AnyFileFlags(fp, name, flags) \
89 PyRun_AnyFileExFlags(fp, name, 0, flags)
95 #define PyRun_File(fp, p, s, g, l) \
96 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL
    [all...]
  /external/chromium_org/tools/grit/grit/extern/
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/chromium_org/third_party/boringssl/src/crypto/des/
internal.h 126 /* IP and FP
157 Thanks for hints from Richard Outerbridge - he told me IP&FP
176 #define FP(l, r) \
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 6 # FP aritmetic instructions
52 # FP compare instructions
122 # FP convert instructions
139 # FP move instructions
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 255 bool FP = hasFP(MF);
273 // If necessary, save LR and FP to the stack, as we EXTSP.
275 GetSpillList(SpillList, MFI, XFI, saveLR, FP);
303 if (FP) {
304 // Set the FP from the SP.
375 bool FP = hasFP(MF);
377 if (FP) // Restore the stack pointer.
380 // If necessary, restore LR and FP from the stack, as we EXTSP.
382 GetSpillList(SpillList, MFI, XFI, restoreLR, FP);
428 "LR & FP are always handled in emitPrologue")
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 84 0x04 sse_fp SSE and SSE2 FP Uops
86 0x10 sse_fp_packed SSE FP packed Uops
87 0x20 sse_fp_scalar SSE FP scalar Uops
88 0x40 sse_single_precision SSE* FP single precision Uops
89 0x80 sse_double_precision SSE* FP double precision Uops
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 521 double (*FP)() = (double (*)())(intptr_t)FPtr;
522 fprintf(stderr, "Evaluated to %f\n", FP());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 277 /// \brief This is a standard arm64 prologue where FP/LR are immediately
278 /// pushed on the stack, then SP is copied to FP. If there are any
280 /// in a contiguous ranger right below the saved FP/LR pair. Any subset of the
375 AArch64::FP &&
392 assert(LRReg == AArch64::LR && FPReg == AArch64::FP &&
  /external/oprofile/events/mips/rm7000/
events 27 event:0x17 counters:0,1 um:zero minimum:500 name:FP_EXCEPTION_STALL_CYCLES : FP possible exception cycles
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 766 double (*FP)() = (double (*)())(intptr_t)FPtr;
767 fprintf(stderr, "Evaluated to %f\n", FP());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 877 double (*FP)() = (double (*)())(intptr_t)FPtr;
878 fprintf(stderr, "Evaluated to %f\n", FP());

Completed in 1847 milliseconds

12 3 4 5 6 7 8 91011