Searched refs:movntl (Results 1 – 4 of 4) sorted by relevance
270 DriverStr(RepeatAR(&x86::X86Assembler::movntl, "movntil %{reg}, {mem}"), "movntl"); in TEST_F()
338 void movntl(const Address& dst, Register src);
379 void movntl(const Address& dst, CpuRegister src);
225 void X86_64Assembler::movntl(const Address& dst, CpuRegister src) { in movntl() function in art::x86_64::X86_64Assembler