Searched refs:riV (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | branch.idef | 32 {fIMMEXT(riV); fPCALIGN(riV); fBRANCH(fREAD_PC()+riV,COF_TYPE_JUMP);}) 47 fIMMEXT(riV);fPCALIGN(riV); fBRANCH(fREAD_PC()+riV,COF_TYPE_JUMP);) 59 fIMMEXT(riV); fPCALIGN(riV); fBRANCH(fREAD_PC()+riV,COF_TYPE_JUMPNEW);) 74 …ALL((RsV!=0), , SPECULATE_NOT_TAKEN,12,0) if (RsV != 0) { fBRANCH(fREAD_PC()+riV,COF_TYPE_JUMP);}}) 77 …TALL((RsV==0), , SPECULATE_NOT_TAKEN,12,0) if (RsV == 0) {fBRANCH(fREAD_PC()+riV,COF_TYPE_JUMP);}}) 80 {fBRANCH_SPECULATE_STALL((RsV!=0), , SPECULATE_TAKEN,12,0) if (RsV != 0) { fBRANCH(fREAD_PC()+riV,C… 83 {fBRANCH_SPECULATE_STALL((RsV==0), , SPECULATE_TAKEN,12,0) if (RsV == 0) {fBRANCH(fREAD_PC()+riV,CO… 86 {fBRANCH_SPECULATE_STALL((RsV>=0), , SPECULATE_NOT_TAKEN,12,0) if (RsV>=0) { fBRANCH(fREAD_PC()+riV… 89 {fBRANCH_SPECULATE_STALL((RsV>=0), , SPECULATE_TAKEN,12,0) if (RsV>=0) { fBRANCH(fREAD_PC()+riV,COF… 92 {fBRANCH_SPECULATE_STALL((RsV<=0), , SPECULATE_NOT_TAKEN,12,0) if (RsV<=0) { fBRANCH(fREAD_PC()+riV… [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 693 gen_call(ctx, riV) 700 gen_cond_call(ctx, PuV, TCG_COND_EQ, riV) 702 gen_cond_call(ctx, PuV, TCG_COND_NE, riV) 709 gen_loop0r(ctx, RsV, riV) 711 gen_loop1r(ctx, RsV, riV) 713 gen_loop0i(ctx, UiV, riV) 715 gen_loop1i(ctx, UiV, riV) 717 gen_ploopNsr(ctx, 1, RsV, riV) 719 gen_ploopNsi(ctx, 1, UiV, riV) 721 gen_ploopNsr(ctx, 2, RsV, riV) [all …]
|
H A D | genptr.c | 546 static inline void gen_loop0r(DisasContext *ctx, TCGv RsV, int riV) in gen_loop0r() argument 548 fIMMEXT(riV); in gen_loop0r() 549 fPCALIGN(riV); in gen_loop0r() 551 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop0r() 555 static void gen_loop0i(DisasContext *ctx, int count, int riV) in gen_loop0i() argument 557 gen_loop0r(ctx, tcg_constant_tl(count), riV); in gen_loop0i() 560 static inline void gen_loop1r(DisasContext *ctx, TCGv RsV, int riV) in gen_loop1r() argument 562 fIMMEXT(riV); in gen_loop1r() 563 fPCALIGN(riV); in gen_loop1r() 565 gen_log_reg_write(ctx, HEX_REG_SA1, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop1r() [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 253 ``riV``, etc. refer to immediate arguments and will map to C integers.
|