HomeSort by relevance Sort by last modified time
    Searched refs:V4 (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 34 V1, V2, V3, V4
57 bool hasV4TOps () const { return HexagonArchVersion >= V4; }
58 bool useMemOps () const { return HexagonArchVersion >= V4 && UseMemOps; }
HexagonSubtarget.cpp 32 cl::desc("Generate V4 MEMOP in code generation for Hexagon target"));
46 case HexagonSubtarget::V4:
HexagonRegisterInfo.cpp 65 case HexagonSubtarget::V4:
111 case HexagonSubtarget::V4:
HexagonInstrInfo.cpp 551 return Subtarget.getHexagonArchVersion() == HexagonSubtarget::V4;
648 // V4 indexed+scaled load.
    [all...]
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 84 const android::String8 V4("v4");
89 ASSERT_TRUE(mTaskCase->registerValue(V4, val4));
92 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
95 ASSERT_TRUE(mTaskCase->updateValue(V4, val4_2));
96 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 52 enum E4 { V4 } constexpr e4 = V4;
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.h 32 V4,
firefox_proxy_settings_unittest.cc 46 EXPECT_EQ(FirefoxProxySettings::V4, settings.socks_version());
firefox_proxy_settings.cc 51 return FirefoxProxySettings::V4;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 35 case R4 : case X4 : case F4 : case V4 : case CR4: case CR1LT: return 4;
  /external/llvm/lib/Analysis/
Lint.cpp 142 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/
ghash-armv4.pl 223 moveq pc,lr @ be binary compatible with V4, yet
300 moveq pc,lr @ be binary compatible with V4, yet
ghash-armv4.s 171 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/
configure 121 OSF1\ V4*) SFLAGS=${CFLAGS-"-O -std1"}
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 197 moveq pc,lr @ be binary compatible with V4, yet
armv4-mont.s 143 moveq pc,lr @ be binary compatible with V4, yet
armv4-gf2m.pl 260 moveq pc,lr @ be binary compatible with V4, yet
armv4-gf2m.s 201 moveq pc,lr @ be binary compatible with V4, yet
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 234 moveq pc,lr @ be binary compatible with V4, yet
sha256-armv4.pl 200 moveq pc,lr @ be binary compatible with V4, yet
sha1-armv4-large.s 443 moveq pc,lr @ be binary compatible with V4, yet
sha512-armv4.pl 432 moveq pc,lr @ be binary compatible with V4, yet
  /external/llvm/lib/VMCore/
Verifier.cpp 324 const Value *V3 = 0, const Value *V4 = 0) {
329 WriteValue(V4);
368 #define Assert4(C, M, V1, V2, V3, V4) \
369 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.pl 265 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
aes-armv4.s 212 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 856 milliseconds

1 2