Searched refs:movntq (Results 1 – 3 of 3) sorted by relevance
816 GetAssembler()->movntq(x86_64::Address( in TEST_F()818 GetAssembler()->movntq(x86_64::Address( in TEST_F()820 GetAssembler()->movntq(x86_64::Address( in TEST_F()822 …GetAssembler()->movntq(x86_64::Address(x86_64::CpuRegister(x86_64::R13), 0), x86_64::CpuRegister(x… in TEST_F()823 GetAssembler()->movntq(x86_64::Address( in TEST_F()
360 void movntq(const Address& dst, CpuRegister src);
205 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { in movntq() function in art::x86_64::X86_64Assembler