Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc8062 __ andn(dest.AsRegister<Register>(), in VisitX86AndNot() local
8067 __ andn(dest.AsRegisterPairLow<Register>(), in VisitX86AndNot() local
8070 __ andn(dest.AsRegisterPairHigh<Register>(), in VisitX86AndNot() local
H A Dcode_generator_x86_64.cc7179 …__ andn(dest.AsRegister<CpuRegister>(), first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegi… in VisitX86AndNot() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc2145 void X86Assembler::andn(Register dst, Register src1, Register src2) { in andn() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2859 void X86_64Assembler::andn(CpuRegister dst, CpuRegister src1, CpuRegister src2) { in andn() function in art::x86_64::X86_64Assembler