Searched refs:gen_cond_jump (Results 1 – 2 of 2) sorted by relevance
/qemu/target/hexagon/ |
H A D | genptr.c | 607 static void gen_cond_jump(DisasContext *ctx, TCGCond cond, TCGv pred, in gen_cond_jump() function 624 gen_cond_jump(ctx, cond2, pred, pc_off); in gen_cmpnd_cmp_jmp() 681 gen_cond_jump(ctx, cond, pred, pc_off); in gen_cmpnd_tstbit0_jmp() 690 gen_cond_jump(ctx, cond, pred, pc_off); in gen_testbit0_jumpnv() 980 gen_cond_jump(ctx, TCG_COND_EQ, pred, pc_off); in gen_cmp_jumpnv() 988 gen_cond_jump(ctx, TCG_COND_EQ, pred, pc_off); in gen_cmpi_jumpnv()
|
H A D | gen_tcg.h | 937 gen_cond_jump(ctx, TCG_COND_EQ, LSB, riV); \ 943 gen_cond_jump(ctx, TCG_COND_NE, LSB, riV); \ 955 gen_cond_jump(ctx, TCG_COND_EQ, PuN, riV) 957 gen_cond_jump(ctx, TCG_COND_EQ, PuN, riV)
|