OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_sub_i32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-arm/
translate.c
420
tcg_gen_sub_i32
(dest, t0, t1);
873
tcg_gen_sub_i32
(var, var, offset);
901
tcg_gen_sub_i32
(var, var, offset);
[
all
...]
/external/qemu/tcg/
tcg-op.h
488
static inline void
tcg_gen_sub_i32
(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2)
function
496
tcg_gen_sub_i32
(ret, t0, arg2);
507
tcg_gen_sub_i32
(ret, arg1, t0);
[
all
...]
Completed in 69 milliseconds