Searched refs:tcg_gen_brcond_i32 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h627 static inline void tcg_gen_brcond_i32(TCGCond cond, TCGv_i32 arg1, function
637 tcg_gen_brcond_i32(cond, arg1, t0, label_index);
2485 #define tcg_gen_brcond_tl tcg_gen_brcond_i32
/external/qemu/target-arm/
H A Dtranslate.c6361 tcg_gen_brcond_i32(TCG_COND_NE, addr, cpu_exclusive_addr, fail_label);
6376 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_val, fail_label);
6383 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_high, fail_label);

Completed in 95 milliseconds