Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc4796 __ notl(out.AsRegister<Register>()); in VisitNot() local
4800 __ notl(out.AsRegisterPairLow<Register>()); in VisitNot() local
4801 __ notl(out.AsRegisterPairHigh<Register>()); in VisitNot() local
Dcode_generator_x86_64.cc4710 __ notl(out.AsRegister<CpuRegister>()); in VisitNot() local
/art/compiler/utils/x86/
Dassembler_x86.cc3419 void X86Assembler::notl(Register reg) { in notl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4636 void X86_64Assembler::notl(CpuRegister reg) { in notl() function in art::x86_64::X86_64Assembler