Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dx86_decode.c1430 struct decode_x87_tbl _x87_inst[] = { variable
2134 for (i = 0; i < ARRAY_SIZE(_x87_inst); i++) { in init_decoder()
2135 int index = ((_x87_inst[i].opcode & 0xf) << 4) | in init_decoder()
2136 ((_x87_inst[i].modrm_mod & 1) << 3) | in init_decoder()
2137 _x87_inst[i].modrm_reg; in init_decoder()
2138 _decode_tbl3[index] = _x87_inst[i]; in init_decoder()