Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1633 const char* memory_location = NameOfAddress( in InstructionDecode() local
1637 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() local
1649 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()
1651 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc1699 const char* memory_location = NameOfAddress( in InstructionDecode() local
1703 AppendToBuffer("movzxlq rax,(%s)", memory_location); in InstructionDecode()
1705 AppendToBuffer("movzxlq (%s),rax", memory_location); in InstructionDecode()
1712 const char* memory_location = NameOfAddress( in InstructionDecode() local
1715 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()
1717 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()