Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86ng/
Darithmetic.S662 notl %eax
663 notl %ecx
/art/compiler/utils/x86/
Dassembler_x86_test.cc1352 DriverStr(RepeatR(&x86::X86Assembler::notl, "notl %{reg}"), "notl"); in TEST_F()
Dassembler_x86.h848 void notl(Register reg);
Dassembler_x86.cc3534 void X86Assembler::notl(Register reg) { in notl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h913 void notl(CpuRegister reg);
Dassembler_x86_64_test.cc908 DriverStr(Repeatr(&x86_64::X86_64Assembler::notl, "notl %{reg}"), "notl"); in TEST_F()
Dassembler_x86_64.cc4861 void X86_64Assembler::notl(CpuRegister reg) { in notl() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc5262 __ notl(out.AsRegister<Register>()); in VisitNot() local
5266 __ notl(out.AsRegisterPairLow<Register>()); in VisitNot() local
5267 __ notl(out.AsRegisterPairHigh<Register>()); in VisitNot() local
Dcode_generator_x86_64.cc5199 __ notl(out.AsRegister<CpuRegister>()); in VisitNot() local