Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.h33 uint32_t hflags, saved_hflags; member
H A Dtranslate.c1309 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state()
1314 if (ctx->hflags != ctx->saved_hflags) { in save_cpu_state()
1316 ctx->saved_hflags = ctx->hflags; in save_cpu_state()
1331 ctx->saved_hflags = ctx->hflags; in restore_cpu_state()
4553 if (ctx->hflags != ctx->saved_hflags) { in gen_trap()