Searched refs:gen_cond_jumpr (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 594 static void gen_cond_jumpr(DisasContext *ctx, TCGv dst_pc, in gen_cond_jumpr() function 604 gen_cond_jumpr(ctx, hex_gpr[HEX_REG_LR], cond, LSB); in gen_cond_jumpr31()
|
H A D | gen_tcg.h | 983 gen_cond_jumpr(ctx, RsV, TCG_COND_EQ, LSB); \ 989 gen_cond_jumpr(ctx, RsV, TCG_COND_NE, LSB); \
|