/external/llvm/test/CodeGen/SystemZ/ |
D | ctpop-01.ll | 10 ; CHECK: popcnt %r0, %r2 18 %popcnt = call i32 @llvm.ctpop.i32(i32 %a) 19 ret i32 %popcnt 25 ; CHECK: popcnt %r0, %r0 31 %popcnt = call i32 @llvm.ctpop.i32(i32 %and) 32 ret i32 %popcnt 38 ; CHECK: popcnt %r2, %r0 41 %popcnt = call i32 @llvm.ctpop.i32(i32 %and) 42 ret i32 %popcnt 47 ; CHECK: popcnt %r0, %r2 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | peep-test-4.ll | 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt,+lzcnt | FileCheck %s 175 ; CHECK-LABEL: popcnt: 181 define void @popcnt(i32 %x) nounwind { 182 %popcnt = tail call i32 @llvm.ctpop.i32(i32 %x) 183 %cmp = icmp eq i32 %popcnt, 0 187 tail call void @foo(i32 %popcnt)
|
D | fold-vector-sext-crash.ll | 1 ; RUN: llc < %s -mcpu=core-avx-i -mtriple=i386-unknown-linux-gnu -mattr=+avx,+popcnt,+cmov
|
D | popcnt.ll | 1 ; RUN: llc -march=x86-64 -mattr=+popcnt < %s | FileCheck %s
|
D | vector-ctpop.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=avx -mattr=-popcnt | FileCheck -check-prefix=A… 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=avx2 -mattr=-popcnt | FileCheck -check-prefix=A…
|
/external/clang/lib/Headers/ |
D | module.modulemap | 141 explicit module popcnt { 142 requires popcnt
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good-z196.s | 1024 #CHECK: popcnt %r0, %r0 # encoding: [0xb9,0xe1,0x00,0x00] 1025 #CHECK: popcnt %r0, %r15 # encoding: [0xb9,0xe1,0x00,0x0f] 1026 #CHECK: popcnt %r15, %r0 # encoding: [0xb9,0xe1,0x00,0xf0] 1027 #CHECK: popcnt %r7, %r8 # encoding: [0xb9,0xe1,0x00,0x78] 1029 popcnt %r0,%r0 1030 popcnt %r0,%r15 1031 popcnt %r15,%r0 1032 popcnt %r7,%r8
|
D | insn-bad.s | 2670 #CHECK: popcnt %r0, %r0 2672 popcnt %r0, %r0
|
/external/llvm/test/Analysis/BasicAA/ |
D | pr18573.ll | 51 attributes #1 = { nounwind "target-cpu"="corei7-avx" "target-features"="+avx2,+popcnt,+cmov,+f16c,+…
|
/external/elfutils/src/ |
D | TODO | 65 popcnt 64-bit reg
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 88 "Enable the popcnt[dw] instructions">;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 1524 static int popcnt(uint32 n) { in popcnt() function 1618 int count = popcnt(mask); in GenerateClear()
|
/external/elfutils/src/libcpu/ |
D | ChangeLog | 73 pmovzxdq, pmuldq, pmulld, popcnt, ptest, roundss, roundps, roundpd,
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 37 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86InstrSSE.td | 6728 "popcnt{w}\t{$src, $dst|$dst, $src}", 6733 "popcnt{w}\t{$src, $dst|$dst, $src}", 6739 "popcnt{l}\t{$src, $dst|$dst, $src}", 6745 "popcnt{l}\t{$src, $dst|$dst, $src}", 6751 "popcnt{q}\t{$src, $dst|$dst, $src}", 6755 "popcnt{q}\t{$src, $dst|$dst, $src}",
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | ChangeLog | 1198 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
|
/external/elfutils/src/libcpu/defs/ |
D | i386 | 441 11110011,00001111,10111000,{mod}{reg}{r_m}:popcnt {mod}{r_m},{reg}
|
/external/llvm/lib/Target/R600/ |
D | SIInstructions.td | 2245 (i32 (add (i32 (ctpop i32:$popcnt)), i32:$val)), 2246 (V_BCNT_U32_B32_e64 $popcnt, $val)
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 6376 # CHECK: popcnt %r0, %r0 6379 # CHECK: popcnt %r0, %r15 6382 # CHECK: popcnt %r15, %r0 6385 # CHECK: popcnt %r7, %r8
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 906 popcnt,"population count","not implemented",
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1446 "popcnt\t$R1, $R2",
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1219 def mno_popcnt : Flag<["-"], "mno-popcnt">, Group<m_x86_Features_Group>;
|
/external/valgrind/ |
D | NEWS | 1576 271615 unhandled instruction "popcnt" (arch=amd10h)
|