Searched refs:popcntd (Results 1 – 20 of 20) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | popcnt.ll | 1 ; RUN: llc -verify-machineinstrs -mtriple=ppc64-- -mattr=+popcntd < %s | FileCheck %s 2 ; RUN: llc -verify-machineinstrs -mtriple=ppc64-- -mattr=+slow-popcntd < %s | FileCheck %s --check-… 5 ; RUN: llc -verify-machineinstrs -mtriple=ppc64-- -mcpu=a2q -mattr=+popcntd < %s | FileCheck %s 46 ; CHECK: popcntd
|
D | optcmp.ll | 172 ; CHECK-NOT: popcntd.
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding.s.cs | 162 0x7c,0x62,0x03,0xf4 = popcntd 2, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 171 def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD", 177 def FeatureSlowPOPCNTD : SubtargetFeature<"slow-popcntd","HasPOPCNTD",
|
D | PPCInstr64Bit.td | 736 "popcntd $rA, $rS", IIC_IntGeneral,
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 783 # CHECK-BE: popcntd 2, 3 # encoding: [0x7c,0x62,0x03,0xf4] 784 # CHECK-LE: popcntd 2, 3 # encoding: [0xf4,0x03,0x62,0x7c] 785 popcntd 2, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 544 # CHECK: popcntd 2, 3
|
D | ppc64-encoding.txt | 589 # CHECK: popcntd 2, 3
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding.txt | 553 # CHECK: popcntd 2, 3
|
D | ppc64le-encoding.txt | 532 # CHECK: popcntd 2, 3
|
/external/v8/src/codegen/ppc/ |
D | constants-ppc.h | 1178 V(popcntd, POPCNTD, 0x7C0003F4) \
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 137 { "popcntd", "Enable the popcnt[dw] instructions", { PPC::FeaturePOPCNTD }, { } }, 147 { "slow-popcntd", "Has slow popcnt[dw] instructions", { PPC::FeatureSlowPOPCNTD }, { } },
|
D | PPCGenAsmMatcher.inc | 4277 "ri\004oris\005paste\npaste_last\007popcntb\007popcntd\007popcntw\007pte" 6022 …{ 7783 /* popcntd */, PPC::POPCNTD, Convert__RegG8RC1_0__RegG8RC1_1, 0, { MCK_RegG8RC, MCK_RegG8RC…
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1702 __ 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>;
|