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
283 | X_FLAG | PFIX_FLAG)); in cpu_get_tb_cpu_state()
H A Dtranslate_v10.c.inc115 dc->tb_flags |= PFIX_FLAG;
116 tcg_gen_ori_tl(cpu_PR[PR_CCS], cpu_PR[PR_CCS], PFIX_FLAG);
126 if (dc->tb_flags & PFIX_FLAG) {
137 if (dc->tb_flags & PFIX_FLAG) {
162 is_imm = rs == 15 && !(dc->tb_flags & PFIX_FLAG);
164 rs, dc->dst, is_imm, dc->mode, dc->tb_flags & PFIX_FLAG);
782 tcg_gen_andi_tl(t0, cpu_PR[PR_CCS], ~PFIX_FLAG);
795 int i, pfix = dc->tb_flags & PFIX_FLAG;
825 int i, pfix = dc->tb_flags & PFIX_FLAG;
1205 if (dc->clear_prefix && dc->tb_flags & PFIX_FLAG) {
[all …]
H A Dhelper.c111 assert(!(env->pregs[PR_CCS] & PFIX_FLAG)); in crisv10_cpu_do_interrupt()
H A Dtranslate.c2971 dc->tb_flags = tb_flags & (S_FLAG | P_FLAG | U_FLAG | X_FLAG | PFIX_FLAG); in cris_tr_init_disas_context()