Home
last modified time | relevance | path

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

/qemu/target/i386/emulate/
H A Dx86_decode.c1413 struct decode_x87_tbl _x87_inst[] = { variable
2111 for (i = 0; i < ARRAY_SIZE(_x87_inst); i++) { in init_decoder()
2112 int index = ((_x87_inst[i].opcode & 0xf) << 4) | in init_decoder()
2113 ((_x87_inst[i].modrm_mod & 1) << 3) | in init_decoder()
2114 _x87_inst[i].modrm_reg; in init_decoder()
2115 _decode_tbl3[index] = _x87_inst[i]; in init_decoder()