Searched refs:notl (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.h449 void notl(Register reg);
H A Dassembler_x86.cc1397 void X86Assembler::notl(Register reg) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h573 void notl(CpuRegister reg);
H A Dassembler_x86_64_test.cc534 DriverStr(Repeatr(&x86_64::X86_64Assembler::notl, "notl %{reg}"), "notl");
H A Dassembler_x86_64.cc1865 void X86_64Assembler::notl(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86.cc3031 __ notl(out.AsRegister<Register>());
3035 __ notl(out.AsRegisterPairLow<Register>());
3036 __ notl(out.AsRegisterPairHigh<Register>());
H A Dcode_generator_x86_64.cc3089 __ notl(out.AsRegister<CpuRegister>());

Completed in 348 milliseconds