Searched defs:r4 (Results 1 - 25 of 77) sorted by relevance

1234

/external/capstone/suite/MC/ARM/
H A Didiv-thumb.s.cs3 0xb4,0xfb,0xf5,0xf3 = udiv r3, r4, r5 external variable declarations
H A Didiv.s.cs3 0x14,0xf5,0x33,0xe7 = udiv r3, r4, r5 external variable declarations
H A Dthumb-shift-encoding.s.cs6 0x65,0xeb,0x0e,0x44 = sbc.w r4, r5, lr, lsl #16
7 0x64,0xeb,0x2b,0x05 = sbc.w r5, r4, r11, asr #32 external variable declarations
15 0x05,0xea,0x0e,0x44 = and.w r4, r5, lr, lsl #16
16 0x04,0xea,0x2b,0x05 = and.w r5, r4, r11, asr #32 external variable declarations
/external/libffi/src/nios2/
H A Dsysv.S32 r4 = arghook
64 mov r2, r4 /* fn */
65 mov r4, sp /* argbuffer */
70 ldw r4, 0(sp)
92 to the closure are in the normal places, in r4-r7 and on the
112 stw r4, 4(sp)
122 r4 = pointer to arguments on stack define
125 addi r4, sp, 4
/external/llvm/test/MC/Hexagon/
H A Dalign.s30 r4 = sub(#1, r4) } define
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
H A Dsysv.S32 r4 = arghook
64 mov r2, r4 /* fn */
65 mov r4, sp /* argbuffer */
70 ldw r4, 0(sp)
92 to the closure are in the normal places, in r4-r7 and on the
112 stw r4, 4(sp)
122 r4 = pointer to arguments on stack define
125 addi r4, sp, 4
/external/python/cpython3/Modules/_ctypes/libffi/src/nios2/
H A Dsysv.S32 r4 = arghook
64 mov r2, r4 /* fn */
65 mov r4, sp /* argbuffer */
70 ldw r4, 0(sp)
92 to the closure are in the normal places, in r4-r7 and on the
112 stw r4, 4(sp)
122 r4 = pointer to arguments on stack define
125 addi r4, sp, 4
/external/valgrind/none/tests/ppc32/
H A Dtest_tm.c3 int __attribute__ ((noinline)) htm_begin (int r3, int r4) argument
11 ret = r4;
/external/valgrind/none/tests/ppc64/
H A Dtest_tm.c3 int __attribute__ ((noinline)) htm_begin (int r3, int r4) argument
11 ret = r4;
/external/clang/test/Misc/
H A Dverify.c13 struct s r4; // expected-error-re {{{{^}}tentative}} variable in typeref:struct:s
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
H A Dp6-0x.cpp25 typedef RRI& r4; CHECK_EQUAL_TYPES(r4, int&); typedef
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-crypto-disabled.c35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd); local
/external/valgrind/none/tests/x86/
H A Dincdec_alt.c7 int r1,r2,r3,r4,r5,r6,r7,r8,a1,a2; variable
32 "\tpopl " VG_SYM(r4) "\n"
58 r1=r2=r3=r4=r5=r6=r7=r8=0;
63 printf("0x%08x\n",r4);
/external/clang/test/SemaCXX/
H A Dbuiltin-assume-aligned.cpp39 constexpr void *r4 = __builtin_assume_aligned(&ar2[2], 16, 1); variable
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp118 r4 accu1
125 PUSH{r4 - r9}
135 LDR r4, local
147 SMLAWT r5, r4, r8, local
149 SMLAWB r4, local
150 r4, r8, local
179 STR r4, [r2], local
191 LDR r4, local
203 SMLAWT r5, r4, r8, local
205 SMLAWB r4, local
206 r4, r8, local
235 STR r4, [r2], local
366 LDR r4, local
371 SMLAWB r9, r4, r8, local
373 SMULWT r4, local
374 r4, local
392 SMULWB r4, local
420 LDR r4, local
425 SMLAWB r9, r4, r8, local
427 SMULWT r4, local
428 r4, local
446 SMULWB r4, local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcecal.cpp136 int32_t r4; // remainder of 4 year cycle, always positive local
138 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);
140 year = 4 * c4 + (r4/365 - r4/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
142 int32_t doy = (r4 == 1460) ? 365 : (r4 % 365); // days in present year
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_mips.c29 int32_t r4, r5, r6, r7; local
52 "lh %[r4], 8(%[in]) \n\t"
69 "madd %[r4], %[r4] \n\t"
124 [r4] "=&r" (r4), [r5] "=&r" (r5), [r6] "=&r" (r6), [r7] "=&r" (r7),
160 "lh %[r4], 4(%[in]) \n\t"
172 "madd %[r4], %[r5] \n\t"
195 [r4] "=&r" (r4), [r
[all...]
H A Dentropy_coding_mips.c186 int32_t r0, r1, r2, r3, r4, sum32, sum32_2; local
206 "andi %[r4], %[r1], 0xffff \n\t"
207 "sra %[r4], %[r4], 1 \n\t"
208 "mul %[r4], %[r4], %[r2] \n\t"
215 "shra_r.w %[r4], %[r4], 15 \n\t"
219 "addiu %[r4], %[r4],
[all...]
H A Dtransform_mips.c30 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9; local
59 "muleq_s.w.phr %[r4], %[r2], %[r0] \n\t"
68 "addu %[r4], %[r4], %[r6] \n\t"
70 "sra %[r4], %[r4], 8 \n\t"
72 "mult $ac0, %[factor], %[r4] \n\t"
80 "extr_r.w %[r4], $ac0, 16 \n\t"
88 "shra_r.w %[r4], %[r4],
609 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, max, max1; local
[all...]
/external/libffi/src/or1k/
H A Dffi.c163 void ffi_closure_SYSV(unsigned long r3, unsigned long r4, unsigned long r5, argument
174 { r3, r4, r5, r6, r7, r8 };
/external/libopus/celt/x86/
H A Dvq_sse2.c168 __m128 x4, y4, r4; local
174 r4 = _mm_mul_ps(x4, y4);
176 pos = _mm_max_epi16(pos, _mm_and_si128(count, _mm_castps_si128(_mm_cmpgt_ps(r4, max))));
178 max = _mm_max_ps(max, r4);
/external/libunwind/src/ia64/
H A DGresume.c43 unw_word_t r4; member in struct:__anon12477
69 /* Copy contents of r4-r7 into "extra", so that their values end up
71 if ((ret = ia64_get (c, c->loc[IA64_REG_R4], &extra.r4)) < 0
81 n = (((uintptr_t) &extra.r4) / 8 - 4) % 64;
/external/skia/tests/
H A DQuickRejectTest.cpp120 SkRect r4 = SkRect::MakeLTRB(-50.0f, -120.0f, 50.0f, 120.0f); local
131 REPORTER_ASSERT(reporter, false == canvas.quickReject(r4));
/external/skqp/tests/
H A DQuickRejectTest.cpp120 SkRect r4 = SkRect::MakeLTRB(-50.0f, -120.0f, 50.0f, 120.0f); local
131 REPORTER_ASSERT(reporter, false == canvas.quickReject(r4));
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c45 uint32_t r0, r1, r2, r3, r4; member in struct:poly1305_state_st
102 t[4] = mul32x32_64(state->h0, state->r4) + mul32x32_64(state->h1, state->r3) +
183 state->r4 = t3 & 0x00fffff;
188 state->s4 = state->r4 * 5;

Completed in 448 milliseconds

1234