OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_local
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.c
415
static inline int tcg_temp_new_internal(TCGType type, int
temp_local
)
422
if (
temp_local
)
431
assert(ts->
temp_local
==
temp_local
);
441
ts->
temp_local
=
temp_local
;
447
ts->
temp_local
=
temp_local
;
458
ts->
temp_local
=
temp_local
;
[
all
...]
tcg.h
255
unsigned int
temp_local
:1; /* If true, the temp is saved accross
member in struct:TCGTemp
372
TCGv_i32 tcg_temp_new_internal_i32(int
temp_local
);
387
TCGv_i64 tcg_temp_new_internal_i64(int
temp_local
);
Completed in 44 milliseconds