Commit 0cf767d663272011b65dfc1ef4940146c6b5db20
1 parent
8b17de88
Add brcond_tl
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4008 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
tcg/tcg-op.h
... | ... | @@ -1357,6 +1357,7 @@ static inline void tcg_gen_qemu_st64(TCGv arg, TCGv addr, int mem_index) |
1357 | 1357 | #define tcg_gen_shri_tl tcg_gen_shri_i64 |
1358 | 1358 | #define tcg_gen_sar_tl tcg_gen_sar_i64 |
1359 | 1359 | #define tcg_gen_sari_tl tcg_gen_sari_i64 |
1360 | +#define tcg_gen_brcond_tl tcg_gen_brcond_i64 | |
1360 | 1361 | #else |
1361 | 1362 | #define TCG_TYPE_TL TCG_TYPE_I32 |
1362 | 1363 | #define tcg_gen_movi_tl tcg_gen_movi_i32 |
... | ... | @@ -1388,4 +1389,5 @@ static inline void tcg_gen_qemu_st64(TCGv arg, TCGv addr, int mem_index) |
1388 | 1389 | #define tcg_gen_shri_tl tcg_gen_shri_i32 |
1389 | 1390 | #define tcg_gen_sar_tl tcg_gen_sar_i32 |
1390 | 1391 | #define tcg_gen_sari_tl tcg_gen_sari_i32 |
1392 | +#define tcg_gen_brcond_tl tcg_gen_brcond_i32 | |
1391 | 1393 | #endif | ... | ... |