HomeSort by relevance Sort by last modified time
    Searched refs:s7 (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /external/llvm/test/MC/AArch64/
neon-scalar-by-elem-mla.s 27 fmls s7, s17, v26.s[3]
34 // CHECK: fmls s7, s17, v26.s[3] // encoding: [0x27,0x5a,0xba,0x5f]
neon-scalar-by-elem-saturating-mla.s 7 sqdmlal s7, h1, v4.h[3]
15 // CHECK: sqdmlal s7, h1, v4.h[3] // encoding: [0x27,0x30,0x74,0x5f]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 52 #define s7 $23 macro
102 #define s7 $23 macro
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 132 const StringHolder& s7);
137 const StringHolder& s7, const StringHolder& s8);
142 const StringHolder& s7, const StringHolder& s8,
148 const StringHolder& s7, const StringHolder& s8,
155 const StringHolder& s7, const StringHolder& s8,
stringutil.cc 287 const StringHolder& s7) {
290 s5.Length() + s6.Length() + s7.Length() + 1);
297 result += s7;
305 const StringHolder& s7, const StringHolder& s8) {
308 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1);
315 result += s7;
324 const StringHolder& s7, const StringHolder& s8,
328 s5.Length() + s6.Length() + s7.Length() + s8.Length() +
336 result += s7;
346 const StringHolder& s7, const StringHolder& s8
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
143 s5 += data[5]; s7 ^= s3; s4 ^= s5; s5 = Rot64(s5,28); s4 += s6;
144 s6 += data[6]; s8 ^= s4; s5 ^= s6; s6 = Rot64(s6,39); s5 += s7;
145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8;
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9;
147 s9 += data[9]; s11 ^= s7; s8 ^= s9; s9 = Rot64(s9,54); s8 += s10
    [all...]
  /external/clang/test/CodeGen/
arm-arguments.c 45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
  /bionic/libc/arch-mips64/include/machine/
regdef.h 89 #define s7 $23 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 89 #define s7 $23 macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
regdef.h 89 #define s7 $23 macro
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 32 void s7() throw(int, float);
55 t5 = &s7; // valid
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips4.s 8 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/jpeg/
mips_idct_le.S 63 addiu $sp, $sp, -32 # reserve stack space for s0-s7
72 sw $s7, 0($sp)
156 addq.ph $s7, $t2, $t6 # tmp13
160 addq.ph $t0, $s4, $s7 # tmp0
161 subq.ph $t6, $s4, $s7 # tmp3
172 subq.ph $s6, $s6, $s7 # ... tmp12
200 addq.ph $s7, $t5, $t3 # z13
203 addq.ph $t7, $s5, $s7 # tmp7
204 subq.ph $s5, $s5, $s7 # tmp11 ...
272 lw $s7, 0($sp
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 472 int s0, s1, s2, s3, s4, s5, s6, s7; local
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
532 s7 = cospi_16_64 * (x6 - x7);
537 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 472 int s0, s1, s2, s3, s4, s5, s6, s7; local
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
532 s7 = cospi_16_64 * (x6 - x7);
537 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS);
    [all...]

Completed in 1234 milliseconds

12 3 4 5 6 7 8