Home
last modified time | relevance | path

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

/qemu/target/i386/emulate/
H A Dx86_decode.c418 struct decode_tbl { struct
449 struct decode_tbl invl_inst = {0x0, 0, 0, false, NULL, NULL, NULL, NULL, argument
452 struct decode_tbl _decode_tbl1[256];
453 struct decode_tbl _decode_tbl2[256];
690 struct decode_tbl _1op_inst[] = {
1208 struct decode_tbl _2op_inst[] = {
2022 struct decode_tbl *inst_decoder) in decode_opcode_general()
2052 struct decode_tbl *inst_decoder = &_decode_tbl1[opcode]; in decode_opcode_1()
2060 struct decode_tbl *inst_decoder = &_decode_tbl2[opcode]; in decode_opcode_2()