Searched refs:modrm (Results 1 – 2 of 2) sorted by relevance
64 } modrm; member143 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()
2063 #define modrm (state->modrm) macro5021 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