Searched refs:gen_jump (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 250 static void gen_jump(DisasContext * ctx) in gen_jump() function 314 gen_jump(ctx); in gen_delayed_conditional_jump() 324 gen_jump(ctx); in gen_delayed_conditional_jump() 1822 gen_jump(ctx); in decode_opc()
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 922 gen_jump(ctx, riV) 930 gen_jump(ctx, riV); \ 1117 gen_jump(ctx, riV); \
|
H A D | genptr.c | 693 static void gen_jump(DisasContext *ctx, int pc_off) in gen_jump() function
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 378 static void gen_jump(DisasContext *dc, TCGv dest) in gen_jump() function 414 gen_jump(dc, cpu_SR[LBEG]); in gen_check_loop_end() 1473 gen_jump(dc, tmp); in translate_callx0() 1617 gen_jump(dc, arg[0].in); in translate_jx() 2000 gen_jump(dc, cpu_R[0]); in translate_ret() 2028 gen_jump(dc, tmp); in translate_retw() 2034 gen_jump(dc, cpu_SR[dc->config->ndepc ? DEPC : EPC1]); in translate_rfde() 2041 gen_jump(dc, cpu_SR[EPC1]); in translate_rfe() 2048 gen_jump(dc, cpu_SR[EPC1 + arg[0].imm - 1]); in translate_rfi() 2068 gen_jump(dc, cpu_SR[EPC1]); in translate_rfw()
|