OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_ext_i32_i64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-op.h
1638
static inline void
tcg_gen_ext_i32_i64
(TCGv_i64 ret, TCGv_i32 arg)
function
1746
static inline void
tcg_gen_ext_i32_i64
(TCGv_i64 ret, TCGv_i32 arg)
function
[
all
...]
/external/qemu/target-arm/
translate.c
331
tcg_gen_ext_i32_i64
(tmp1, a);
333
tcg_gen_ext_i32_i64
(tmp2, b);
[
all
...]
/external/qemu/target-i386/
translate.c
[
all
...]
Completed in 517 milliseconds