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

1 23 4 5 6

  /external/openssl/crypto/sha/asm/
sha1-armv8.S 42 bic w25,w23,w21
56 bic w25,w22,w20
67 bic w25,w21,w24
81 bic w25,w20,w23
92 bic w25,w24,w22
106 bic w25,w23,w21
117 bic w25,w22,w20
131 bic w25,w21,w24
142 bic w25,w20,w23
156 bic w25,w24,w2
    [all...]
sha1-alpha.pl 70 bic $d,$b,$t3
93 bic $d,$b,$t3
113 bic $d,$b,$t3
sha1-armv4-large.S 480 bic sp,sp,#15 @ align for 128-bit stores
503 bic r10,r6,r4
514 bic r10,r5,r3
527 bic r10,r4,r7
538 bic r10,r3,r6
550 bic r10,r7,r5
562 bic r10,r6,r4
574 bic r10,r5,r3
585 bic r10,r4,r7
597 bic r10,r3,r
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 276 @ CHECK: bic r2, r3, #-2147483648 @ encoding: [0x02,0x21,0xc3,0xe3]
348 @ BIC
350 bic r10, r1, #0xf
351 bic r10, r1, r6
352 bic r10, r1, r6, lsl #10
353 bic r10, r1, r6, lsr #10
354 bic r10, r1, r6, lsr #10
355 bic r10, r1, r6, asr #10
356 bic r10, r1, r6, ror #10
357 bic r6, r7, r8, lsl r
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 83 bic src, srcin, #31
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_neon.S 41 bic r7, r4, #7 @ Counter for LOOP_UNROLLED_BY_8: length / 8 * 8.
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 85 bic r0, r2, #3 << 30 @ for rounding add: cmp r0, r2 adc r2, #1
  /bionic/libc/arch-arm/bionic/
memcmp.S 252 bic r1, r1, #3
307 bic r1, r1, #3
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 198 bic r0, r0, #3
308 bic r1, r1, #3
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_YuvToRGB.S 257 bic r4, r3, #1
283 bic r4, r3, #1
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_deinterleave_neon.s 75 bic r9, r4, #0x7 @ aligned_height = height & (~0x7)
76 bic r10, r3, #0xF @ aligned_width = width & (~0xF)
csc_tiled_to_linear_y_neon.s 73 bic r9, r3, #0xF @ aligned_height = height & (~0xF)
74 bic r10, r2, #0xF @ aligned_width = width & (~0xF)
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 229 COMPARE(bic(r0, lr, Operand(r1), LeaveCC, vs),
231 COMPARE(bic(r0, r9, Operand(r2), LeaveCC, vc),
233 COMPARE(bic(r0, r5, Operand(r3), SetCC),
235 COMPARE(bic(r0, r1, Operand(r4), SetCC, pl),
299 // and <-> bic.
301 "e3c537ff bic r3, r5, #66846720");
302 COMPARE(bic(r3, r5, Operand(0xfc03ffff)),
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 298 bic.8b v0, v0, v0
300 ; CHECK: bic.8b v0, v0, v0 ; encoding: [0x00,0x1c,0x60,0x0e]
777 bic.2s v0, #1
778 bic.2s v0, #1, lsl #0
779 bic.2s v0, #1, lsl #8
780 bic.2s v0, #1, lsl #16
781 bic.2s v0, #1, lsl #24
783 ; CHECK: bic.2s v0, #0x1 ; encoding: [0x20,0x14,0x00,0x2f]
784 ; CHECK: bic.2s v0, #0x1 ; encoding: [0x20,0x14,0x00,0x2f]
785 ; CHECK: bic.2s v0, #0x1, lsl #8 ; encoding: [0x20,0x34,0x00,0x2f
    [all...]
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_vert.s 226 bic x5,x10,#7 //x5 ->wd
249 bic x20,x10,#7 //x5 ->wd
305 bic x20,x10,#7 //x5 ->wd
ihevc_inter_pred_chroma_vert_w16out.s 226 bic x5,x10,#7 //x5 ->wd
250 bic x20,x10,#7 //x5 ->wd
302 bic x20,x10,#7 //x5 ->wd
  /external/pixman/pixman/
pixman-arm-simd-asm.S 225 bic WK&reg2, WK&reg1, MASK @ RRRRR000000BBBBBrrrrr000000bbbbb
229 bic WK&reg2, WK&reg2, WK&reg1, lsr #16 @ RRRRR000000BBBBB0000000000000000
244 bic WK&reg1, WK&reg1, MASK @ RRRRR000000BBBBBrrrrr000000bbbbb
248 bic WK&reg1, WK&reg1, WK&reg2, lsl #16 @ 0000000000000000rrrrr000000bbbbb
262 bic SCRATCH, WK&reg, MASK @ 0000000000000000rrrrr000000bbbbb
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 120 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
196 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
290 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
vp8_packtokens_armv5.asm 145 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
243 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
296 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
vp8_packtokens_mbrow_armv5.asm 166 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
264 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
317 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 120 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
196 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
290 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
vp8_packtokens_armv5.asm 145 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
243 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
296 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
vp8_packtokens_mbrow_armv5.asm 166 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
264 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
317 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 120 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
196 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
290 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
vp8_packtokens_armv5.asm 145 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
243 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
296 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff

Completed in 1809 milliseconds

1 23 4 5 6