OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_extu_i32_i64
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg-op.h
1632
static inline void
tcg_gen_extu_i32_i64
(TCGv_i64 ret, TCGv_i32 arg)
function
1739
static inline void
tcg_gen_extu_i32_i64
(TCGv_i64 ret, TCGv_i32 arg)
function
[
all
...]
tcg.c
919
tcg_gen_extu_i32_i64
(val64, val);
[
all
...]
/external/qemu/target-arm/
translate.c
286
tcg_gen_extu_i32_i64
(tmp64, b);
300
tcg_gen_extu_i32_i64
(tmp64, b);
317
tcg_gen_extu_i32_i64
(tmp1, a);
319
tcg_gen_extu_i32_i64
(tmp2, b);
[
all
...]
/external/qemu/target-i386/
translate.c
[
all
...]
Completed in 63 milliseconds