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 348 int32_t saved_hflags; local
359 saved_hflags = env->hflags;
404 env->hflags = saved_hflags;
434 env->hflags = saved_hflags;
translate.c 476 uint32_t hflags, saved_hflags; member in struct:DisasContext
760 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags);
765 if (ctx->hflags != ctx->saved_hflags) {
767 ctx->saved_hflags = ctx->hflags;
782 ctx->saved_hflags = ctx->hflags;
    [all...]

Completed in 55 milliseconds