Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dcpu.h84 #define TB_FLAG_PENDING_MOVCA (1 << 3) macro
392 | (env->movcal_backup ? TB_FLAG_PENDING_MOVCA : 0); /* Bit 3 */ in cpu_get_tb_cpu_state()
H A Dtranslate.c2209 ctx->has_movcal = (tbflags & TB_FLAG_PENDING_MOVCA); in sh4_tr_init_disas_context()