Lines Matching full:cs_base
901 target_ulong pc, target_ulong cs_base,
921 tb->cs_base = cs_base;
2914 target_ulong pc, cs_base;
2944 cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags);
2945 tb_gen_code(env, pc, cs_base, cpu_flags, 1);
3820 target_ulong pc, cs_base;
3859 cs_base = tb->cs_base;
3864 tb_gen_code(env, pc, cs_base, flags, cflags);