Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.h385 void movntq(const Address& dst, CpuRegister src);
Dassembler_x86_64_test.cc1024 DriverStr(RepeatAR(&x86_64::X86_64Assembler::movntq, "movntiq %{reg}, {mem}"), "movntq"); in TEST_F()
Dassembler_x86_64.cc241 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { in movntq() function in art::x86_64::X86_64Assembler