Home
last modified time | relevance | path

Searched refs:V5 (Results 1 – 25 of 45) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/
H A Dldr_ext.ll1 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s -check-prefix=V5
7 ; V5: ldrb
16 ; V5: ldrh
25 ; V5: ldrb
26 ; V5: lsls
27 ; V5: asrs
37 ; V5: ldrh
38 ; V5: lsls
39 ; V5: asrs
49 ; V5: movs r0, #0
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dpr18364-movw.ll1 ; RUN: llc < %s -mtriple=armv5te | FileCheck %s --check-prefix=V5
9 ; V5-NOT: movw
25 ; V5-NOT: movw
/minix/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h42 V1, V2, V3, V4, V5 enumerator
93 bool hasV5TOps () const { return HexagonArchVersion >= V5; } in hasV5TOps()
94 bool hasV5TOpsOnly () const { return HexagonArchVersion == V5; } in hasV5TOpsOnly()
H A DHexagonSubtarget.cpp65 HexagonArchVersion = V5; in initializeSubtargetDependencies()
/minix/external/bsd/llvm/dist/llvm/unittests/Support/
H A DAlignOfTest.cpp74 struct V5 : V4, V3 { double z; virtual ~V5(); }; argument
77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); };
85 V5::~V5() {} in ~V5()
131 [AlignOf<V5>::Alignment > 0]
171 EXPECT_LE(alignOf<V1>(), alignOf<V5>()); in TEST()
249 EXPECT_EQ(alignOf<V5>(), alignOf<AlignedCharArrayUnion<V5> >()); in TEST()
314 EXPECT_EQ(sizeof(V5), sizeof(AlignedCharArrayUnion<V5>)); in TEST()
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dk524_err.et13 error_code BADPRINC, "cannot convert V5 principal" #unused
14 error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A DPhiEliminate2.ll10 %V5 = sext i16 %V3 to i32 ; <i32> [#uses=1]
13 %V6 = phi i32 [ %V5, %else ], [ %V4, %then ] ; <i32> [#uses=0]
/minix/crypto/external/bsd/heimdal/dist/po/heim_com_err-1750206208/
H A Dheim_com_err-1750206208.pot30 msgid "cannot convert V5 principal"
35 msgid "V5 realm name longer than V4 maximum"
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Drecovery.cpp151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}}
167 …case EC3::V5:: break; // expected-error{{'V5' cannot appear before '::' because it is not a class,…
/minix/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4752.txt13 The Kerberos V5 ("GSSAPI")
33 Service Application Program Interface (GSS-API) Kerberos V5 in the
68 3. Kerberos V5 GSS-API Mechanism ...................................2
83 and Security Layer (SASL [SASL]) mechanism supporting the Kerberos V5
104 3. Kerberos V5 GSS-API Mechanism
106 The SASL mechanism name for the Kerberos V5 GSS-API mechanism
108 the mechanism is specifically tied to Kerberos V5 and GSS-API's
109 Kerberos V5 mechanism.
137 input_context_handle of 0 (initially), mech_type of the Kerberos V5
241 V5 GSS-API mechanism [KRB5GSS].
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp201 __declspec(property(get=GetV, put=SetV)) int V5;
212 int k = sp.V5; in TestProperty()
213 sp.V5 = k++; in TestProperty()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/
H A Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
H A Dfmul.ll2 ; Check that we generate single precision floating point multiply in V5.
H A Dfsub.ll2 ; Check that we generate sp floating point subtract in V5.
H A Ddadd.ll2 ; Check that we generate double precision floating point add in V5.
H A Ddmul.ll2 ; Check that we generate double precision floating point multiply in V5.
H A Ddsub.ll2 ; Check that we generate double precision floating point subtract in V5.
H A Dfadd.ll2 ; Check that we generate sp floating point add in V5.
H A Dopt-fneg.ll2 ; Optimize fneg to togglebit in V5.
H A Dconvertdptoint.ll3 ; to 32-bit int value in IEEE complaint mode in V5.
H A Dconvertdptoll.ll3 ; to 64-bit integer value in IEEE complaint mode in V5.
H A Dconvertsptoint.ll3 ; to 32-bit int value in IEEE complaint mode in V5.
H A Dconvertsptoll.ll3 ; to 64-bit int value in IEEE complaint mode in V5.
H A Ddoubleconvert-ieee-rnd-near.ll3 ; to 32-bit int value in IEEE rounding to the nearest mode in V5.
H A Dfcmp.ll2 ; Check that we generate floating point compare in V5

12