Home
last modified time | relevance | path

Searched refs:popcntd (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dpopcnt.ll1 ; 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
Doptcmp.ll150 ; CHECK-NOT: popcntd.
/external/llvm/lib/Target/PowerPC/
DPPC.td149 def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD",
155 def FeatureSlowPOPCNTD : SubtargetFeature<"slow-popcntd","HasPOPCNTD",
DPPCInstr64Bit.td646 "popcntd $rA, $rS", IIC_IntGeneral,
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s695 # 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/
Dtest_isa_2_06_part1.stdout.exp73 Test popcntd instruction
Dtest_isa_2_06_part1.stdout.exp-LE73 Test popcntd instruction
74 popcntd: 0x9182736405504536 => 24
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt532 # CHECK: popcntd 2, 3
Dppc64-encoding.txt553 # CHECK: popcntd 2, 3
/external/v8/src/ppc/
Dassembler-ppc.h924 void popcntd(Register dst, Register src);
Dconstants-ppc.h1106 V(popcntd, POPCNTD, 0x7C0003F4) \
Dassembler-ppc.cc1547 void Assembler::popcntd(Register ra, Register rs) { in popcntd() function in v8::internal::Assembler
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1597 __ popcntd(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/clang/include/clang/Driver/
DOptions.td1561 def mno_popcntd : Flag<["-"], "mno-popcntd">, Group<m_ppc_Features_Group>;