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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
elf-reloc-pcreladdressing.s 5 adrp x5, some_label
7 adrp x5, :got:some_label
8 ldr x0, [x5, #:got_lo12:some_label]
  /external/valgrind/main/none/tests/arm64/
integer.c 243 TESTINST3("add x3, x4, x5", 12345, 6789, x3, x4, x5, 0);
244 TESTINST3("add w3, w4, w5", 12345, 6789, x3, x4, x5, 0);
246 TESTINST3("adc x3, x4, x5", 12345, 6789, x3, x4, x5, 0);
247 TESTINST3("adc x3, x4, x5", 12345, 6789, x3, x4, x5, 1);
249 TESTINST3("adc w3, w4, w5", 12345, 6789, x3, x4, x5, 0);
250 TESTINST3("adc w3, w4, w5", 12345, 6789, x3, x4, x5, 1);
252 TESTINST3("sbc x3, x4, x5", 12345, 6789, x3, x4, x5, 0)
    [all...]
  /external/clang/test/Sema/
attr-regparm.c 9 void __attribute__((regparm(3))) x5(int);
10 void x5(int); // expected-note{{previous declaration is here}}
11 void __attribute__((regparm(2))) x5(int); // expected-error{{function declared with regparm(2) attribute was previously declared with the regparm(3) attribute}}
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
127 x5 = x[2];
149 if (x5 < x1)
151 x5 = x1;
165 if (x5 < x2)
167 x5 = x2;
173 if (x5 < x3)
175 x3 = x5;
  /external/chromium_org/tools/cygprofile/
mergetraces_unittest.py 13 (100, 10, '2000:2001', 0x5),
25 (100, 10, '2000:2001', 0x5),
42 (100, 10, '1999:2001', 0x5),
43 (100, 10, '1988:2001', 0x5),
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 16 wchar_t x5[] = L"hello"; variable
17 extern wchar_t x5[6];
  /external/clang/test/Frontend/
backend-diagnostic.c 28 int x5, int x6, int x7, int x8, int x9) {
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_ver.s 105 lsl x5, x4, #2 //4nt
113 add x5, x5, #2 //2nt+2
114 add x6, x0, x5 //&src[2nt+1]
116 add x5, x2, x3 //pu1_dst + dst_strd
118 add x8, x5, x3
128 st2 {v20.8b, v21.8b}, [x5],#16
133 st2 {v22.8b, v23.8b}, [x5], x11
141 st2 {v20.8b, v21.8b}, [x5],#16
146 st2 {v22.8b, v23.8b}, [x5], x1
    [all...]
ihevc_padding.s 115 add x5,x4,x1
123 add x6,x5,x1
125 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
126 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
127 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
128 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
129 st1 {v2.16b},[x5] //128/8 = 16 bytes store
233 add x5,x4,x1
241 add x6,x5,x1
243 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes stor
    [all...]
ihevc_intra_pred_luma_mode2.s 143 lsl x5, x3, #2
163 st1 {v16.8b},[x6],x5
164 st1 {v17.8b},[x7],x5
167 st1 {v18.8b},[x9],x5
171 st1 {v19.8b},[x14],x5
172 st1 {v20.8b},[x6],x5
175 st1 {v21.8b},[x7],x5
176 st1 {v22.8b},[x9],x5
180 st1 {v23.8b},[x14],x5
232 st1 {v16.8b},[x6],x5
    [all...]
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 92 mov x8, x5 ////Load u2_width
96 sxtw x5,w5
100 SUB x11,x5,x8 //// Dst Y increment
103 sxtw x5,w5
104 CMP x5,#0 ////skip luma if disable_luma_copy is non-zero
144 sxtw x5,w5
153 SUB x11,x5,x11 //// Dst U and V increment
155 mov x5, x15 ////Load pu1_dest_v
160 csel x4, x5, x4,EQ
161 csel x5, x3, x5,E
    [all...]
  /bionic/libc/arch-arm64/bionic/
syscall.S 34 /* Move syscall parameters from x1 thru x6 to x0 thru x5 */
39 mov x4, x5
40 mov x5, x6
  /external/ceres-solver/internal/ceres/
cost_function_to_functor_test.cc 161 const T* x5, T* residuals) const {
163 + x4[0] * x4[0] + x5[0] * x5[0];
165 + x4[1] * x4[1] + x5[1] * x5[1];
174 const T* x5, const T* x6, T* residuals) const {
176 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0];
178 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1]
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
119 x5 = (W7 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
170 x5 = (181 * (x1 - x7) + 128) >> 8;
175 blk[16] = (x0 + x5) >> 8;
179 blk[40] = (x0 - x5) >> 8
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
116 x5 = x5 + x10; /* accumulate low bytes */
119 x5 = x5 + x11; /* accumulate low bytes */
135 x5 = x5 + x10; /* accumulate low bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
119 x5 = x5 + x10; /* accumulate low bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
138 x5 = x5 + x10; /* accumulate low bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-arm64-linux.S 87 stp x4, x5, [sp, #-16]!
101 ldr x5, [sp, #8] /* saved x1 == guest_state */
104 ldr x0, [x5, #OFFSET_arm64_X0]
105 ldr x1, [x5, #OFFSET_arm64_X1]
106 ldr x2, [x5, #OFFSET_arm64_X2]
107 ldr x3, [x5, #OFFSET_arm64_X3]
108 ldr x4, [x5, #OFFSET_arm64_X4]
109 ldr x5, [x5, #OFFSET_arm64_X5]
113 ldr x5, [sp, #8] /* saved x1 == guest_state *
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-constants.h 26 #define TCODE_READ_BLOCK_REQUEST 0x5
40 #define EXTCODE_BOUNDED_ADD 0x5
55 #define RCODE_DATA_ERROR 0x5
71 #define SCODE_3200 0x5
77 #define ACK_BUSY_A 0x5
  /development/ndk/platforms/android-L/include/linux/
firewire-constants.h 26 #define TCODE_READ_BLOCK_REQUEST 0x5
40 #define EXTCODE_BOUNDED_ADD 0x5
55 #define RCODE_DATA_ERROR 0x5
71 #define SCODE_3200 0x5
77 #define ACK_BUSY_A 0x5
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 183 const double* x5,
185 return functor_(x0, x1, x2, x3, x4, x5, residuals);
193 const double* x5,
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
204 const double* x5,
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
216 const double* x5,
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
229 const double* x5,
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals)
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-constants.h 33 #define TCODE_READ_BLOCK_REQUEST 0x5
45 #define EXTCODE_BOUNDED_ADD 0x5
60 #define RCODE_DATA_ERROR 0x5
76 #define SCODE_3200 0x5
82 #define ACK_BUSY_A 0x5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-constants.h 8 #define TCODE_READ_BLOCK_REQUEST 0x5
20 #define EXTCODE_BOUNDED_ADD 0x5
35 #define RCODE_DATA_ERROR 0x5
51 #define SCODE_3200 0x5
57 #define ACK_BUSY_A 0x5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-constants.h 8 #define TCODE_READ_BLOCK_REQUEST 0x5
20 #define EXTCODE_BOUNDED_ADD 0x5
35 #define RCODE_DATA_ERROR 0x5
51 #define SCODE_3200 0x5
57 #define ACK_BUSY_A 0x5

Completed in 443 milliseconds

1 2 3 4 5 6 7 8 91011>>