Home
last modified time | relevance | path

Searched refs:popcntd (Results 1 – 20 of 20) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpopcnt.ll1 ; 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
Doptcmp.ll172 ; CHECK-NOT: popcntd.
/external/capstone/suite/MC/PowerPC/
Dppc64-encoding.s.cs162 0x7c,0x62,0x03,0xf4 = popcntd 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPC.td171 def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD",
177 def FeatureSlowPOPCNTD : SubtargetFeature<"slow-popcntd","HasPOPCNTD",
DPPCInstr64Bit.td736 "popcntd $rA, $rS", IIC_IntGeneral,
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s783 # 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/
Dppc64le-encoding.txt544 # CHECK: popcntd 2, 3
Dppc64-encoding.txt589 # CHECK: popcntd 2, 3
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt553 # CHECK: popcntd 2, 3
Dppc64le-encoding.txt532 # CHECK: popcntd 2, 3
/external/v8/src/codegen/ppc/
Dconstants-ppc.h1178 V(popcntd, POPCNTD, 0x7C0003F4) \
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc137 { "popcntd", "Enable the popcnt[dw] instructions", { PPC::FeaturePOPCNTD }, { } },
147 { "slow-popcntd", "Has slow popcnt[dw] instructions", { PPC::FeatureSlowPOPCNTD }, { } },
DPPCGenAsmMatcher.inc4277 "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/
Dcode-generator-ppc.cc1702 __ 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>;