Searched refs:tcg_gen_brcond_tl (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 695 tcg_gen_brcond_tl(cond, t0, t1, l1); \ 953 tcg_gen_brcond_tl(TCG_COND_NE, arg2, t0, l2); \ 2418 tcg_gen_brcond_tl(TCG_COND_NE, t0, t1, l1); in gen_trap() 2422 tcg_gen_brcond_tl(TCG_COND_LT, t0, t1, l1); in gen_trap() 2426 tcg_gen_brcond_tl(TCG_COND_LTU, t0, t1, l1); in gen_trap() 2430 tcg_gen_brcond_tl(TCG_COND_GE, t0, t1, l1); in gen_trap() 2434 tcg_gen_brcond_tl(TCG_COND_GEU, t0, t1, l1); in gen_trap() 2438 tcg_gen_brcond_tl(TCG_COND_EQ, t0, t1, l1); in gen_trap()
|
/external/qemu/tcg/ |
D | tcg-op.h | 2413 #define tcg_gen_brcond_tl tcg_gen_brcond_i64 macro 2485 #define tcg_gen_brcond_tl tcg_gen_brcond_i32 macro
|
/external/qemu/target-i386/ |
D | translate.c | 1038 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1); in gen_jcc1() 1070 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1); in gen_jcc1() 7269 tcg_gen_brcond_tl(TCG_COND_GE, cpu_tmp0, t1, label1); in disas_insn()
|