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

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
bic.s 0 # bic test
3 bic r0,r1,r2
4 bic r26,fp,sp
5 bic ilink1,ilink2,blink
7 bic r0,r1,0
8 bic r0,0,r2
9 bic 0,r1,r2
10 bic r0,r1,-1
11 bic r0,-1,r2
12 bic r0,r1,25
    [all...]
bic.d 7 0x[0-9a-f]+ 2106 0080 bic r0,r1,r2
8 0x[0-9a-f]+ 2306 371a bic gp,fp,sp
9 0x[0-9a-f]+ 2606 37dd bic ilink,r30,blink
10 0x[0-9a-f]+ 2146 0000 bic r0,r1,0
11 0x[0-9a-f]+ 2606 7080 0000 0000 bic r0,0,r2
12 0x[0-9a-f]+ 2106 00be bic 0,r1,r2
13 0x[0-9a-f]+ 2106 0f80 ffff ffff bic r0,r1,0xffffffff
14 0x[0-9a-f]+ 2606 7080 ffff ffff bic r0,0xffffffff,r2
15 0x[0-9a-f]+ 2106 0f80 0000 00ff bic r0,r1,0xff
16 0x[0-9a-f]+ 2606 7080 0000 00ff bic r0,0xff,r
    [all...]
  /external/compiler-rt/lib/builtins/arm/
sync_fetch_and_nand_8.S 19 bic rD_LO, rN_LO, rM_LO ; \
20 bic rD_HI, rN_HI, rM_HI
sync_fetch_and_nand_4.S 17 #define nand_4(rD, rN, rM) bic rD, rN, rM
bswapdi2.S 33 bic r2, r2, #0xff0000
38 bic r0, r0, #0xff0000
bswapsi2.S 32 bic r1, r1, #0xff0000
  /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...]
alias-logicalimm.s 6 bic x0, x1, #2
11 bic w0, w1, #2
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]
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
aem_generic.S 17 bic x1, x1, #SCTLR_C_BIT
37 bic x1, x1, #SCTLR_C_BIT
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputBindingTest.java 41 BaseInputConnection bic = new BaseInputConnection(view, false); local
45 InputBinding inputBinding = new InputBinding(bic, binder, uid, pid);
46 new InputBinding(bic, inputBinding);
47 assertSame(bic, inputBinding.getConnection());
  /external/capstone/suite/MC/AArch64/
neon-mov.s.cs 28 0x20,0x14,0x00,0x2f = bic v0.2s, #0x1
29 0x01,0x14,0x00,0x2f = bic v1.2s, #0x0
30 0x20,0x34,0x00,0x2f = bic v0.2s, #0x1, lsl #8
31 0x20,0x54,0x00,0x2f = bic v0.2s, #0x1, lsl #16
32 0x20,0x74,0x00,0x2f = bic v0.2s, #0x1, lsl #24
33 0x20,0x14,0x00,0x6f = bic v0.4s, #0x1
34 0x20,0x34,0x00,0x6f = bic v0.4s, #0x1, lsl #8
35 0x20,0x54,0x00,0x6f = bic v0.4s, #0x1, lsl #16
36 0x20,0x74,0x00,0x6f = bic v0.4s, #0x1, lsl #24
37 0x2f,0x94,0x00,0x2f = bic v15.4h, #0x
    [all...]
  /art/runtime/arch/arm64/
memcmp16_arm64.S 81 bic data1, data1, mask
82 bic data2, data2, mask
91 // Mask off 0xF to have shift amount. Why does ARM64 not have BIC with immediate?!?!
109 bic src1, src1, #7
110 bic src2, src2, #7
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
CompareMem.S 86 bic data1, data1, mask
87 bic data2, data2, mask
114 bic src1, src1, #7
115 bic src2, src2, #7
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
CompareMem.S 82 bic data1, data1, mask
83 bic data2, data2, mask
110 bic src1, src1, #3
111 bic src2, src2, #3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_invert.s 12 bic r8, r2, #0x7fffffff
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
platform_helpers.S 41 bic x0, x0, #MPIDR_RES_BIT_MASK
43 bic x1, x1, #MPIDR_RES_BIT_MASK
  /external/capstone/suite/MC/ARM/
arm-aliases.s.cs 7 0x03,0x10,0xc2,0xe1 = bic r1, r2, r3
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 116 bic has_nul2, tmp3, tmp4
134 bic src, srcin, 15
156 bic has_nul2, tmp3, tmp4
171 bic has_nul1, tmp1, tmp2
190 bic has_nul2, tmp3, tmp4
199 bic has_nul2, tmp3, tmp4
208 bic src, srcin, 15
strcmp.S 77 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
115 bic has_nul, tmp1, tmp2
136 bic src1, src1, #7
137 bic src2, src2, #7
strnlen.S 74 bic src, srcin, #15
97 bic has_nul1, tmp1, tmp2
98 bic has_nul2, tmp3, tmp4
128 bic has_nul2, tmp1, tmp2
  /bionic/libc/arch-arm/cortex-a15/bionic/
string_copy.S 180 bic ip, ip, r2
185 bic ip, ip, r3
290 bic ip, ip, r2
338 bic ip, ip, r2
367 bic ip, ip, r2
379 bic ip, ip, r3
403 bic ip, ip, r2
411 bic ip, ip, r3
437 bic ip, ip, r3
477 bic ip, ip, r
    [all...]
strlen.S 94 bic ip, ip, r3
105 bic ip, ip, r2
110 bic ip, ip, r3
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 77 bic ip, ip, r2
82 bic ip, ip, r3
158 bic ip, ip, r2
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
plat_pmu_macros.S 84 bic x10, x9, #(SCTLR_M_BIT)
119 bic w0, w0, #DDRCTL0_C_SYSREQ_CFG
120 bic w0, w0, #DDRCTL1_C_SYSREQ_CFG

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 910