Home
last modified time | relevance | path

Searched refs:notl (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dop_not_long.S7 notl %eax
8 notl %ecx
/art/compiler/utils/x86/
Dassembler_x86.h692 void notl(Register reg);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h750 void notl(CpuRegister reg);
Dassembler_x86_64.cc2939 void X86_64Assembler::notl(CpuRegister reg) { in notl() function in art::x86_64::X86_64Assembler
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S3209 notl %eax
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4144 __ notl(out.AsRegister<CpuRegister>()); in VisitNot() local