Searched refs:memory_location (Results 1 – 1 of 1) sorted by relevance
2273 const char* memory_location = NameOfAddress( in InstructionDecode() local2277 AppendToBuffer("movzxlq rax,(%s)", memory_location); in InstructionDecode()2279 AppendToBuffer("movzxlq (%s),rax", memory_location); in InstructionDecode()2286 const char* memory_location = NameOfAddress( in InstructionDecode() local2289 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()2291 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()