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

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 27 struct nvfx_reg *r_temp; member in struct:nvfx_fpc
387 src.reg = fpc->r_temp[fsrc->Register.Index];
418 return fpc->r_temp[fdst->Register.Index];
    [all...]
nvfx_vertprog.c 50 struct nvfx_reg *r_temp; member in struct:nvfx_vpc
383 src.reg = vpc->r_temp[fsrc->Register.Index];
430 dst = vpc->r_temp[fdst->Register.Index];
948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
950 vpc->r_temp[i] = temp(vpc);
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 1193 RegStorage r_temp = AllocTemp(); local
    [all...]
  /art/compiler/dex/quick/mips/
utility_mips.cc 558 RegStorage r_temp = AllocTemp(); local
561 LoadConstantNoClobber(r_temp, High32Bits(value));
562 NewLIR2(kMipsMthc1, r_temp.GetReg(), r_dest.GetReg());
563 FreeTemp(r_temp);
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 620 RegStorage r_temp = AllocTypedTempWide(false, kCoreReg); local
621 res = LoadConstantWide(r_temp, value);
622 OpRegCopyWide(r_dest, r_temp);
623 FreeTemp(r_temp);
    [all...]
int_x86.cc 1279 RegStorage r_temp = AllocTemp(); local
1290 RegStorage r_temp = AllocTempWide(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 2025 int i, r_temp; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 99 zic_t r_temp; /* used in outzone */ member in struct:rule
    [all...]

Completed in 132 milliseconds