Lines Matching refs:CPUX86State
27 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
32 void simulate_rdmsr(CPUX86State *env);
33 void simulate_wrmsr(CPUX86State *env);
35 target_ulong read_reg(CPUX86State *env, int reg, int size);
36 void write_reg(CPUX86State *env, int reg, target_ulong val, int size);
39 void write_val_ext(CPUX86State *env, target_ulong ptr, target_ulong val, int size);
40 uint8_t *read_mmio(CPUX86State *env, target_ulong ptr, int bytes);
41 target_ulong read_val_ext(CPUX86State *env, target_ulong ptr, int size);
43 void exec_movzx(CPUX86State *env, struct x86_decode *decode);
44 void exec_shl(CPUX86State *env, struct x86_decode *decode);
45 void exec_movsx(CPUX86State *env, struct x86_decode *decode);
46 void exec_ror(CPUX86State *env, struct x86_decode *decode);
47 void exec_rol(CPUX86State *env, struct x86_decode *decode);
48 void exec_rcl(CPUX86State *env, struct x86_decode *decode);
49 void exec_rcr(CPUX86State *env, struct x86_decode *decode);