Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/Thumb/
Dldr_ext.ll1 ; RUN: llc < %s -march=thumb | 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 …]
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h36 V1, V2, V3, V4, V5 enumerator
62 bool hasV5TOps () const { return HexagonArchVersion >= V5; } in hasV5TOps()
63 bool hasV5TOpsOnly () const { return HexagonArchVersion == V5; } in hasV5TOpsOnly()
DHexagonSubtarget.cpp57 HexagonArchVersion = V5; in HexagonSubtarget()
DHexagon.td31 def ArchV5 : SubtargetFeature<"v5", "HexagonArchVersion", "V5",
DHexagonRegisterInfo.cpp66 case HexagonSubtarget::V5: in getCalleeSavedRegs()
113 case HexagonSubtarget::V5: in getCalleeSavedRegClasses()
/external/llvm/unittests/Support/
DAlignOfTest.cpp70 struct V5 : V4, V3 { double z; virtual ~V5(); }; struct
73 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); };
120 [AlignOf<V5>::Alignment > 0]
170 EXPECT_LE(alignOf<V1>(), alignOf<V5>()); in TEST()
252 EXPECT_EQ(alignOf<V5>(), alignOf<AlignedCharArrayUnion<V5> >()); in TEST()
317 EXPECT_EQ(sizeof(V5), sizeof(AlignedCharArrayUnion<V5>)); in TEST()
/external/llvm/test/Transforms/SimplifyCFG/
DPhiEliminate2.ll10 %V5 = sext i16 %V3 to i32 ; <i32> [#uses=1]
13 %V6 = phi i32 [ %V5, %else ], [ %V4, %then ] ; <i32> [#uses=0]
/external/llvm/test/MC/ARM/
Dthumb-diagnostics.s4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V5 < %t %s
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
21 @ CHECK-ERRORS-V5: mov r2, r3
22 @ CHECK-ERRORS-V5: ^
/external/llvm/test/CodeGen/Hexagon/
Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
Dfmul.ll2 ; Check that we generate single precision floating point multiply in V5.
Ddadd.ll2 ; Check that we generate double precision floating point add in V5.
Ddsub.ll2 ; Check that we generate double precision floating point subtract in V5.
Dfsub.ll2 ; Check that we generate sp floating point subtract in V5.
Ddmul.ll2 ; Check that we generate double precision floating point multiply in V5.
Dfadd.ll2 ; Check that we generate sp floating point add in V5.
Dopt-fneg.ll2 ; Optimize fneg to togglebit in V5.
Dconvertsptoll.ll3 ; to 64-bit int value in IEEE complaint mode in V5.
Dconvertdptoll.ll3 ; to 64-bit integer value in IEEE complaint mode in V5.
Dconvertsptoint.ll3 ; to 32-bit int value in IEEE complaint mode in V5.
Dconvertdptoint.ll3 ; to 32-bit int value in IEEE complaint mode in V5.
Ddoubleconvert-ieee-rnd-near.ll3 ; to 32-bit int value in IEEE rounding to the nearest mode in V5.
Dfcmp.ll2 ; Check that we generate floating point compare in V5
/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings.cc53 return FirefoxProxySettings::V5; in IntToSOCKSVersion()
147 net::ProxyServer::Scheme proxy_scheme = V5 == socks_version() ? in ToProxyConfig()
Dfirefox_proxy_settings.h33 V5 enumerator
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCBaseInfo.h36 case R5 : case X5 : case F5 : case V5 : case CR5: case CR1GT: return 5; in getPPCRegisterNumbering()

12