HomeSort by relevance Sort by last modified time
    Searched full:modrm_byte (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 365 int RegisterFPUInstruction(int escape_opcode, byte modrm_byte);
684 byte modrm_byte = *(data+1); local
686 if (modrm_byte >= 0xC0) {
687 return RegisterFPUInstruction(escape_opcode, modrm_byte);
689 return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1);
694 int modrm_byte,
697 int regop = (modrm_byte >> 3) & 0x7; // reg/op field of modrm byte.
741 byte modrm_byte) {
742 bool has_register = false; // Is the FPU register encoded in modrm_byte?
748 switch (modrm_byte & 0xF8)
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 365 int RegisterFPUInstruction(int escape_opcode, byte modrm_byte);
682 byte modrm_byte = *(data+1); local
684 if (modrm_byte >= 0xC0) {
685 return RegisterFPUInstruction(escape_opcode, modrm_byte);
687 return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1);
692 int modrm_byte,
695 int regop = (modrm_byte >> 3) & 0x7; // reg/op field of modrm byte.
738 byte modrm_byte) {
739 bool has_register = false; // Is the FPU register encoded in modrm_byte?
748 switch (modrm_byte & 0xF8)
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 439 int RegisterFPUInstruction(int escape_opcode, byte modrm_byte);
848 byte modrm_byte = *(data+1); local
850 if (modrm_byte >= 0xC0) {
851 return RegisterFPUInstruction(escape_opcode, modrm_byte);
853 return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1);
858 int modrm_byte,
861 int regop = (modrm_byte >> 3) & 0x7; // reg/op field of modrm byte.
902 byte modrm_byte) {
903 bool has_register = false; // Is the FPU register encoded in modrm_byte?
912 switch (modrm_byte & 0xF8)
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 434 int RegisterFPUInstruction(int escape_opcode, byte modrm_byte);
839 byte modrm_byte = *(data+1); local
841 if (modrm_byte >= 0xC0) {
842 return RegisterFPUInstruction(escape_opcode, modrm_byte);
844 return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1);
849 int modrm_byte,
852 int regop = (modrm_byte >> 3) & 0x7; // reg/op field of modrm byte.
893 byte modrm_byte) {
894 bool has_register = false; // Is the FPU register encoded in modrm_byte?
903 switch (modrm_byte & 0xF8)
    [all...]
  /external/qemu/
i386-dis.c 114 /* modrm_byte.regmem for twobyte escape */
    [all...]

Completed in 125 milliseconds