Home
last modified time | relevance | path

Searched refs:callinc (Results 1 – 2 of 2) sorted by relevance

/qemu/target/xtensa/
H A Dwin_helper.c106 int callinc = (env->sregs[PS] & PS_CALLINC) >> PS_CALLINC_SHIFT; in HELPER() local
108 env->regs[(callinc << 2) | (s & 3)] = env->regs[s] - imm; in HELPER()
109 env->windowbase_next = env->sregs[WINDOW_BASE] + callinc; in HELPER()
H A Dtranslate.c65 unsigned callinc; member
394 static void gen_callw_slot(DisasContext *dc, int callinc, TCGv_i32 dest, in gen_callw_slot() argument
398 tcg_constant_i32(callinc), PS_CALLINC_SHIFT, PS_CALLINC_LEN); in gen_callw_slot()
399 tcg_gen_movi_i32(cpu_R[callinc << 2], in gen_callw_slot()
400 (callinc << 30) | (dc->base.pc_next & 0x3fffffff)); in gen_callw_slot()
1145 dc->callinc = ((tb_flags & XTENSA_TBFLAG_CALLINC_MASK) >> in xtensa_tr_init_disas_context()
1554 return 1 << (dc->callinc * 4); in test_overflow_entry()