OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_brcondi_tl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
translate.c
716
tcg_gen_brcondi_tl
(cond, t0, val, l1); \
733
tcg_gen_brcondi_tl
(cond, t0, 0, l1); \
[
all
...]
/external/qemu/target-i386/
translate.c
708
tcg_gen_brcondi_tl
(TCG_COND_NE, cpu_tmp0, 0, label1);
715
tcg_gen_brcondi_tl
(TCG_COND_EQ, cpu_tmp0, 0, label1);
980
tcg_gen_brcondi_tl
(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1);
987
tcg_gen_brcondi_tl
(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
992
tcg_gen_brcondi_tl
(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
998
tcg_gen_brcondi_tl
(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
1003
tcg_gen_brcondi_tl
(inv ? TCG_COND_GE : TCG_COND_LT, cpu_cc_dst,
1132
tcg_gen_brcondi_tl
(inv ? TCG_COND_EQ : TCG_COND_NE,
[
all
...]
/external/qemu/tcg/
tcg-op.h
2414
#define
tcg_gen_brcondi_tl
macro
2486
#define
tcg_gen_brcondi_tl
macro
[
all
...]
Completed in 24 milliseconds