Searched refs:popcntd (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | popcnt.ll | 1 ; RUN: llc -march=ppc64 -mattr=+popcntd < %s | FileCheck %s 2 ; RUN: llc -march=ppc64 -mattr=+slow-popcntd < %s | FileCheck %s --check-prefix=SLOWPC 5 ; RUN: llc -march=ppc64 -mcpu=a2q -mattr=+popcntd < %s | FileCheck %s 46 ; CHECK: popcntd
|
D | optcmp.ll | 150 ; CHECK-NOT: popcntd.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 149 def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD", 155 def FeatureSlowPOPCNTD : SubtargetFeature<"slow-popcntd","HasPOPCNTD",
|
D | PPCInstr64Bit.td | 646 "popcntd $rA, $rS", IIC_IntGeneral,
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 695 # CHECK-BE: popcntd 2, 3 # encoding: [0x7c,0x62,0x03,0xf4] 696 # CHECK-LE: popcntd 2, 3 # encoding: [0xf4,0x03,0x62,0x7c] 697 popcntd 2, 3
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part1.stdout.exp | 73 Test popcntd instruction
|
D | test_isa_2_06_part1.stdout.exp-LE | 73 Test popcntd instruction 74 popcntd: 0x9182736405504536 => 24
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 532 # CHECK: popcntd 2, 3
|
D | ppc64-encoding.txt | 553 # CHECK: popcntd 2, 3
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 924 void popcntd(Register dst, Register src);
|
D | constants-ppc.h | 1106 V(popcntd, POPCNTD, 0x7C0003F4) \
|
D | assembler-ppc.cc | 1547 void Assembler::popcntd(Register ra, Register rs) { in popcntd() function in v8::internal::Assembler
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1597 __ popcntd(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1561 def mno_popcntd : Flag<["-"], "mno-popcntd">, Group<m_ppc_Features_Group>;
|