Home
last modified time | relevance | path

Searched defs:decode_tbl (Results 1 – 1 of 1) sorted by relevance

/qemu/target/i386/emulate/
H A Dx86_decode.c418 struct decode_tbl { struct
419 uint8_t opcode;
420 enum x86_decode_cmd cmd;
421 uint8_t operand_size;
422 bool is_modrm;
423 void (*decode_op1)(CPUX86State *env, struct x86_decode *decode,
425 void (*decode_op2)(CPUX86State *env, struct x86_decode *decode,
449 struct decode_tbl invl_inst = {0x0, 0, 0, false, NULL, NULL, NULL, NULL, argument