Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DPOPCNT-32.s21 popcntw %ax, %ax label
25 popcntw 4096(%eax), %ax label
29 popcntw 64(%edx,%eax), %cx label
33 popcntw 64(%edx,%eax,4), %cx label
DPOPCNT-64.s37 popcntw %r13w, %r13w label
41 popcntw 4096(%rax), %r13w label
45 popcntw 64(%rdx,%rax), %r13w label
49 popcntw 64(%rdx,%rax,4), %r13w label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-popcnt.s4 popcntw %cx, %cx label
5 popcntw (%rax), %cx label
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1647 __ popcntw(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local