HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 197 Register scratch,
199 if (scratch.is(no_reg)) {
204 mov(scratch, reg1, LeaveCC, cond);
206 mov(reg2, scratch, LeaveCC, cond);
321 Register scratch,
328 DCHECK(!scratch.is(dst));
333 and_(scratch, src, Operand((1 << width) - 1));
334 mov(scratch, Operand(scratch, LSL, lsb));
335 orr(dst, dst, scratch);
    [all...]
macro-assembler-arm.h 121 // Swap two registers. If the scratch register is omitted then a slightly
125 Register scratch = no_reg,
136 // The scratch register is not used for ARMv7.
137 // scratch can be the same register as src (in which case it is trashed), but
141 Register scratch,
193 Register scratch,
198 Register scratch,
204 Register scratch,
208 // The register scratch can be object itself, but scratch will be clobbered
    [all...]
lithium-codegen-arm.cc 434 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
444 __ mov(scratch, Operand(static_cast<int32_t>(literal->Number())));
449 __ Move(scratch, literal);
451 return scratch;
453 __ ldr(scratch, ToMemOperand(op));
454 return scratch;
457 return scratch;
860 Register scratch = scratch0(); local
865 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition));
866 __ mov(scratch, Operand(1), LeaveCC, condition)
1255 Register scratch = scratch0(); local
1696 Register scratch = scratch0(); local
1770 Register scratch = scratch0(); local
1934 Register scratch = ToRegister(instr->temp()); local
1981 Register scratch = scratch0(); local
2000 Register scratch = scratch0(); local
2466 Register scratch = scratch0(); local
2476 Register scratch = ToRegister(instr->temp()); local
2643 Register scratch = scratch0(); local
2669 Register scratch = scratch0(); local
3067 Register scratch = scratch0(); local
3146 Register scratch = scratch0(); local
3310 Register scratch = scratch0(); local
3344 Register scratch = scratch0(); local
3437 Register scratch = scratch0(); local
3483 Register scratch = scratch0(); local
3544 Register scratch = scratch0(); local
3677 Register scratch = scratch0(); local
3852 LowDwVfpRegister scratch = double_scratch0(); local
3983 Register scratch = r3; local
4152 Register scratch = scratch0(); local
4356 Register scratch = scratch0(); local
4399 Register scratch = scratch0(); local
4466 Register scratch = scratch0(); local
4552 Register scratch = scratch0(); local
4637 Register scratch = scratch0(); local
4792 Register scratch = scratch0(); local
4875 Register scratch = scratch0(); local
5119 Register scratch = scratch0(); local
5267 Register scratch = scratch0(); local
5339 Register scratch = ToRegister(instr->temp1()); local
5529 Register scratch = scratch0(); local
5862 Register scratch = scratch0(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 86 Register scratch,
91 mov(scratch, Immediate(index));
92 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
98 Register scratch,
102 mov(scratch, Immediate(index));
103 cmp(with, Operand::StaticArray(scratch,
126 Register scratch,
131 if (scratch.is(object)) {
132 and_(scratch, Immediate(~Page::kPageAlignmentMask));
134 mov(scratch, Immediate(~Page::kPageAlignmentMask))
1838 mov(Operand(destination, length, times_1, -4), scratch); local
1856 mov(Operand(destination, 8), scratch); local
1859 mov(Operand(destination, 4), scratch); local
1862 mov(Operand(destination, 0), scratch); local
1872 mov_b(Operand(destination, 0), scratch); local
2808 Register scratch = scratch2; local
2977 mov(Operand(esp, num_arguments * kPointerSize), scratch); local
    [all...]
macro-assembler-ia32.h 60 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
61 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
79 Register scratch,
84 Register scratch,
98 Register scratch,
102 // The register scratch can be object itself, but scratch will be clobbered.
104 Register scratch,
107 InNewSpace(object, scratch, zero, branch, distance);
111 // The register scratch can be object itself, but it will be clobbered
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 217 // Swap two registers. If the scratch register is omitted then a slightly
219 void Swap(Register reg1, Register reg2, Register scratch = no_reg);
306 Register scratch,
311 Register scratch,
317 Register scratch,
321 // The register scratch can be object itself, but it will be clobbered.
323 Register scratch,
325 InNewSpace(object, scratch, ne, branch);
329 // The register scratch can be object itself, but scratch will be clobbered
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 86 Register scratch,
91 mov(scratch, Immediate(index));
92 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
98 Register scratch,
102 mov(scratch, Immediate(index));
103 cmp(with, Operand::StaticArray(scratch,
126 Register scratch,
131 if (scratch.is(object)) {
132 and_(scratch, Immediate(~Page::kPageAlignmentMask));
134 mov(scratch, Immediate(~Page::kPageAlignmentMask))
1801 mov(Operand(destination, length, times_1, -4), scratch); local
1819 mov(Operand(destination, 8), scratch); local
1822 mov(Operand(destination, 4), scratch); local
1825 mov(Operand(destination, 0), scratch); local
1835 mov_b(Operand(destination, 0), scratch); local
2767 Register scratch = scratch2; local
2937 mov(Operand(esp, num_arguments * kPointerSize), scratch); local
    [all...]
macro-assembler-x87.h 60 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
61 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
78 Register addr, Register scratch,
83 Register scratch,
97 Register scratch,
101 // The register scratch can be object itself, but scratch will be clobbered.
103 Register scratch,
106 InNewSpace(object, scratch, zero, branch, distance);
110 // The register scratch can be object itself, but it will be clobbered
    [all...]
  /external/ceres-solver/internal/ceres/
residual_block_utils_test.cc 57 scoped_array<double> scratch(
69 scratch.get()), is_good);
program_evaluator.h 77 // some per-thread scratch space.
159 // Each thread gets it's own cost and evaluate scratch space.
187 EvaluateScratch* scratch = &evaluate_scratch_[thread_id]; local
195 block_residuals = scratch->residual_block_residuals.get();
204 scratch->jacobian_block_ptrs.get());
205 block_jacobians = scratch->jacobian_block_ptrs.get();
215 scratch->residual_block_evaluate_scratch.get())) {
224 scratch->cost += block_cost;
250 scratch->gradient.get() + parameter_block->delta_offset());
309 // Per-thread scratch space needed to evaluate and store each residual block
    [all...]
residual_block.cc 71 double* scratch) const {
82 // Put pointers into the scratch space into global_jacobians as appropriate.
89 global_jacobians[i] = scratch;
90 scratch += num_residuals * parameter_block->Size();
97 // If the caller didn't request residuals, use the scratch space for them.
100 residuals = scratch;
198 // Compute the amount of scratch space needed to store the full-sized
residual_block.h 84 // Evaluate needs scratch space which must be supplied by the caller via
85 // scratch. The array should have at least NumScratchDoublesForEvaluate()
103 double* scratch) const;
123 // The minimum amount of scratch space needed to pass to Evaluate().
  /external/chromium_org/third_party/icu/source/common/unicode/
bytestream.h 72 * May return a pointer to the caller-owned scratch buffer which must have
94 * If a non-scratch buffer is returned, the caller may only pass
98 * The default implementation always returns the scratch buffer.
104 * @param scratch default caller-owned buffer
105 * @param scratch_capacity capacity of the scratch buffer
113 char* scratch, int32_t scratch_capacity,
180 * @param scratch default caller-owned buffer
181 * @param scratch_capacity capacity of the scratch buffer
189 char* scratch, int32_t scratch_capacity,
  /external/fio/examples/
enospc-pressure.fio 9 directory=/scratch
  /external/icu/icu4c/source/common/unicode/
bytestream.h 72 * May return a pointer to the caller-owned scratch buffer which must have
94 * If a non-scratch buffer is returned, the caller may only pass
98 * The default implementation always returns the scratch buffer.
104 * @param scratch default caller-owned buffer
105 * @param scratch_capacity capacity of the scratch buffer
113 char* scratch, int32_t scratch_capacity,
180 * @param scratch default caller-owned buffer
181 * @param scratch_capacity capacity of the scratch buffer
189 char* scratch, int32_t scratch_capacity,
  /art/compiler/optimizing/
parallel_move_resolver.cc 171 int scratch = -1; local
175 scratch = reg;
180 if (scratch == -1) {
182 scratch = if_scratch;
187 return scratch;
  /external/chromium_org/third_party/icu/source/i18n/
bocsu.cpp 100 char scratch[64]; local
106 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
112 buffer=scratch;
113 capacity=(int32_t)sizeof(scratch);
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 42 // Uses *scratch as scratch space, and the returned pointer will point
43 // into this scratch space.
44 static const char* EncodeKey(std::string* scratch, const Slice& target) {
45 scratch->clear();
46 PutVarint32(scratch, target.size());
47 scratch->append(target.data(), target.size());
48 return scratch->data();
log_reader.h 50 // "*scratch" as temporary storage. The contents filled in *record
52 // reader or the next mutation to *scratch.
53 bool ReadRecord(Slice* record, std::string* scratch);
  /external/chromium_org/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));
210 Register scratch,
215 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear);
220 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex);
222 movp(Operand(scratch, 0), addr);
224 addp(scratch, Immediate(kPointerSize));
226 StoreRoot(scratch, Heap::kStoreBufferTopRootIndex)
4761 movp(Operand(destination, 2 * kPointerSize), scratch); local
4764 movp(Operand(destination, kPointerSize), scratch); local
4767 movp(Operand(destination, 0), scratch); local
4770 movp(Operand(destination, length, times_1, -kPointerSize), scratch); local
4782 movb(Operand(destination, 0), scratch); local
    [all...]
  /external/chromium_org/v8/src/ic/ia32/
stub-cache-ia32.cc 118 Register name, Register scratch, Register extra,
130 DCHECK(!scratch.is(receiver));
131 DCHECK(!scratch.is(name));
134 DCHECK(!extra.is(scratch));
136 // Assert scratch and extra registers are valid, and extra2/3 are unused.
137 DCHECK(!scratch.is(no_reg));
141 Register offset = scratch;
142 scratch = no_reg;
  /external/chromium_org/v8/src/ic/x87/
stub-cache-x87.cc 118 Register name, Register scratch, Register extra,
130 DCHECK(!scratch.is(receiver));
131 DCHECK(!scratch.is(name));
134 DCHECK(!extra.is(scratch));
136 // Assert scratch and extra registers are valid, and extra2/3 are unused.
137 DCHECK(!scratch.is(no_reg));
141 Register offset = scratch;
142 scratch = no_reg;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
247 uint32_t *chars = (uint32_t *) scratch;
273 scratch = buffer->get_scratch_buffer (&scratch_size);
274 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
283 scratch = buffer->get_scratch_buffer (&scratch_size);
287 Type *name = (Type *) scratch; \
289 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
291 scratch += _consumed; \
  /external/harfbuzz_ng/src/
hb-graphite2.cc 245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
247 uint32_t *chars = (uint32_t *) scratch;
273 scratch = buffer->get_scratch_buffer (&scratch_size);
274 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
283 scratch = buffer->get_scratch_buffer (&scratch_size);
287 Type *name = (Type *) scratch; \
289 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
291 scratch += _consumed; \
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc 373 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
383 __ li(scratch, Operand(static_cast<int32_t>(literal->Number())));
386 __ li(scratch, Operand(Smi::FromInt(constant->Integer32Value())));
391 __ li(scratch, literal);
393 return scratch;
395 __ ld(scratch, ToMemOperand(op));
396 return scratch;
399 return scratch;
784 Register scratch = scratch0(); local
787 __ Push(a1, scratch);
1283 Register scratch = result.is(dividend) ? scratch0() : dividend; local
1430 Register scratch = scratch0(); local
1672 Register scratch = scratch1(); local
1737 Register scratch = ToRegister(instr->temp()); local
1783 Register scratch = scratch0(); local
1803 Register scratch = scratch0(); local
1831 Register scratch = scratch0(); local
1866 Register scratch = scratch1(); local
1903 Register scratch = scratch1(); local
2183 const Register scratch = scratch1(); local
2337 Register scratch = scratch0(); local
2346 Register scratch = ToRegister(instr->temp()); local
2515 Register scratch = scratch0(); local
2544 Register scratch = scratch0(); local
2933 Register scratch = scratch0(); local
2996 Register scratch = scratch0(); local
3027 Register scratch = scratch0(); local
3210 Register scratch = scratch0(); local
3252 Register scratch = scratch0(); local
3375 Register scratch = scratch0(); local
3421 Register scratch = scratch0(); local
3486 Register scratch = scratch0(); local
3619 Register scratch = scratch0(); local
3763 Register scratch = scratch0(); local
3971 Register scratch = a3; local
4345 Register scratch = scratch0(); local
4400 Register scratch = scratch0(); local
4487 Register scratch = scratch0(); local
4572 Register scratch = scratch0(); local
4619 Register scratch = scratch0(); local
4658 Register scratch = scratch0(); local
4782 Register scratch = scratch0(); local
4845 Register scratch = scratch0(); local
4867 Register scratch = scratch0(); local
5127 Register scratch = scratch0(); local
5266 Register scratch = scratch0(); local
5335 Register scratch = ToRegister(instr->temp1()); local
5552 Register scratch = scratch0(); local
5902 Register scratch = scratch0(); local
    [all...]

Completed in 635 milliseconds

1 23 4 5 6 7 8 91011>>