OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_subi_i32
(Results
1 - 3
of
3
) sorted by null
/external/qemu/include/exec/
gen-icount.h
23
tcg_gen_subi_i32
(count, count, 0xdeadbeef);
/external/qemu/tcg/
tcg-op.h
504
static inline void
tcg_gen_subi_i32
(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2)
function
[
all
...]
/external/qemu/target-arm/
translate.c
268
tcg_gen_subi_i32
(var, var, signbit);
415
tcg_gen_subi_i32
(dest, dest, 1);
[
all
...]
Completed in 60 milliseconds