HomeSort by relevance Sort by last modified time
    Searched defs:r4 (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/capstone/suite/MC/ARM/
idiv-thumb.s.cs 3 0xb4,0xfb,0xf5,0xf3 = udiv r3, r4, r5 package
idiv.s.cs 3 0x14,0xf5,0x33,0xe7 = udiv r3, r4, r5 package
  /external/libffi/src/nios2/
sysv.S 32 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/
align.s 30 r4 = sub(#1, r4) } define
  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
sysv.S 32 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
align.s 30 r4 = sub(#1, r4) } define
not-over.s 11 r4 = #4 define
20 r4 = #4 define
39 r4 = #4 define
52 r4 = #4 define
two-extenders.s 36 r4 = memub(gp+#0x1000) define
37 # CHECK: { r4 = memub(gp+#4096) }
69 memh(gp+#0x1000) = R4
70 # CHECK: { memh(gp+#4096) = r4 }
  /external/clang/test/Misc/
verify.c 13 struct s r4; // expected-error-re {{{{^}}tentative}} variable in typeref:struct:s
  /external/u-boot/arch/arm/mach-at91/
spl.c 27 u32 r4; member in struct:__anon46797
32 u32 dev = (bootrom_stash.r4 >> ATMEL_SAMA5_BOOT_FROM_OFF) &
34 u32 off = (bootrom_stash.r4 >> ATMEL_SAMA5_BOOT_DEV_ID_OFF) &
  /external/u-boot/arch/nds32/include/asm/
macro.h 17 * Registers r4 and r5 are used, any data in these registers are
25 li $r4, \addr
27 swi $r5, [$r4]
31 li $r4, \addr
33 shi $r5, [$r4]
37 li $r4, \addr
39 sbi $r5, [$r4]
48 li $r4, \addr
49 lwi $r5, [$r4]
52 swi $r5, [$r4]
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 25 typedef RRI& r4; CHECK_EQUAL_TYPES(r4, int&); typedef
  /external/clang/test/CodeGen/
builtins-ppc-crypto-disabled.c 35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd); local
  /external/icu/icu4c/source/i18n/
cecal.cpp 136 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/
filters_mips.c 29 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), [r5] "=&r" (r5), [r6] "=&r" (r6), [r7] "=&r" (r7)
    [all...]
entropy_coding_mips.c 186 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], 0x4000 \n\t
    [all...]
  /external/clang/test/SemaCXX/
builtin-assume-aligned.cpp 39 constexpr void *r4 = __builtin_assume_aligned(&ar2[2], 16, 1); variable
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ local
153 r4 = blk[B_SIZE * 1 + i];
158 if (!(r1 | r2 | r3 | r4 | r5 | r6 | r7))
182 r8 = W7 * (r4 + r5);
183 r4 = (r8 + (W1 - W7) * r4);
199 r1 = r4 + r6;
200 r4 -= r6;
209 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
210 r4 = (181 * (r4 - r5) + 128) >> 8
353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; \/* butterfly nodes *\/ local
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
pendsv.h 31 uint32_t r4, r5, r6, r7; member in struct:PendsvRegsHi
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CECalendar.java 266 int[] r4 = new int[1]; // remainder of 4 year cycle, always positive local
268 c4 = floorDivide(julianDay - jdEpochOffset, 1461, r4);
271 fields[0] = 4 * c4 + (r4[0]/365 - r4[0]/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
273 int doy = (r4[0] == 1460) ? 365 : (r4[0] % 365); // days in present year
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CECalendar.java 262 int[] r4 = new int[1]; // remainder of 4 year cycle, always positive local
264 c4 = floorDivide(julianDay - jdEpochOffset, 1461, r4);
267 fields[0] = 4 * c4 + (r4[0]/365 - r4[0]/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
269 int doy = (r4[0] == 1460) ? 365 : (r4[0] % 365); // days in present year
  /external/libopus/celt/x86/
vq_sse2.c 168 __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/u-boot/arch/arm/include/asm/
macro.h 20 * Registers r4 and r5 are used, any data in these registers are
28 ldr r4, =\addr variable
30 str r5, [r4]
34 ldr r4, =\addr variable
36 strh r5, [r4]
40 ldr r4, =\addr variable
42 strb r5, [r4]
47 * Register r4 is used, any data in this register is overwritten by the
54 ldr r4, =\time variable
57 subs r4, r4, # variable
    [all...]
  /external/u-boot/arch/arm/include/asm/proc-armv/
processor.h 27 unsigned long r4; member in struct:context_save_struct
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form35c.java 112 int r4 = (sz > 4) ? regs.get(4).getReg() : 0; local
116 makeByte(r4, sz)), // encode the fifth operand here

Completed in 1151 milliseconds

1 2 3 4