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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/s390/
macro-assembler-s390.h 212 void Drop(Register count, Register scratch = r0);
384 void LoadW(Register dst, const MemOperand& opnd, Register scratch = no_reg);
386 void LoadlW(Register dst, const MemOperand& opnd, Register scratch = no_reg);
421 DoubleRegister scratch);
498 Register addr, Register scratch,
502 void CheckPageFlag(Register object, Register scratch, int mask, Condition cc,
506 // The register scratch can be object itself, but scratch will be clobbered.
507 void JumpIfNotInNewSpace(Register object, Register scratch, Label* branch) {
508 InNewSpace(object, scratch, eq, branch)
    [all...]
macro-assembler-s390.cc 160 void MacroAssembler::Drop(Register count, Register scratch) {
161 ShiftLeftP(scratch, count, Operand(kPointerSizeLog2));
162 AddP(sp, sp, scratch);
251 void MacroAssembler::InNewSpace(Register object, Register scratch,
254 CheckPageFlag(object, scratch, MemoryChunk::kIsInNewSpaceMask, cond, branch);
325 map, // Used as scratch.
362 // Will clobber 4 registers: object, address, scratch, ip. The
390 value, // Used as scratch.
394 value, // Used as scratch.
425 Register scratch) {
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 252 // Swap two registers. If the scratch register is omitted then a slightly
254 void Swap(Register reg1, Register reg2, Register scratch = no_reg);
378 Register scratch,
383 Register scratch,
389 // The register scratch can be object itself, but it will be clobbered.
391 Register scratch,
393 InNewSpace(object, scratch, eq, branch);
397 // The register scratch can be object itself, but scratch will be clobbered.
399 Register scratch,
    [all...]
  /external/boringssl/src/crypto/cipher_extra/
e_aesgcmsiv.c 233 uint8_t scratch[16]; local
235 OPENSSL_memset(scratch, 0, sizeof(scratch));
236 OPENSSL_memcpy(scratch, &ad[ad_len & ~15], ad_len & 15);
237 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1);
247 OPENSSL_memset(scratch, 0, sizeof(scratch));
248 OPENSSL_memcpy(scratch, &in[in_len & ~15], in_len & 15);
249 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1);
437 * aes[128|256]gcmsiv_dec uses the extra as scratch space. *
445 uint8_t scratch[16]; local
638 uint8_t scratch[16]; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 75 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
76 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
128 Register addr, Register scratch,
132 void CheckPageFlag(Register object, Register scratch, int mask, Condition cc,
141 // The register scratch can be object itself, but scratch will be clobbered.
142 void JumpIfNotInNewSpace(Register object, Register scratch, Label* branch,
144 InNewSpace(object, scratch, zero, branch, distance);
148 // The register scratch can be object itself, but it will be clobbered.
149 void JumpIfInNewSpace(Register object, Register scratch, Label* branch
    [all...]
macro-assembler-ia32.cc 82 Register scratch,
87 mov(scratch, Immediate(index));
88 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
94 Register scratch,
98 mov(scratch, Immediate(index));
99 cmp(with, Operand::StaticArray(scratch,
173 void MacroAssembler::InNewSpace(Register object, Register scratch, Condition cc,
176 CheckPageFlag(object, scratch, MemoryChunk::kIsInNewSpaceMask, cc,
184 Register scratch,
190 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear)
203 mov(Operand::StaticVariable(store_buffer), scratch); local
1610 mov(FieldOperand(result, HeapObject::kMapOffset), scratch); local
1612 mov(FieldOperand(result, JSObject::kPropertiesOffset), scratch); local
1613 mov(FieldOperand(result, JSObject::kElementsOffset), scratch); local
2612 mov(Operand(esp, num_arguments * kPointerSize), scratch); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 371 char scratch[20]; local
373 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
378 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
383 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
384 if(dest != scratch || capacity != (int32_t)sizeof(scratch)) {
385 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer");
402 char scratch[10] local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 400 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
411 __ mov(scratch, Operand(static_cast<int32_t>(literal->Number())));
416 __ Move(scratch, literal);
418 return scratch;
420 __ ldr(scratch, ToMemOperand(op));
421 return scratch;
424 return scratch;
792 Register scratch = scratch0(); local
797 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition));
798 __ mov(scratch, Operand(1), LeaveCC, condition)
1081 Register scratch = scratch0(); local
1522 Register scratch = scratch0(); local
1596 Register scratch = scratch0(); local
1775 Register scratch = scratch0(); local
1794 Register scratch = scratch0(); local
2273 Register scratch = scratch0(); local
2381 Register scratch = scratch0(); local
2579 Register scratch = scratch0(); local
2643 Register scratch = scratch0(); local
2797 Register scratch = scratch0(); local
2831 Register scratch = scratch0(); local
2927 Register scratch = scratch0(); local
2977 Register scratch = scratch0(); local
3037 Register scratch = scratch0(); local
3194 Register scratch = scratch0(); local
3371 LowDwVfpRegister scratch = double_scratch0(); local
3690 Register scratch = scratch0(); local
3874 Register scratch = scratch0(); local
3912 Register scratch = scratch0(); local
4072 Register scratch = scratch0(); local
4156 Register scratch = scratch0(); local
4243 Register scratch = scratch0(); local
4394 Register scratch = scratch0(); local
4469 Register scratch = scratch0(); local
4691 Register scratch = scratch0(); local
4702 Register scratch = scratch0(); local
4864 Register scratch = scratch0(); local
4915 Register scratch = ToRegister(instr->temp1()); local
5079 Register scratch = scratch0(); local
5362 Register scratch = scratch0(); local
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceRegistersMIPS32.h 30 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
44 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
56 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
  /external/v8/src/x87/
macro-assembler-x87.h 78 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
79 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
131 Register addr, Register scratch,
135 void CheckPageFlag(Register object, Register scratch, int mask, Condition cc,
144 // The register scratch can be object itself, but scratch will be clobbered.
145 void JumpIfNotInNewSpace(Register object, Register scratch, Label* branch,
147 InNewSpace(object, scratch, zero, branch, distance);
151 // The register scratch can be object itself, but it will be clobbered.
152 void JumpIfInNewSpace(Register object, Register scratch, Label* branch
    [all...]
macro-assembler-x87.cc 82 Register scratch,
87 mov(scratch, Immediate(index));
88 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
94 Register scratch,
98 mov(scratch, Immediate(index));
99 cmp(with, Operand::StaticArray(scratch,
167 void MacroAssembler::InNewSpace(Register object, Register scratch, Condition cc,
170 CheckPageFlag(object, scratch, MemoryChunk::kIsInNewSpaceMask, cc,
177 Register addr, Register scratch, SaveFPRegsMode save_fp,
182 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear)
195 mov(Operand::StaticVariable(store_buffer), scratch); local
1551 mov(FieldOperand(result, HeapObject::kMapOffset), scratch); local
1553 mov(FieldOperand(result, JSObject::kPropertiesOffset), scratch); local
1554 mov(FieldOperand(result, JSObject::kElementsOffset), scratch); local
2458 mov(Operand(esp, num_arguments * kPointerSize), scratch); local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 145 // Swap two registers. If the scratch register is omitted then a slightly
149 Register scratch = no_reg,
160 // The scratch register is not used for ARMv7.
161 // scratch can be the same register as src (in which case it is trashed), but
165 Register scratch,
221 Register scratch,
226 Register scratch,
232 // The register scratch can be object itself, but scratch will be clobbered.
234 Register scratch,
    [all...]
  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 664 // if used, sets the output parameter scratch to a temporary register used in this operand,
669 /*out*/ vixl32::Register* scratch) {
685 *scratch = temps_scope->Acquire();
686 __ Add(*scratch, base, Operand(RegisterFrom(index), ShiftType::LSL, shift));
688 return MemOperand(*scratch, offset);
695 /*out*/ vixl32::Register* scratch) {
709 __ Add(*scratch, base, offset);
711 *scratch = temps_scope->Acquire();
712 __ Add(*scratch, base, offset);
713 __ Add(*scratch, *scratch, Operand(RegisterFrom(index), ShiftType::LSL, shift))
725 vixl32::Register scratch; local
775 vixl32::Register scratch; local
    [all...]
  /external/blktrace/btt/
trace.c 59 char scratch[15]; local
69 make_dev_hdr(scratch, 15, iop->dip, 1),
  /frameworks/base/tools/bit/
adb.cpp 182 skip_bytes(int fd, ssize_t size, char* scratch, int scratchSize)
187 amt = read(fd, scratch, amt);
202 skip_unknown_field(int fd, uint64_t tag, char* scratch, int scratchSize) {
217 return skip_bytes(fd, 8, scratch, scratchSize);
229 return skip_bytes(fd, (ssize_t)size, scratch, scratchSize);
231 return skip_bytes(fd, 4, scratch, scratchSize);
239 read_instrumentation_results(int fd, char* scratch, int scratchSize,
267 err = skip_unknown_field(fd, tag, scratch, scratchSize);
  /art/compiler/utils/arm64/
assembler_arm64.cc 64 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
66 CHECK(scratch.IsXRegister()) << scratch;
67 // Remove base and scratch form the temp list - higher level API uses IP1, IP0.
69 temps.Exclude(reg_x(base.AsXRegister()), reg_x(scratch.AsXRegister()));
70 ___ Ldr(reg_x(scratch.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value()));
71 ___ Br(reg_x(scratch.AsXRegister()));
  /external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 94 ByteBuffer scratch = ByteBuffer.allocate(applicationBufferSize); local
116 scratch,
123 scratch,
164 ByteBuffer scratch,
191 SSLEngineResult unwrapResult = engine.unwrap(input, scratch);
193 assertEquals(0, scratch.position());
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 93 ByteBuffer scratch = ByteBuffer.allocate(applicationBufferSize); local
115 scratch,
122 scratch,
162 ByteBuffer scratch,
189 SSLEngineResult unwrapResult = engine.unwrap(input, scratch);
191 assertEquals(0, scratch.position());
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionSycl.h 43 scratch(cl::sycl::range<1>(local), h);
48 r, [aOut, aI, scratch, local, length](cl::sycl::nd_item<1> id) {
57 scratch[localid] = aI[globalid];
67 scratch[localid] += scratch[localid + offset];
73 aI[id.get_group(0)] = scratch[localid];
75 aOut[globalid]=scratch[localid];
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 1724 Register scratch = a5; local
1884 Register scratch = a4; local
2004 Register scratch = a4; local
2071 Register scratch = a5; local
2288 Register scratch = len; local
2753 Register scratch = t0; local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 64 Register scratch) {
71 Move(scratch, target);
72 return Operand(scratch, 0);
133 // Operand is leap(scratch, Operand(kRootRegister, delta));
211 Register scratch,
216 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear);
223 movp(scratch, ExternalOperand(store_buffer));
225 movp(Operand(scratch, 0), addr);
227 addp(scratch, Immediate(kPointerSize));
229 movp(ExternalOperand(store_buffer), scratch); local
3172 Register scratch = dst.AddressUsesRegister(kScratchRegister) local
4887 movp(FieldOperand(result, HeapObject::kMapOffset), scratch); local
4889 movp(FieldOperand(result, JSObject::kPropertiesOffset), scratch); local
4890 movp(FieldOperand(result, JSObject::kElementsOffset), scratch); local
    [all...]
  /art/dex2oat/
dex2oat_image_test.cc 111 ScratchFile scratch; local
112 std::string scratch_dir = scratch.GetFilename();
116 CHECK(!scratch_dir.empty()) << "No directory " << scratch.GetFilename();
118 if (!CompileBootImage(extra_args, scratch.GetFilename(), &error_msg)) {
119 LOG(ERROR) << "Failed to compile image " << scratch.GetFilename() << error_msg;
121 std::string art_file = scratch.GetFilename() + ".art";
122 std::string oat_file = scratch.GetFilename() + ".oat";
123 std::string vdex_file = scratch.GetFilename() + ".vdex";
130 scratch.Close();
  /external/harfbuzz_ng/src/
hb-graphite2.cc 253 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
255 uint32_t *chars = (uint32_t *) scratch;
285 scratch = buffer->get_scratch_buffer (&scratch_size);
286 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
287 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
295 scratch = buffer->get_scratch_buffer (&scratch_size);
299 Type *name = (Type *) scratch; \
301 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
303 scratch += _consumed; \
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 91 Register scratch, Label* miss) {
97 __ LoadWeakValue(scratch, weak_cell, miss);
98 __ Ldr(scratch, FieldMemOperand(scratch, PropertyCell::kValueOffset));
99 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, miss);
121 Handle<Map> receiver_map, Register receiver, Register scratch,
124 DCHECK(!AreAliased(accessor_holder, scratch));
125 DCHECK(!AreAliased(receiver, scratch));
132 DCHECK(!scratch.is(store_parameter));
216 int accessor_index, int expected_arguments, Register scratch) {
    [all...]
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 23 int accessor_index, int expected_arguments, Register scratch) {
31 DCHECK(!holder.is(scratch));
32 DCHECK(!receiver.is(scratch));
36 __ mov(scratch,
38 receiver = scratch;
131 Handle<Map> receiver_map, Register receiver, Register scratch,
134 DCHECK(!accessor_holder.is(scratch));
136 __ pop(scratch);
146 DCHECK(!AreAliased(receiver, scratch, store_parameter));
149 __ push(scratch);
    [all...]

Completed in 1434 milliseconds

1 2 34 5 6 7 8 91011>>