HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 126 - 150 of 537) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/builtins/mips/
builtins-mips.cc 1733 Register scratch = t5; local
1892 Register scratch = t0; local
2007 Register scratch = t0; local
2071 Register scratch = t0; local
2727 Register scratch = t0; local
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 1744 Register scratch = r10; local
1921 Register scratch = r7; local
2037 Register scratch = r7; local
2797 Register scratch = r5; local
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 958 // r7: scratch reg to hold scaled argc
959 // r8: scratch reg to hold arg handle
960 // r9: scratch reg to hold index into argv
1753 Register scratch = r9; local
1923 Register scratch = r6; local
2039 Register scratch = r6; local
2809 Register scratch = r4; local
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 3212 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3221 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3234 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3311 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3320 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3329 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3339 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3355 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); local
3372 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); local
3398 GpuRegister scratch = mscratch.AsMips64().AsGpuRegister(); local
3460 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3507 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3518 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
3545 Mips64ManagedRegister scratch = mscratch.AsMips64(); local
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 915 Register scratch = x10; local
924 __ Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress,
926 __ Ldr(cp, MemOperand(scratch));
942 __ Add(scratch, argv, Operand(argc, LSL, kPointerSizeLog2));
950 __ Cmp(scratch, argv);
953 __ Mov(scratch, argc);
955 __ Mov(new_target, scratch);
2799 Register scratch = x2; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 244 Register scratch = Register::from_code(code); local
245 __ push(scratch);
247 return scratch;
253 Register scratch = Register::from_code(spilled_register_); local
254 __ push(scratch);
255 return scratch;
  /external/v8/src/x64/
code-stubs-x64.cc 212 const Register scratch = rcx; local
221 __ movp(scratch, Immediate(1));
222 __ Cvtlsi2sd(double_result, scratch);
293 __ movp(scratch, exponent); // Back up exponent.
299 __ testl(scratch, scratch);
301 __ negl(scratch);
305 __ shrl(scratch, Immediate(1));
313 __ shrl(scratch, Immediate(1));
583 __ addp(r14, arg_reg_3); // Using arg3 as scratch
2323 Register scratch = result(); local
3172 Register scratch = call_data; local
3260 Register scratch = rax; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 181 const FPRegister& scratch)
182 : BranchGenerator(codegen), value_(value), scratch_(scratch) { }
649 Register scratch = x3; local
658 // Update the write barrier. This clobbers value and scratch.
661 value, scratch, GetLinkRegisterState(),
1543 Register scratch = x5; local
1828 Register scratch = NoReg; local
2123 Register scratch = temps.AcquireX(); local
2134 Register scratch = ToRegister(instr->temp()); local
2746 Register scratch = ToRegister(instr->temp()); local
2913 Register scratch = ToRegister(instr->temp()); local
3053 Register scratch; local
3202 Register scratch = ToRegister(instr->temp()); local
3984 Register scratch = result; local
4238 Register scratch = ToRegister(instr->temp()); local
4691 Register scratch = ToRegister(instr->temp()); local
4722 Register scratch; local
4825 Register scratch = no_reg; local
5393 Register scratch = ToRegister(instr->temp2()); local
5402 Register scratch = ToRegister(instr->temp2()); local
5415 Register scratch = ToRegister(instr->temp1()); local
5426 Register scratch = ToRegister(instr->temp1()); local
5438 Register scratch = ToRegister(instr->temp2()); local
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 281 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
294 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
308 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
322 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
336 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
349 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
401 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
487 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
547 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \
550 if (scratch && (Include & ::Ice::TargetLowering::RegSet_CallerSave))
    [all...]
  /external/boringssl/src/tool/
speed.cc 304 uint8_t scratch[8192]; local
306 if (chunk_len > sizeof(scratch)) {
311 if (!TimeFunction(&results, [ctx, md, chunk_len, &scratch]() -> bool {
316 EVP_DigestUpdate(ctx, scratch, chunk_len) &&
342 uint8_t scratch[8192]; local
344 if (chunk_len > sizeof(scratch)) {
349 if (!TimeFunction(&results, [chunk_len, &scratch]() -> bool {
350 RAND_bytes(scratch, chunk_len);
  /external/skia/src/core/
SkModeColorFilter.cpp 78 SkArenaAlloc* scratch,
81 p->append_uniform_color(scratch, SkPM4f_from_SkColor(fColor, dst));
SkColorFilter.cpp 111 void onAppendStages(SkRasterPipeline* p, SkColorSpace* dst, SkArenaAlloc* scratch,
117 fInner->appendStages(p, dst, scratch, shaderIsOpaque);
118 fOuter->appendStages(p, dst, scratch, innerIsOpaque);
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 1507 FPURegister scratch = kScratchDoubleReg; local
1513 FPURegister scratch = kScratchDoubleReg; local
1523 FPURegister scratch = kScratchDoubleReg; local
1529 FPURegister scratch = kScratchDoubleReg; local
1547 FPURegister scratch = kScratchDoubleReg; local
1553 FPURegister scratch = kScratchDoubleReg; local
1559 FPURegister scratch = kScratchDoubleReg; local
1565 FPURegister scratch = kScratchDoubleReg; local
1572 FPURegister scratch = kScratchDoubleReg; local
1578 FPURegister scratch = kScratchDoubleReg; local
1584 FPURegister scratch = kScratchDoubleReg; local
1590 FPURegister scratch = kScratchDoubleReg; local
1601 FPURegister scratch = kScratchDoubleReg; local
1629 FPURegister scratch = kScratchDoubleReg; local
1657 FPURegister scratch = kScratchDoubleReg; local
1663 FPURegister scratch = kScratchDoubleReg; local
1673 FPURegister scratch = kScratchDoubleReg; local
1681 FPURegister scratch = kScratchDoubleReg; local
    [all...]
  /external/skia/src/effects/
SkLumaColorFilter.cpp 22 SkArenaAlloc* scratch,
  /external/skia/src/shaders/
SkColorShader.cpp 256 SkArenaAlloc* scratch,
260 p->append_uniform_color(scratch, SkPM4f_from_SkColor(fColor, dst));
266 SkArenaAlloc* scratch,
270 p->append_uniform_color(scratch, to_colorspace(fColor4, fColorSpace.get(), dst).premul());
  /external/v8/src/arm64/
code-stubs-arm64.h 80 value) { // One scratch reg.
177 Register scratch)
180 scratch0_(scratch),
183 DCHECK(!AreAliased(scratch, object, address));
186 // registers, but we don't bother saving MacroAssembler scratch registers.
190 // We would like to require more scratch registers for this stub,
193 // We allocate 2 extra scratch registers that we'll save on the stack.
195 CPURegList used_regs(object, address, scratch);
200 // The scratch registers will be restored by other means so we don't need
209 // a scratch register
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 26 uint8_t buf_scratch[SCRATCH_SIZE];/* scratch for boundary reads*/
49 /* scratch buffer to stage data on boundaries and reloads */
50 viddec_pm_utils_bstream_scratch_cxt_t scratch; member in struct:__anon42180
  /bionic/libc/arch-arm/bionic/
setjmp.S 110 .macro m_calculate_checksum dst, src, scratch
113 ldr \scratch, [\src, #(\i * 4)]
114 eor \dst, \dst, \scratch
  /bionic/libc/arch-arm64/bionic/
setjmp.S 89 .macro m_calculate_checksum dst, src, scratch
92 ldr \scratch, [\src, #(\i * 8)]
93 eor \dst, \dst, \scratch
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 99 char scratch[100]; local
104 value = scratch;
105 len = sizeof(scratch);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.c 80 struct ilo_render_scratch_space *scratch,
85 if (scratch->size >= new_size)
92 intel_bo_unref(scratch->bo);
93 scratch->bo = bo;
94 scratch->size = new_size;
106 "vs scratch", vs_scratch_size) &&
108 "gs scratch", gs_scratch_size) &&
110 "fs scratch", fs_scratch_size));
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
ffi.c 541 void *rvalue, unsigned long *gpr, unsigned long *scratch)
583 scratch[0] = gpr[argn];
584 scratch[1] = gpr[argn+1];
585 avalue[i] = scratch;
586 scratch -= 2;
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 320 _g_.m.scratch = mscratch{}
321 _g_.m.scratch.v[0] = unsafe.Sizeof(*sem)
322 _g_.m.libcall.args = uintptr(unsafe.Pointer(&_g_.m.scratch))
340 _m_.scratch = mscratch{}
341 _m_.scratch.v[0] = _m_.waitsema
342 _m_.scratch.v[1] = uintptr(unsafe.Pointer(&_m_.ts))
343 _m_.libcall.args = uintptr(unsafe.Pointer(&_m_.scratch))
356 _m_.scratch = mscratch{}
357 _m_.scratch.v[0] = _m_.waitsema
358 _m_.libcall.args = uintptr(unsafe.Pointer(&_m_.scratch))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 320 _g_.m.scratch = mscratch{}
321 _g_.m.scratch.v[0] = unsafe.Sizeof(*sem)
322 _g_.m.libcall.args = uintptr(unsafe.Pointer(&_g_.m.scratch))
340 _m_.scratch = mscratch{}
341 _m_.scratch.v[0] = _m_.waitsema
342 _m_.scratch.v[1] = uintptr(unsafe.Pointer(&_m_.ts))
343 _m_.libcall.args = uintptr(unsafe.Pointer(&_m_.scratch))
356 _m_.scratch = mscratch{}
357 _m_.scratch.v[0] = _m_.waitsema
358 _m_.libcall.args = uintptr(unsafe.Pointer(&_m_.scratch))
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 110 ValueVector scratch; member in class:__anon13916::CFGBlockValues
148 scratch.resize(decls);
169 for (unsigned I = 0, E = scratch.size(); I != E; ++I)
170 scratch[I] = V;
176 scratch = source;
178 scratch |= source;
183 bool changed = (dst != scratch);
185 dst = scratch;
187 printVector(block, scratch, 0);
193 scratch.reset()
    [all...]

Completed in 1270 milliseconds

1 2 3 4 56 7 8 91011>>