Home
last modified time | relevance | path

Searched defs:popcntl (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DPOPCNT-32.s5 popcntl %eax, %eax label
9 popcntl 4096(%eax), %eax label
13 popcntl 64(%edx,%eax), %ecx label
17 popcntl 64(%edx,%eax,4), %ecx label
DPOPCNT-64.s5 popcntl %r13d, %r13d label
9 popcntl 4096(%rax), %r13d label
13 popcntl 64(%rdx,%rax), %r13d label
17 popcntl 64(%rdx,%rax,4), %r13d label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-popcnt.s7 popcntl %eax, %ecx label
8 popcntl (%rax), %ecx label
/external/v8/src/x64/
Dassembler-x64.cc4529 void Assembler::popcntl(Register dst, Register src) { in popcntl() function in v8::internal::Assembler
4539 void Assembler::popcntl(Register dst, Operand src) { in popcntl() function in v8::internal::Assembler