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

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 55 INST_ALLOC Scratch;
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
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);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 36 Scratch RN 12
61 ;// Copy pDst to scratch
62 MOV Scratch, pDst
135 MOV pSrc, Scratch
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 36 Scratch RN 12
61 ;// Copy pDst to scratch
62 MOV Scratch, pDst
135 MOV pSrc, Scratch
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 91 class Scratch
94 Scratch(RegisterFile& regFile)
97 ~Scratch() {
342 void modify(T& r, Scratch& regs)
406 Scratch& global_scratches);
413 Scratch& scratches,
414 Scratch& global_scratches);
421 Scratch& regs);
432 Scratch& regs);
457 Scratch& regs)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 626 unsigned Scratch = RS.scavengeRegister(Hexagon::IntRegsRegisterClass, MII, 0);
635 BuildMI(*MBB, MII, DL, TII->get(Hexagon::TFRI), Scratch)
638 .addReg(Scratch);
641 BuildMI(*MBB, MII, DL, TII->get(Hexagon::CONST32_Label), Scratch)
643 BuildMI(*MBB, MII, DL, TII->get(Hexagon::TFCR), Hexagon::SA0).addReg(Scratch);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 95 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
110 unsigned Scratch,
116 unsigned Scratch, MemOpQueue &MemOps,
286 unsigned PredReg, unsigned Scratch, DebugLoc dl,
322 // Use the scratch register to use as a new base.
323 NewBase = Scratch;
372 unsigned Scratch,
416 Pred, PredReg, Scratch, dl, Regs, ImpDefs))
449 unsigned Scratch, MemOpQueue &MemOps,
501 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 6647 milliseconds