Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Demulate.c64 } modrm; member
143 if ( !opc_tab[instr].modrm.mod ) in __get_instruction_length_from_list()
146 if ( modrm_mod == opc_tab[instr].modrm.mod && in __get_instruction_length_from_list()
147 (modrm_rm & 7) == opc_tab[instr].modrm.rm && in __get_instruction_length_from_list()
148 (modrm_reg & 7) == opc_tab[instr].modrm.reg ) in __get_instruction_length_from_list()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c2063 #define modrm (state->modrm) macro
5021 switch( modrm ) in x86_emulate()
5507 opc[1] = modrm; in x86_emulate()
5698 opc[1] = modrm; in x86_emulate()
6185 opc[1] = modrm; in x86_emulate()
6237 opc[1] = modrm; in x86_emulate()
6350 opc[1] = modrm; in x86_emulate()
7067 opc[1] = modrm; in x86_emulate()
7124 opc[2] = modrm; in x86_emulate()
7169 opc[1] = modrm; in x86_emulate()
[all …]

Completed in 14 milliseconds