Searched refs:memory_location (Results 1 – 1 of 1) sorted by relevance
1633 const char* memory_location = NameOfAddress( in InstructionDecode() local1637 AppendToBuffer("movzxlq rax,(%s)", memory_location); in InstructionDecode()1639 AppendToBuffer("movzxlq (%s),rax", memory_location); in InstructionDecode()1646 const char* memory_location = NameOfAddress( in InstructionDecode() local1649 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()1651 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()