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

/art/runtime/interpreter/mterp/x86/
H A Dop_not_long.S7 notl %eax
8 notl %ecx
/art/compiler/utils/x86/
H A Dassembler_x86.h692 void notl(Register reg);
H A Dassembler_x86.cc2414 void X86Assembler::notl(Register reg) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h750 void notl(CpuRegister reg);
H A Dassembler_x86_64_test.cc871 DriverStr(Repeatr(&x86_64::X86_64Assembler::notl, "notl %{reg}"), "notl");
H A Dassembler_x86_64.cc2939 void X86_64Assembler::notl(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86.cc4296 __ notl(out.AsRegister<Register>());
4300 __ notl(out.AsRegisterPairLow<Register>());
4301 __ notl(out.AsRegisterPairHigh<Register>());
H A Dcode_generator_x86_64.cc4144 __ notl(out.AsRegister<CpuRegister>());
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S3342 notl %eax
3375 notl %eax
3376 notl %ecx
H A Dmterp_x86_64.S3209 notl %eax

Completed in 158 milliseconds