Home
last modified time | relevance | path

Searched refs:x86_decode (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/hvf/
H A Dx86_emu.h27 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
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);
H A Dx86_decode.h272 typedef struct x86_decode { struct
300 } x86_decode; argument
304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
310 void calc_modrm_operand(CPUX86State *env, struct x86_decode *decode,
312 target_ulong decode_linear_addr(CPUX86State *env, struct x86_decode *decode,
316 void calc_modrm_operand16(CPUX86State *env, struct x86_decode *decode,
318 void calc_modrm_operand32(CPUX86State *env, struct x86_decode *decode,
320 void calc_modrm_operand64(CPUX86State *env, struct x86_decode *decode,
322 void set_addressing_size(CPUX86State *env, struct x86_decode *decode);
323 void set_operand_size(CPUX86State *env, struct x86_decode *decode);
H A Dx86_emu.c263 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov()
278 static void exec_or(CPUX86State *env, struct x86_decode *decode) in exec_or()
377 void exec_movzx(CPUX86State *env, struct x86_decode *decode) in exec_movzx()
421 static void exec_in(CPUX86State *env, struct x86_decode *decode) in exec_in()
936 void exec_shl(CPUX86State *env, struct x86_decode *decode) in exec_shl()
1000 void exec_movsx(CPUX86State *env, struct x86_decode *decode) in exec_movsx()
1023 void exec_ror(CPUX86State *env, struct x86_decode *decode) in exec_ror()
1101 void exec_rol(CPUX86State *env, struct x86_decode *decode) in exec_rol()
1183 void exec_rcl(CPUX86State *env, struct x86_decode *decode) in exec_rcl()
1268 void exec_rcr(CPUX86State *env, struct x86_decode *decode) in exec_rcr()
[all …]
H A Dx86_decode.c29 static void decode_invalid(CPUX86State *env, struct x86_decode *decode) in decode_invalid()
118 static void decode_rax(CPUX86State *env, struct x86_decode *decode, in decode_rax()
151 static void decode_imm8(CPUX86State *env, struct x86_decode *decode, in decode_imm8()
166 static void decode_imm16(CPUX86State *env, struct x86_decode *decode, in decode_imm16()
174 static void decode_imm(CPUX86State *env, struct x86_decode *decode, in decode_imm()
304 static void decode_jxx(CPUX86State *env, struct x86_decode *decode) in decode_jxx()
411 static void decode_rcx(CPUX86State *env, struct x86_decode *decode, in decode_rcx()
425 void (*decode_op1)(CPUX86State *env, struct x86_decode *decode,
427 void (*decode_op2)(CPUX86State *env, struct x86_decode *decode,
429 void (*decode_op3)(CPUX86State *env, struct x86_decode *decode,
[all …]
H A Dmeson.build5 'x86_decode.c',
H A Dhvf.c532 struct x86_decode decode; in hvf_vcpu_exec()
572 struct x86_decode decode; in hvf_vcpu_exec()
680 struct x86_decode decode; in hvf_vcpu_exec()