OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nb_globals
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.c
229
s->
nb_globals
= 0;
277
s->nb_temps = s->
nb_globals
;
307
idx = s->
nb_globals
;
308
tcg_temp_alloc(s, s->
nb_globals
+ 1);
309
ts = &s->temps[s->
nb_globals
];
315
s->
nb_globals
++;
344
idx = s->
nb_globals
;
348
tcg_temp_alloc(s, s->
nb_globals
+ 2);
349
ts = &s->temps[s->
nb_globals
];
379
s->
nb_globals
+= 2
[
all
...]
tcg.h
277
int
nb_globals
;
member in struct:TCGContext
Completed in 17 milliseconds