HomeSort by relevance Sort by last modified time
    Searched refs:popcntq (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-sse4_2.s 34 popcntq (%rcx),%rbx
40 popcntq %rcx,%rbx
  /art/compiler/utils/x86_64/
assembler_x86_64.h 797 void popcntq(CpuRegister dst, CpuRegister src);
798 void popcntq(CpuRegister dst, const Address& src);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 3279 void X86_64Assembler::popcntq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
3288 void X86_64Assembler::popcntq(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.stdout.exp     [all...]
  /art/compiler/optimizing/
intrinsics_x86_64.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 4277 void Assembler::popcntq(Register dst, Register src) { function in class:v8::internal::Assembler
4288 void Assembler::popcntq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-x64.cc     [all...]

Completed in 815 milliseconds