Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86_test.cc270 DriverStr(RepeatAR(&x86::X86Assembler::movntl, "movntil %{reg}, {mem}"), "movntl"); in TEST_F()
Dassembler_x86.h338 void movntl(const Address& dst, Register src);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h379 void movntl(const Address& dst, CpuRegister src);
Dassembler_x86_64.cc225 void X86_64Assembler::movntl(const Address& dst, CpuRegister src) { in movntl() function in art::x86_64::X86_64Assembler