Home
last modified time | relevance | path

Searched defs:notq (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
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