Home | History | Annotate | Download | only in target-mips

Lines Matching refs:btarget

432 static TCGv cpu_dspctrl, btarget, bcond;
471 target_ulong btarget;
767 tcg_gen_movi_tl(btarget, ctx->btarget);
782 ctx->btarget = env->btarget;
2533 gen_load_gpr(btarget, rs);
2693 ctx->btarget = btgt;
5678 target_ulong btarget;
5685 btarget = ctx->pc + 4 + offset;
5782 ctx->hflags, btarget);
5783 ctx->btarget = btarget;
8242 gen_goto_tb(ctx, 0, ctx->btarget);
8247 gen_goto_tb(ctx, 0, ctx->btarget);
8258 gen_goto_tb(ctx, 0, ctx->btarget);
8264 tcg_gen_mov_tl(cpu_PC, btarget);
8486 if (!SIGN_EXT_P(env->btarget))
8487 cpu_fprintf(f, "BROKEN: btarget=0x" TARGET_FMT_lx "\n", env->btarget);
8509 env->hflags, env->btarget, env->bcond);
8562 btarget = tcg_global_mem_new(TCG_AREG0,
8563 offsetof(CPUState, btarget), "btarget");