Home
last modified time | relevance | path

Searched refs:memory_location (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Ddisasm-x64.cc2582 const char* memory_location = NameOfAddress( in InstructionDecode() local
2586 AppendToBuffer("movzxlq rax,(%s)", memory_location); in InstructionDecode()
2588 AppendToBuffer("movzxlq (%s),rax", memory_location); in InstructionDecode()
2595 const char* memory_location = NameOfAddress( in InstructionDecode() local
2598 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()
2600 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()