Home
last modified time | relevance | path

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

/openbmc/qemu/target/cris/
H A Dcpu.h72 #define S_FLAG 0x200 macro
286 (env->pregs[PR_CCS] & (S_FLAG | P_FLAG | U_FLAG in cpu_get_tb_cpu_state()
H A Dtranslate.c202 if (dc->tb_flags & S_FLAG && r == PR_SPC) { in t_gen_mov_preg_TN()
1893 flags &= ~(S_FLAG | I_FLAG | U_FLAG); in dec_setclrf()
1905 if (flags & (P_FLAG | S_FLAG)) { in dec_setclrf()
2897 if (dc->tb_flags & S_FLAG) { in crisv32_decoder()
2986 dc->tb_flags = tb_flags & (S_FLAG | P_FLAG | U_FLAG | X_FLAG | PFIX_FLAG); in cris_tr_init_disas_context()