Home
last modified time | relevance | path

Searched refs:PFIX_FLAG (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/cris/
H A Dcpu.h69 #define PFIX_FLAG 0x800 /* CRISv10 Only. */ macro
287 | X_FLAG | PFIX_FLAG)); in cpu_get_tb_cpu_state()
H A Dtranslate_v10.c.inc117 dc->tb_flags |= PFIX_FLAG;
118 tcg_gen_ori_tl(cpu_PR[PR_CCS], cpu_PR[PR_CCS], PFIX_FLAG);
128 if (dc->tb_flags & PFIX_FLAG) {
139 if (dc->tb_flags & PFIX_FLAG) {
164 is_imm = rs == 15 && !(dc->tb_flags & PFIX_FLAG);
166 rs, dc->dst, is_imm, dc->mode, dc->tb_flags & PFIX_FLAG);
797 tcg_gen_andi_tl(t0, cpu_PR[PR_CCS], ~PFIX_FLAG);
810 int i, pfix = dc->tb_flags & PFIX_FLAG;
840 int i, pfix = dc->tb_flags & PFIX_FLAG;
1219 if (dc->clear_prefix && dc->tb_flags & PFIX_FLAG) {
[all …]
H A Dhelper.c113 assert(!(env->pregs[PR_CCS] & PFIX_FLAG)); in crisv10_cpu_do_interrupt()
H A Dtranslate.c2986 dc->tb_flags = tb_flags & (S_FLAG | P_FLAG | U_FLAG | X_FLAG | PFIX_FLAG); in cris_tr_init_disas_context()