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

/external/qemu/tcg/
H A Dtcg.c228 s->temps = s->static_temps;
309 ts = &s->temps[s->nb_globals];
349 ts = &s->temps[s->nb_globals];
384 ts = &s->temps[s->nb_globals];
428 ts = &s->temps[idx];
437 ts = &s->temps[s->nb_temps];
454 ts = &s->temps[s->nb_temps];
500 ts = &s->temps[idx];
768 ts = &s->temps[i];
776 ts = &s->temps[
[all...]
H A Dtcg.h276 TCGTemp *temps; /* globals first, temps after */ member in struct:TCGContext
279 /* index of free temps, -1 if none */
/external/mesa3d/src/glsl/
H A Dlinker.cpp613 hash_table *temps)
618 hash_table *temps)
623 this->temps = temps;
630 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
656 hash_table *temps; member in class:remap_visitor
659 remap_visitor v(target, temps);
690 hash_table *temps = NULL; local
693 temps = hash_table_ctor(0, hash_table_pointer_hash,
713 hash_table_insert(temps, ins
612 remap_variables(ir_instruction *inst, struct gl_shader *target, hash_table *temps) argument
617 remap_visitor(struct gl_shader *target, hash_table *temps) argument
[all...]
/external/mksh/src/
H A Dcheck.pl214 $temps = "/tmp/rts$$";
338 unlink($tempi, $tempo, $tempe, $temps);
425 return undef if !&write_file($temps, $test{'script'});
532 push(@argv, $temps) if defined $test{'script'};
H A Dmain.c850 ep->temps = NULL;
955 remove_temps(ep->temps);
962 remove_temps(e->temps);
963 e->temps = NULL;
H A Dhistrap.c249 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
H A Dexec.c1477 h = maketemp(ATEMP, TT_HEREDOC_EXP, &e->temps);
H A Dsh.h573 struct temp *temps; /* temp files */ member in struct:env
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp1070 PREALLOC_TEMP_ARRAY(kPreAllocStringCnt) temps;
1077 append_decls(segments.fVSUnis, gl, &strs, &lengths, &temps);
1078 append_decls(segments.fVSAttrs, gl, &strs, &lengths, &temps);
1079 append_decls(segments.fVSOutputs, gl, &strs, &lengths, &temps);
1097 temps.reset();
1100 append_decls(segments.fGSInputs, gl, &strs, &lengths, &temps);
1101 append_decls(segments.fGSOutputs, gl, &strs, &lengths, &temps);
1116 temps.reset();
1121 append_decls(segments.fFSUnis, gl, &strs, &lengths, &temps);
1122 append_decls(segments.fFSInputs, gl, &strs, &lengths, &temps);
[all...]
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc3104 RegList temps,
3107 ASSERT((temps & ((1 << 15) - 1)) != 0);
3108 ASSERT((temps & dst.bit()) == 0);
3109 ASSERT((temps & src.bit()) == 0);
3113 // Find a temp register in temps list.
3115 if ((temps & (1 << i)) != 0) {
H A Dmacro-assembler-arm.h733 void CopyFields(Register dst, Register src, RegList temps, int field_count);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h915 void CopyFields(Register dst, Register src, RegList temps, int field_count);
H A Dmacro-assembler-mips.cc3247 RegList temps,
3249 ASSERT((temps & dst.bit()) == 0);
3250 ASSERT((temps & src.bit()) == 0);
3254 // Find a temp register in temps list.
3256 if ((temps & (1 << i)) != 0) {

Completed in 254 milliseconds