Searched defs:xorl (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 867 void X86Assembler::xorl(Register dst, Register src) { in xorl() function in art::x86::X86Assembler |
/art/compiler/optimizing/ | ||
D | code_generator_x86.cc | 1000 __ xorl(out.AsX86().AsCpuRegister(), Immediate(1)); in VisitNot() local |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 999 void X86_64Assembler::xorl(CpuRegister dst, CpuRegister src) { in xorl() function in art::x86_64::X86_64Assembler |