Home
last modified time | relevance | path

Searched defs:andn (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.cc8348 __ andn(dest.AsRegister<Register>(), in VisitX86AndNot() local
8353 __ andn(dest.AsRegisterPairLow<Register>(), in VisitX86AndNot() local
8356 __ andn(dest.AsRegisterPairHigh<Register>(), in VisitX86AndNot() local
Dcode_generator_x86_64.cc7707 …__ andn(dest.AsRegister<CpuRegister>(), first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegi… in VisitX86AndNot() local
/art/compiler/utils/x86/
Dassembler_x86.cc2182 void X86Assembler::andn(Register dst, Register src1, Register src2) { in andn() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2926 void X86_64Assembler::andn(CpuRegister dst, CpuRegister src1, CpuRegister src2) { in andn() function in art::x86_64::X86_64Assembler