Home
last modified time | relevance | path

Searched refs:x86_decode_op (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/emulate/
H A Dx86_decode.h262 typedef struct x86_decode_op { struct
273 } x86_decode_op; argument
299 struct x86_decode_op op[4];
312 struct x86_decode_op *op);
318 struct x86_decode_op *op);
320 struct x86_decode_op *op);
322 struct x86_decode_op *op);
H A Dx86_decode.c102 struct x86_decode_op *op) in decode_modrm_rm()
108 struct x86_decode_op *op) in decode_modrm_reg()
117 struct x86_decode_op *op) in decode_rax()
127 struct x86_decode_op *var, int size) in decode_immediate()
150 struct x86_decode_op *op) in decode_imm8()
157 struct x86_decode_op *op) in decode_imm8_signed()
165 struct x86_decode_op *op) in decode_imm16()
173 struct x86_decode_op *op) in decode_imm()
185 struct x86_decode_op *op) in decode_imm_signed()
193 struct x86_decode_op *op) in decode_imm_1()
[all …]
H A Dx86_emu.h47 void write_val_ext(CPUX86State *env, struct x86_decode_op *decode, target_ulong val, int size);
49 target_ulong read_val_ext(CPUX86State *env, struct x86_decode_op *decode, int size);
H A Dx86_emu.c172 void write_val_ext(CPUX86State *env, struct x86_decode_op *decode, target_ulong val, int size) in write_val_ext()
214 target_ulong read_val_ext(CPUX86State *env, struct x86_decode_op *decode, int size) in read_val_ext()