/external/llvm/test/CodeGen/PowerPC/ |
popcnt.ll | 1 ; RUN: llc -march=ppc64 -mattr=+popcntd < %s | FileCheck %s 33 ; CHECK: popcntd
|
optcmp.ll | 150 ; CHECK-NOT: popcntd.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
misc_insn.s | 259 .global popcntd 260 popcntd: label 261 popcntd r1 , r0 label
|
misc_insn.d | 195 000000f4 <popcntd>: 196 f4: 08 30 10 a8 popcntd r1, r0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
power7.s | 59 popcntd 10,20
|
a2.s | 405 popcntd 10,11
|
power7.d | 66 e0: (7e 8a 03 f4|f4 03 8a 7e) popcntd r10,r20
|
a2.d | 430 648: (7d 6a 03 f4|f4 03 6a 7d) popcntd r10,r11
|
/external/clang/test/Driver/ |
ppc-features.cpp | 130 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -mno-popcntd -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOPOPCNTD %s 131 // CHECK-NOPOPCNTD: "-target-feature" "-popcntd" 133 // RUN: %clang -target powerpc64-unknown-linux-gnu %s -mno-popcntd -mpopcntd -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK-POPCNTD %s 134 // CHECK-POPCNTD: "-target-feature" "+popcntd"
|
/external/v8/src/ppc/ |
disasm-ppc.cc | 618 case POPCNTD: { 619 Format(instr, "popcntd 'ra, 'rs"); [all...] |
constants-ppc.h | 241 POPCNTD = 506 << 1, // Population Count Doubleword
|
assembler-ppc.cc | 1479 void Assembler::popcntd(Register ra, Register rs) { function in class:v8::internal::Assembler [all...] |
assembler-ppc.h | 915 void popcntd(Register dst, Register src); [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part1.c | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPC.td | 89 def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD", "true",
|
PPCInstr64Bit.td | 606 def POPCNTD : XForm_11<31, 506, (outs g8rc:$rA), (ins g8rc:$rS), 607 "popcntd $rA, $rS", IIC_IntGeneral, [all...] |
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding.txt | 532 # CHECK: popcntd 2, 3
|
ppc64le-encoding.txt | 532 # CHECK: popcntd 2, 3
|
/toolchain/binutils/binutils-2.25/opcodes/ |
crx-opc.c | 323 REG2_INST ("popcntd",0xA8),
|
/external/valgrind/none/tests/ppc64/ |
test_isa_2_06_part1.stdout.exp | 73 Test popcntd instruction 74 popcntd: 0x9182736405504536 => 24 [all...] |
test_isa_2_06_part1.stdout.exp-LE | 73 Test popcntd instruction 74 popcntd: 0x9182736405504536 => 24 [all...] |
/external/v8/src/compiler/ppc/ |
code-generator-ppc.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
auto-host.h | 445 /* Define if your assembler supports POPCNTD instructions. */ [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2009 | [all...] |