Searched refs:V4 (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h36 V1, V2, V3, V4, V5 enumerator in enum:llvm::HexagonSubtarget::HexagonArchEnum
59 bool hasV4TOps () const { return HexagonArchVersion >= V4; }
60 bool hasV4TOpsOnly () const { return HexagonArchVersion == V4; }
61 bool useMemOps () const { return HexagonArchVersion >= V4 && UseMemOps; }
H A DHexagonSubtarget.cpp33 cl::desc("Generate V4 memop instructions."));
55 HexagonArchVersion = V4;
H A DHexagonRegisterInfo.cpp65 case HexagonSubtarget::V4:
112 case HexagonSubtarget::V4:
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp52 enum E4 { V4 } constexpr e4 = V4; enumerator in enum:E4
/external/chromium/chrome/browser/importer/
H A Dfirefox_proxy_settings.h32 V4, enumerator in enum:FirefoxProxySettings::SOCKSVersion
H A Dfirefox_proxy_settings_unittest.cc46 EXPECT_EQ(FirefoxProxySettings::V4, settings.socks_version());
H A Dfirefox_proxy_settings.cc51 return FirefoxProxySettings::V4;
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h122 V4 = 4 enumerator in enum:llvm::NVPTX::PTXLdStInstCode::VecType
H A DNVPTXISelDAGToDAG.cpp180 vecType = NVPTX::PTXLdStInstCode::V4;
369 vecType = NVPTX::PTXLdStInstCode::V4;
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp69 struct V4 : virtual V2 { int y; virtual ~V4(); }; struct in namespace:__anon9262
70 struct V5 : V4, V3 { double z; virtual ~V5(); };
119 [AlignOf<V4>::Alignment > 0]
169 EXPECT_LE(alignOf<V1>(), alignOf<V4>());
251 EXPECT_EQ(alignOf<V4>(), alignOf<AlignedCharArrayUnion<V4> >());
316 EXPECT_EQ(sizeof(V4), sizeof(AlignedCharArrayUnion<V4>));
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h35 case R4 : case X4 : case F4 : case V4 : case CR4: case CR1LT: return 4;
/external/llvm/lib/Analysis/
H A DLint.cpp142 const Value *V3 = 0, const Value *V4 = 0) {
147 WriteValue(V4);
170 #define Assert4(C, M, V1, V2, V3, V4) \
171 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.pl223 moveq pc,lr @ be binary compatible with V4, yet
300 moveq pc,lr @ be binary compatible with V4, yet
H A Dghash-armv4.s171 moveq pc,lr @ be binary compatible with V4, yet
305 moveq pc,lr @ be binary compatible with V4, yet
/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure121 OSF1\ V4*) SFLAGS=${CFLAGS-"-O -std1"}
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl197 moveq pc,lr @ be binary compatible with V4, yet
H A Darmv4-mont.s143 moveq pc,lr @ be binary compatible with V4, yet
H A Darmv4-gf2m.pl260 moveq pc,lr @ be binary compatible with V4, yet
H A Darmv4-gf2m.s201 moveq pc,lr @ be binary compatible with V4, yet
/external/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl234 moveq pc,lr @ be binary compatible with V4, yet
H A Dsha256-armv4.pl200 moveq pc,lr @ be binary compatible with V4, yet
H A Dsha1-armv4-large.s443 moveq pc,lr @ be binary compatible with V4, yet
/external/llvm/lib/VMCore/
H A DVerifier.cpp326 const Value *V3 = 0, const Value *V4 = 0) {
331 WriteValue(V4);
370 #define Assert4(C, M, V1, V2, V3, V4) \
371 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
/external/openssl/crypto/aes/asm/
H A Daes-armv4.pl265 moveq pc,lr @ be binary compatible with V4, yet
680 moveq pc,lr @ be binary compatible with V4, yet
773 moveq pc,lr @ be binary compatible with V4, yet
981 moveq pc,lr @ be binary compatible with V4, yet
H A Daes-armv4.s212 moveq pc,lr @ be binary compatible with V4, yet
627 moveq pc,lr @ be binary compatible with V4, yet
715 moveq pc,lr @ be binary compatible with V4, yet
923 moveq pc,lr @ be binary compatible with V4, yet

Completed in 369 milliseconds

12