Searched refs:temps (Results 1 - 25 of 43) sorted by relevance

12

/external/qemu/tcg/
H A Doptimize.c54 static struct tcg_temp_info temps[TCG_MAX_TEMPS]; variable in typeref:struct:tcg_temp_info
60 if (temps[temp].state == TCG_TEMP_COPY) {
61 if (temps[temp].prev_copy == temps[temp].next_copy) {
62 temps[temps[temp].next_copy].state = TCG_TEMP_UNDEF;
64 temps[temps[temp].next_copy].prev_copy = temps[temp].prev_copy;
65 temps[temp
[all...]
H A Dtcg.c363 /* No temps have been previously allocated for size or locality. */
401 ts = &s->temps[s->nb_globals];
441 ts = &s->temps[s->nb_globals];
476 ts = &s->temps[s->nb_globals];
513 ts = &s->temps[idx];
522 ts = &s->temps[s->nb_temps];
539 ts = &s->temps[s->nb_temps];
585 ts = &s->temps[idx];
1000 ts = &s->temps[i];
1008 ts = &s->temps[
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc124 UseScratchRegisterScope temps(this);
182 Register temp = temps.AcquireSameSizeAs(rn);
201 temps.Exclude(operand.reg());
202 Register temp = temps.AcquireSameSizeAs(rn);
255 UseScratchRegisterScope temps(this);
256 temps.Exclude(operand.reg());
260 Register temp = temps.AcquireSameSizeAs(rd);
323 UseScratchRegisterScope temps(this);
324 Register temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd;
424 UseScratchRegisterScope temps(thi
[all...]
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc57 UseScratchRegisterScope temps(this);
60 Register temp = temps.AcquireX();
120 Register temp = temps.AcquireSameSizeAs(rn);
140 Register temp = temps.AcquireSameSizeAs(rn);
206 UseScratchRegisterScope temps(this);
207 Register temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd;
249 UseScratchRegisterScope temps(this);
250 Register dst = (rd.IsSP()) ? temps.AcquireSameSizeAs(rd) : rd;
356 UseScratchRegisterScope temps(this);
357 Register temp = temps
2452 CopyFields(Register dst, Register src, CPURegList temps, unsigned count) argument
[all...]
H A Dmacro-assembler-arm64-inl.h560 UseScratchRegisterScope temps(this);
561 FPRegister tmp = temps.AcquireSameSizeAs(fn);
738 UseScratchRegisterScope temps(this);
739 Register tmp = temps.AcquireW();
1246 UseScratchRegisterScope temps(this);
1247 Register temp = temps.AcquireX();
1388 UseScratchRegisterScope temps(this);
1389 Register tmp = temps.AcquireX();
1401 UseScratchRegisterScope temps(this);
1402 Register tmp = temps
[all...]
H A Ddeoptimizer-arm64.cc340 UseScratchRegisterScope temps(masm());
341 Register entry_id = temps.AcquireX();
H A Dlithium-codegen-arm64.h398 UseScratchRegisterScope temps(codegen_->masm_);
402 temps.UnsafeAcquire(StoreRegistersStateStub::to_be_pushed_lr());
H A Dstub-cache-arm64.cc390 UseScratchRegisterScope temps(masm);
391 DoubleRegister temp_double = temps.AcquireD();
550 UseScratchRegisterScope temps(masm);
551 DoubleRegister temp_double = temps.AcquireD();
841 UseScratchRegisterScope temps(masm());
842 __ CheckAccessGlobalProxy(reg, scratch2, temps.AcquireX(), miss);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member in struct:st_translate
172 if (ureg_dst_is_undef(t->temps[index]))
173 t->temps[index] = ureg_DECL_temporary( t->ureg );
175 return t->temps[index];
213 assert(index < Elements(t->temps));
214 if (ureg_dst_is_undef(t->temps[index]))
215 t->temps[index] = ureg_DECL_temporary( t->ureg );
216 return ureg_src(t->temps[index]);
1182 /* If temps are accessed with indirect addressing, declare temporaries
1187 t->temps[
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member in struct:st_translate
172 if (ureg_dst_is_undef(t->temps[index]))
173 t->temps[index] = ureg_DECL_temporary( t->ureg );
175 return t->temps[index];
213 assert(index < Elements(t->temps));
214 if (ureg_dst_is_undef(t->temps[index]))
215 t->temps[index] = ureg_DECL_temporary( t->ureg );
216 return ureg_src(t->temps[index]);
1182 /* If temps are accessed with indirect addressing, declare temporaries
1187 t->temps[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
375 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
377 * The temps[] array above is unused then.
457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member in struct:lp_build_tgsi_aos_context
461 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
463 * The temps[] array above is unused then.
H A Dlp_bld_tgsi_aos.c208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index];
266 ptr = bld->temps[reg->Register.Index];
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context
375 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
377 * The temps[] array above is unused then.
457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member in struct:lp_build_tgsi_aos_context
461 /* We allocate/use this array of temps if (1 << TGSI_FILE_TEMPORARY) is
463 * The temps[] array above is unused then.
H A Dlp_bld_tgsi_aos.c208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index];
266 ptr = bld->temps[reg->Register.Index];
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp791 hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps; member in class:remap_visitor
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL; local
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, ins
790 remap_variables(ir_instruction *inst, struct gl_shader *target, hash_table *temps) argument
795 remap_visitor(struct gl_shader *target, hash_table *temps) argument
[all...]
/external/mesa3d/src/glsl/
H A Dlinker.cpp791 hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps; member in class:remap_visitor
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL; local
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, ins
790 remap_variables(ir_instruction *inst, struct gl_shader *target, hash_table *temps) argument
795 remap_visitor(struct gl_shader *target, hash_table *temps) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_ppc.c57 float (*temps)[4][4],
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_ppc.c57 float (*temps)[4][4],
/external/mksh/src/
H A Dcheck.pl317 ($fh, $temps) = mkstemp("${temp_dir}/rts.XXXXXXXX");
365 unlink($tempi, $tempo, $tempe, $temps);
454 return undef if !&write_file($temps, $test{'script'});
559 push(@argv, $temps) if defined $test{'script'};
H A Dmain.c968 ep->temps = NULL;
1102 remove_temps(ep->temps);
1116 remove_temps(e->temps);
1117 e->temps = NULL;
/external/vixl/test/
H A Dtest-utils-a64.cc326 UseScratchRegisterScope temps(masm);
327 temps.ExcludeAll();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp79 std::vector<struct ureg_dst> temps; member in struct:sm4_to_tgsi_converter
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
660 temps.push_back(ureg_DECL_temporary(ureg));
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp79 std::vector<struct ureg_dst> temps; member in struct:sm4_to_tgsi_converter
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
660 temps.push_back(ureg_DECL_temporary(ureg));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; local
4274 memcpy(temps, mach->Temps, sizeof(temps));
4292 if (memcmp(&temps[i], &mach->Temps[i], sizeof(temps[i]))) {
4295 memcpy(&temps[i], &mach->Temps[i], sizeof(temps[i]));
4302 temps[i].xyzw[0].f[j], temps[i].xyzw[0].u[j],
4303 temps[
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; local
4274 memcpy(temps, mach->Temps, sizeof(temps));
4292 if (memcmp(&temps[i], &mach->Temps[i], sizeof(temps[i]))) {
4295 memcpy(&temps[i], &mach->Temps[i], sizeof(temps[i]));
4302 temps[i].xyzw[0].f[j], temps[i].xyzw[0].u[j],
4303 temps[
[all...]

Completed in 587 milliseconds

12