HomeSort by relevance Sort by last modified time
    Searched refs:saved_hflags (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-mips/
helper.c 346 int32_t saved_hflags; local
358 saved_hflags = env->hflags;
404 env->hflags = saved_hflags;
434 env->hflags = saved_hflags;
translate.c 469 uint32_t hflags, saved_hflags; member in struct:DisasContext
753 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags);
758 if (ctx->hflags != ctx->saved_hflags) {
760 ctx->saved_hflags = ctx->hflags;
775 ctx->saved_hflags = ctx->hflags;
    [all...]

Completed in 175 milliseconds