Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvapic.c84 uint8_t modrm_reg; member
121 .modrm_reg = 6,
129 .modrm_reg = 0,
185 static uint8_t modrm_reg(uint8_t modrm) in modrm_reg() function
200 modrm_reg(opcode[1]) == instr->modrm_reg); in opcode_matches()
418 patch_byte(x86_cpu, ip, 0x50 + modrm_reg(opcode[1])); /* push reg */ in do_patch_instruction()
423 patch_call(x86_cpu, ip + 1, handlers->get_tpr[modrm_reg(opcode[1])]); in do_patch_instruction()
/openbmc/qemu/target/i386/emulate/
H A Dx86_decode.c436 uint8_t modrm_reg; member
485 decode->opcode[0], decode->modrm.modrm, decoder->modrm_reg, in decode_x87_ins()
2114 _x87_inst[i].modrm_reg; in init_decoder()