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

1 2 3 4

  /external/llvm/test/MC/AArch64/
neon-mov.s 71 bic v0.2s, #1
72 bic v1.2s, #0
73 bic v0.2s, #1, lsl #8
74 bic v0.2s, #1, lsl #16
75 bic v0.2s, #1, lsl #24
76 bic v0.4s, #1
77 bic v0.4s, #1, lsl #8
78 bic v0.4s, #1, lsl #16
79 bic v0.4s, #1, lsl #24
80 bic v15.4h, #
    [all...]
neon-bitwise-instructions.s 47 bic v0.8b, v1.8b, v2.8b
48 bic v0.16b, v1.16b, v2.16b
58 // CHECK: bic v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x62,0x0e]
59 // CHECK: bic v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x62,0x4e]
  /external/compiler-rt/lib/arm/
bswapsi2.S 22 bic r1, r1, #0xff0000
bswapdi2.S 23 bic r2, r2, #0xff0000
28 bic r0, r0, #0xff0000
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputBindingTest.java 31 BaseInputConnection bic = new BaseInputConnection(view, false); local
35 InputBinding inputBinding = new InputBinding(bic, binder, uid, pid);
36 new InputBinding(bic, inputBinding);
37 assertSame(bic, inputBinding.getConnection());
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
standard.h 21 #define bic(target,mask) ((target) &= ~(mask)) macro
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcpy.S 123 bic ip, ip, r2
141 bic ip, ip, r2
146 bic ip, ip, r3
233 bic ip, ip, r2
277 bic ip, ip, r2
302 bic ip, ip, r2
314 bic ip, ip, r3
338 bic ip, ip, r2
346 bic ip, ip, r3
372 bic ip, ip, r
    [all...]
strlen.S 94 bic ip, ip, r3
105 bic ip, ip, r2
110 bic ip, ip, r3
strcat.S 126 bic ip, ip, r3
175 bic ip, ip, r2
193 bic ip, ip, r2
198 bic ip, ip, r3
285 bic ip, ip, r2
329 bic ip, ip, r2
354 bic ip, ip, r2
366 bic ip, ip, r3
390 bic ip, ip, r2
398 bic ip, ip, r
    [all...]
__strcat_chk.S 92 bic ip, ip, r3
103 bic ip, ip, r2
108 bic ip, ip, r3
__strcpy_chk.S 78 bic ip, ip, r3
89 bic ip, ip, r2
94 bic ip, ip, r3
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcpy.S 110 bic ip, ip, r2
115 bic ip, ip, r3
189 bic ip, ip, r2
221 bic ip, ip, r2
265 bic ip, ip, r2
297 bic ip, ip, r2
309 bic ip, ip, r3
333 bic ip, ip, r2
341 bic ip, ip, r3
367 bic ip, ip, r
    [all...]
strlen.S 77 bic ip, ip, r2
82 bic ip, ip, r3
158 bic ip, ip, r2
strcat.S 108 bic ip, ip, r2
113 bic ip, ip, r3
172 bic ip, ip, r2
177 bic ip, ip, r3
251 bic ip, ip, r2
283 bic ip, ip, r2
327 bic ip, ip, r2
359 bic ip, ip, r2
371 bic ip, ip, r3
395 bic ip, ip, r
    [all...]
__strcat_chk.S 76 bic ip, ip, r2
81 bic ip, ip, r3
157 bic ip, ip, r2
__strcpy_chk.S 61 bic ip, ip, r2
66 bic ip, ip, r3
142 bic ip, ip, r2
strcmp.S 158 bic ip, ip, \w1
211 bic r0, r0, #3
397 bic wp2, wp2, #3
407 bic t1, w1, #MSB
410 bic r3, r3, w1
457 bic r3, r3, w1
503 bic r3, r3, w1
526 bic w2, w2, #MSB
  /external/chromium_org/third_party/openssl/openssl/crypto/
alphacpuid.pl 97 bic $17,7,$at
114 bic $17,7,$at
121 bic $17,7,$at
  /external/openssl/crypto/
alphacpuid.pl 97 bic $17,7,$at
114 bic $17,7,$at
121 bic $17,7,$at
  /external/llvm/test/MC/ARM/
arm-aliases.s 10 bic r1, r2, r3, lsl #0
17 @ CHECK: bic r1, r2, r3 @ encoding: [0x03,0x10,0xc2,0xe1]
arm-arithmetic-aliases.s 56 bic r2, r2, #6 label
57 bic r2, #6 label
58 bic r2, r2, r3 label
59 bic r2, r3 label
61 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3]
62 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3]
63 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1]
64 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1]
  /bionic/libc/arch-arm/bionic/
strcmp.S 63 bic r0, r0, #3
64 bic r1, r1, #3
166 bic wp2, wp2, #3
176 bic t1, w1, #MSB
179 bic r3, r3, w1
226 bic r3, r3, w1
272 bic r3, r3, w1
295 bic w2, w2, #MSB
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 63 bic r0, r0, #3
64 bic r1, r1, #3
166 bic wp2, wp2, #3
176 bic t1, w1, #MSB
179 bic r3, r3, w1
226 bic r3, r3, w1
272 bic r3, r3, w1
295 bic w2, w2, #MSB
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 92 bic ip, ip, r3
103 bic ip, ip, r2
108 bic ip, ip, r3
__strcpy_chk.S 78 bic ip, ip, r3
89 bic ip, ip, r2
94 bic ip, ip, r3

Completed in 170 milliseconds

1 2 3 4