Searched refs:xorq (Results 1 – 4 of 4) sorted by relevance
404 void xorq(CpuRegister dst, const Immediate& imm);405 void xorq(CpuRegister dst, CpuRegister src);
125 DriverStr(RepeatRI(&x86_64::X86_64Assembler::xorq, 4U, "xorq ${imm}, %{reg}"), "xorqi"); in TEST_F()
1007 void X86_64Assembler::xorq(CpuRegister dst, CpuRegister src) { in xorq() function in art::x86_64::X86_64Assembler1015 void X86_64Assembler::xorq(CpuRegister dst, const Immediate& imm) { in xorq() function in art::x86_64::X86_64Assembler
926 __ xorq(locations->Out().AsX86_64().AsCpuRegister(), Immediate(1)); in VisitNot() local