Home
last modified time | relevance | path

Searched refs:vsldoi (Results 1 – 22 of 22) sorted by relevance

/external/boringssl/linux-ppc64le/crypto/modes/
Dghashp8-ppc.S21 vsldoi 8,8,4,15
22 vsldoi 6,4,5,1
32 vsldoi 9,3,3,8
33 vsldoi 8,4,8,8
34 vsldoi 11,4,9,8
35 vsldoi 10,9,4,8
51 vsldoi 5,1,4,8
52 vsldoi 6,4,1,8
56 vsldoi 0,0,0,8
59 vsldoi 6,0,0,8
[all …]
/external/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S35 vsldoi 8,8,4,15
36 vsldoi 6,4,5,1
46 vsldoi 9,3,3,8
47 vsldoi 8,4,8,8
48 vsldoi 11,4,9,8
49 vsldoi 10,9,4,8
65 vsldoi 5,1,4,8
66 vsldoi 6,4,1,8
70 vsldoi 0,0,0,8
73 vsldoi 6,0,0,8
[all …]
Daesp8-ppc.S95 vsldoi 6,0,1,12
104 vsldoi 6,0,6,12
106 vsldoi 6,0,6,12
115 vsldoi 6,0,1,12
124 vsldoi 6,0,6,12
126 vsldoi 6,0,6,12
132 vsldoi 6,0,1,12
141 vsldoi 6,0,6,12
143 vsldoi 6,0,6,12
173 vsldoi 6,0,1,12
[all …]
/external/openscreen/third_party/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S35 vsldoi 8,8,4,15
36 vsldoi 6,4,5,1
46 vsldoi 9,3,3,8
47 vsldoi 8,4,8,8
48 vsldoi 11,4,9,8
49 vsldoi 10,9,4,8
65 vsldoi 5,1,4,8
66 vsldoi 6,4,1,8
70 vsldoi 0,0,0,8
73 vsldoi 6,0,0,8
[all …]
Daesp8-ppc.S95 vsldoi 6,0,1,12
104 vsldoi 6,0,6,12
106 vsldoi 6,0,6,12
115 vsldoi 6,0,1,12
124 vsldoi 6,0,6,12
126 vsldoi 6,0,6,12
132 vsldoi 6,0,1,12
141 vsldoi 6,0,6,12
143 vsldoi 6,0,6,12
173 vsldoi 6,0,1,12
[all …]
/external/rust/crates/quiche/deps/boringssl/linux-ppc64le/crypto/fipsmodule/
Dghashp8-ppc.S35 vsldoi 8,8,4,15
36 vsldoi 6,4,5,1
46 vsldoi 9,3,3,8
47 vsldoi 8,4,8,8
48 vsldoi 11,4,9,8
49 vsldoi 10,9,4,8
65 vsldoi 5,1,4,8
66 vsldoi 6,4,1,8
70 vsldoi 0,0,0,8
73 vsldoi 6,0,0,8
[all …]
Daesp8-ppc.S95 vsldoi 6,0,1,12
104 vsldoi 6,0,6,12
106 vsldoi 6,0,6,12
115 vsldoi 6,0,1,12
124 vsldoi 6,0,6,12
126 vsldoi 6,0,6,12
132 vsldoi 6,0,1,12
141 vsldoi 6,0,6,12
143 vsldoi 6,0,6,12
173 vsldoi 6,0,1,12
[all …]
/external/boringssl/linux-ppc64le/crypto/aes/
Daesp8-ppc.S81 vsldoi 6,0,1,12
90 vsldoi 6,0,6,12
92 vsldoi 6,0,6,12
101 vsldoi 6,0,1,12
110 vsldoi 6,0,6,12
112 vsldoi 6,0,6,12
118 vsldoi 6,0,1,12
127 vsldoi 6,0,6,12
129 vsldoi 6,0,6,12
159 vsldoi 6,0,1,12
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvec_splat_constant.ll2 ; Formerly incorrectly inserted vsldoi (endian confusion)
9 ; CHECK-NOT: vsldoi
Dvec_constants.ll64 ; CHECK-NEXT: vsldoi
73 ; CHECK-NEXT: vsldoi
D2006-08-11-RetVector.ll1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsldoi
Dpr27078.ll14 ; CHECK: vsldoi
Dp8altivec-shuffles-pred.ll24 ; CHECK: vsldoi 2, 2, 2, 12
Dvec_shuffle_le.ll195 ; CHECK: vsldoi [[REG3:[0-9]+]], [[REG2]], [[REG1]], 4
205 ; CHECK: vsldoi {{[0-9]+}}, [[REG1:[0-9]+]], [[REG1]], 4
Dvec_shuffle.ll4 ; RUN: grep vsldoi %t | count 2
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp489 struct vsldoi : public Operator { struct
490 vsldoi(const char *Name, unsigned Opc) in vsldoi() argument
495 vsldoi<1> the_vsldoi1("vsldoi4" , OP_VSLDOI4);
496 vsldoi<2> the_vsldoi2("vsldoi8" , OP_VSLDOI8);
497 vsldoi<3> the_vsldoi3("vsldoi12", OP_VSLDOI12);
/external/capstone/suite/MC/PowerPC/
Dppc64-encoding-vmx.s.cs44 0x10,0x43,0x21,0x6c = vsldoi 2, 3, 4, 5
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-vmx.s198 # CHECK-BE: vsldoi 2, 3, 4, 5 # encoding: [0x10,0x43,0x21,0x6c]
199 # CHECK-LE: vsldoi 2, 3, 4, 5 # encoding: [0x6c,0x21,0x43,0x10]
200 vsldoi 2, 3, 4, 5
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td194 /// VSLDOI_unary* - These are used to match vsldoi(X,X), which is turned into
480 "vsldoi $vD, $vA, $vB, $SH", IIC_VecFP,
893 // Match vsldoi(x,x), vpkuwum(x,x), vpkuhum(x,x)
901 // Match vsldoi(y,x), vpkuwum(y,x), vpkuhum(y,x), i.e., swapped operands.
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-vmx.txt171 # CHECK: vsldoi 2, 3, 4, 5
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td194 /// VSLDOI_unary* - These are used to match vsldoi(X,X), which is turned into
485 "vsldoi $vD, $vA, $vB, $SH", IIC_VecFP,
944 // Match vsldoi(x,x), vpkuwum(x,x), vpkuhum(x,x)
955 // Match vsldoi(y,x), vpkuwum(y,x), vpkuhum(y,x), i.e., swapped operands.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc6734 …{ 12035 /* vsldoi */, PPC::VSLDOI, Convert__RegVRRC1_0__RegVRRC1_1__RegVRRC1_2__U4Imm1_3, AMFBS_No…