MemoryFPUInstruction 364 src/ia32/disasm-ia32.cc int MemoryFPUInstruction(int escape_opcode, int regop, byte* modrm_start); MemoryFPUInstruction 688 src/ia32/disasm-ia32.cc return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1); MemoryFPUInstruction 435 src/x64/disasm-x64.cc int MemoryFPUInstruction(int escape_opcode, int regop, byte* modrm_start); MemoryFPUInstruction 849 src/x64/disasm-x64.cc return MemoryFPUInstruction(escape_opcode, modrm_byte, data+1);