HomeSort by relevance Sort by last modified time
    Searched refs:Scratch (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 166 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
175 BuildMI(*MBB, MII, DL, TII->get(Hexagon::TFRI), Scratch)
178 .addReg(Scratch);
181 BuildMI(*MBB, MII, DL, TII->get(Hexagon::CONST32_Label), Scratch)
184 .addReg(Scratch);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 57 INST_ALLOC Scratch;
64 InstAlloc_Init( &Scratch , LVM_NULL);
135 * Scratch memory
137 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_INT16) );
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
LVPSA_Init.c 55 INST_ALLOC Scratch;
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 101 class Scratch
104 Scratch(RegisterFile& regFile)
107 ~Scratch() {
352 void modify(T& r, Scratch& regs)
416 Scratch& global_scratches);
423 Scratch& scratches,
424 Scratch& global_scratches);
431 Scratch& regs);
442 Scratch& regs);
467 Scratch& regs)
    [all...]
GGLAssembler.cpp 204 Scratch regs(registerFile());
230 Scratch scratches(registerFile());
354 Scratch scratches(registerFile());
375 Scratch scratches(registerFile());
405 Scratch scratches(registerFile());
419 Scratch scratches(registerFile());
458 Scratch& regs)
464 Scratch scratches(registerFile());
486 Scratch& scratches,
487 Scratch& global_regs
    [all...]
blending.cpp 34 Scratch& regs)
37 Scratch scratches(registerFile());
67 Scratch& regs)
90 Scratch scratches(registerFile());
259 Scratch& scratches)
442 Scratch scratches(registerFile());
460 Scratch scratches(registerFile());
570 Scratch scratches(registerFile());
texturing.cpp 74 Scratch scratches(registerFile());
184 Scratch& regs)
202 Scratch scratches(registerFile());
362 Scratch scratches(registerFile());
405 Scratch& regs)
456 Scratch scratches(registerFile());
673 Scratch scratches(registerFile());
714 Scratch scratches(registerFile());
819 Scratch scratches(registerFile());
    [all...]
load_store.cpp 67 Scratch scratches(registerFile());
251 Scratch scratches(registerFile());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 50 Scratch RN 12
75 ;// Copy pDst to scratch
76 MOV Scratch, pDst
149 MOV pSrc, Scratch
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 50 Scratch RN 12
75 ;// Copy pDst to scratch
76 MOV Scratch, pDst
149 MOV pSrc, Scratch
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 106 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
121 unsigned Scratch,
127 unsigned Scratch, MemOpQueue &MemOps,
417 unsigned PredReg, unsigned Scratch, DebugLoc dl,
454 // Use the scratch register to use as a new base.
455 NewBase = Scratch;
617 unsigned Scratch,
668 Pred, PredReg, Scratch, dl, Regs, ImpDefs))
711 unsigned Scratch, MemOpQueue &MemOps,
764 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges)
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 35 @ r11: Scratch
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 999 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1003 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1012 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 58 @Local Scratch Registers
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 57 @Local Scratch Registers
  /external/sqlite/dist/orig/
shell.c 1110 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1114 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1123 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/sqlite/dist/
shell.c 1115 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1119 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1128 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 447 ! Scratch: r1, r3, r6, r7
449 ! We could do this with the four scratch registers, but if src
632 ! Scratch: r1, r3, r6, r7
634 ! We could do this with the four scratch registers, but if src

Completed in 490 milliseconds