Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.c420 struct decode_tbl { struct
453 struct decode_tbl invl_inst = {0x0, 0, 0, false, NULL, NULL, NULL, NULL, argument
456 struct decode_tbl _decode_tbl1[256];
457 struct decode_tbl _decode_tbl2[256];
707 struct decode_tbl _1op_inst[] = {
1225 struct decode_tbl _2op_inst[] = {
2044 struct decode_tbl *inst_decoder) in decode_opcode_general()
2075 struct decode_tbl *inst_decoder = &_decode_tbl1[opcode]; in decode_opcode_1()
2083 struct decode_tbl *inst_decoder = &_decode_tbl2[opcode]; in decode_opcode_2()