HomeSort by relevance Sort by last modified time
    Searched refs:orr (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 150 orr $Alo,$Alo,$t2
154 orr $Ahi,$Ahi,$t1
155 orr $Alo,$Alo,$t0 @ Maj(a,b,c).lo
158 orr $Ahi,$Ahi,$t3 @ Maj(a,b,c).hi
280 orr $Tlo,$Tlo,$t0,lsl#8
282 orr $Tlo,$Tlo,$t1,lsl#16
284 orr $Tlo,$Tlo,$t2,lsl#24
285 orr $Thi,$Thi,$t3,lsl#8
286 orr $Thi,$Thi,$t0,lsl#16
287 orr $Thi,$Thi,$t1,lsl#2
    [all...]
sha1-armv4-large.pl 104 orr $t0,$t0,$t1,lsl#8
106 orr $t0,$t0,$t2,lsl#16
108 orr $t0,$t0,$t3,lsl#24
sha512-armv4.S 115 orr r3,r3,r9,lsl#8
117 orr r3,r3,r10,lsl#16
119 orr r3,r3,r11,lsl#24
120 orr r4,r4,r12,lsl#8
121 orr r4,r4,r9,lsl#16
122 orr r4,r4,r10,lsl#24
206 orr r5,r5,r11
210 orr r6,r6,r10
211 orr r5,r5,r9 @ Maj(a,b,c).lo
214 orr r6,r6,r12 @ Maj(a,b,c).h
    [all...]
  /external/skia/legacy/src/opts/
memset16_neon.S 52 orr r1, r1, r1, lsl #16
  /external/skia/src/opts/
memset16_neon.S 52 orr r1, r1, r1, lsl #16
  /bionic/libc/arch-arm/bionic/
memset.S 146 orr r1, r1, r1, lsr #8
147 orr r1, r1, r1, lsr #16
memcmp.S 258 orr ip, ip, lr, lsl #16
312 orr ip, ip, r7, lsl r6
memcmp16.S 201 orr ip, ip, lr, lsl #16
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 31 orr r4, r4, #0x0000008C ; sinpi8sqrt2
34 orr r5, r5, #0x0000007B ; cospi8sqrt2minus1
35 orr r5, r5, #1<<31 ; loop counter on top bit
123 orr r8, r8, #0x40000 ; 4|4
vp8_variance16x16_armv6.asm 53 orr r6, r6, r7 ; differences of all 4 pixels
76 orr r6, r6, r7 ; differences of all 4 pixels
100 orr r6, r6, r7 ; differences of all 4 pixels
126 orr r6, r6, r7 ; differences of all 4 pixels
vp8_variance_halfpixvar16x16_h_armv6.asm 58 orr r6, r6, r7 ; differences of all 4 pixels
88 orr r6, r6, r7 ; differences of all 4 pixels
119 orr r6, r6, r7 ; differences of all 4 pixels
152 orr r6, r6, r7 ; differences of all 4 pixels
vp8_variance_halfpixvar16x16_v_armv6.asm 59 orr r6, r6, r7 ; differences of all 4 pixels
89 orr r6, r6, r7 ; differences of all 4 pixels
120 orr r6, r6, r7 ; differences of all 4 pixels
153 orr r6, r6, r7 ; differences of all 4 pixels
dequant_idct_v6.asm 147 orr r9, r8, r9, lsl #8
163 orr r1, r1, r7, lsl #8
vp8_variance8x8_armv6.asm 51 orr r8, r8, r10 ; differences of all 4 pixels
76 orr r8, r8, r10 ; differences of all 4 pixels
vp8_variance_halfpixvar16x16_hv_armv6.asm 69 orr r6, r6, r7 ; differences of all 4 pixels
110 orr r6, r6, r7 ; differences of all 4 pixels
152 orr r6, r6, r7 ; differences of all 4 pixels
194 orr r6, r6, r7 ; differences of all 4 pixels
sixtappredict8x4_v6.asm 59 orr r2, r2, #0x4 ; construct loop counter. width=8=4x2
146 orr r2, r2, #2 ; loop counter
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 54 orr r8, r8, r7 ; differences of all 4 pixels
75 orr r8, r8, r7 ; differences of all 4 pixels
94 orr r8, r8, r7 ; differences of all 4 pixels
117 orr r8, r8, r7 ; differences of all 4 pixels
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 172 orr ip, r0, r1
381 orr b1, b1, b1, lsl #8
382 orr b1, b1, b1, lsl #16
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 172 orr ip, r0, r1
395 orr b1, b1, b1, lsl #8
396 orr b1, b1, b1, lsl #16
  /external/jpeg/
armv6_idct.S 342 orr r0, r2, r6, lsl #8
343 orr r1, r7, r3, lsl #8
  /external/qemu/distrib/jpeg-6b/
armv6_idct.S 342 orr r0, r2, r6, lsl #8
343 orr r1, r7, r3, lsl #8
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 172 orr ip, r0, r1
  /external/freetype/include/freetype/config/
ftconfig.h 326 orr a, a, t, lsl #16 /* a |= t << 16 */
356 "orr %0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */
  /external/v8/test/cctest/
test-disasm-arm.cc 215 COMPARE(orr(r7, r8, Operand(lr), LeaveCC, al),
216 "e188700e orr r7, r8, lr");
217 COMPARE(orr(r7, r8, Operand(fp)),
218 "e188700b orr r7, r8, fp");
219 COMPARE(orr(r7, r8, Operand(sp), SetCC),
221 COMPARE(orr(r7, r8, Operand(ip), SetCC, al),

Completed in 599 milliseconds

1 23 4 5