Home
last modified time | relevance | path

Searched refs:notq (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h823 void notq(CpuRegister reg);
Dassembler_x86_64_test.cc891 DriverStr(RepeatR(&x86_64::X86_64Assembler::notq, "notq %{reg}"), "notq"); in TEST_F()
Dassembler_x86_64.cc4644 void X86_64Assembler::notq(CpuRegister reg) { in notq() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4714 __ notq(out.AsRegister<CpuRegister>()); in VisitNot() local