Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc4982 __ notl(out.AsRegister<Register>()); in VisitNot() local
4986 __ notl(out.AsRegisterPairLow<Register>()); in VisitNot() local
4987 __ notl(out.AsRegisterPairHigh<Register>()); in VisitNot() local
H A Dcode_generator_x86_64.cc4797 __ notl(out.AsRegister<CpuRegister>()); in VisitNot() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc3448 void X86Assembler::notl(Register reg) { in notl() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc4645 void X86_64Assembler::notl(CpuRegister reg) { in notl() function in art::x86_64::X86_64Assembler