Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.c420 struct decode_tbl { struct
421 uint8_t opcode;
422 enum x86_decode_cmd cmd;
423 uint8_t operand_size;
424 bool is_modrm;
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,
453 struct decode_tbl invl_inst = {0x0, 0, 0, false, NULL, NULL, NULL, NULL, argument