/external/libavc/common/arm/ |
ih264_intra_pred_luma_16x16_a9q.s | 271 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE 273 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE 290 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
|
/external/v8/src/arm64/ |
constants-arm64.h | 503 ANDS = 0x60000000, 504 BICS = ANDS | NOT 518 ANDS_w_imm = LogicalImmediateFixed | ANDS, 519 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits 545 ANDS_w = LogicalShiftedFixed | ANDS, 546 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits, [all...] |
/art/runtime/interpreter/mterp/arm64/ |
footer.S | 144 ands lr, lr, #THREAD_SUSPEND_OR_CHECKPOINT_REQUEST 218 ands w7, w7, #THREAD_SUSPEND_OR_CHECKPOINT_REQUEST
|
/bionic/libc/arch-arm/generic/bionic/ |
memcmp.S | 126 ands r3, r3, #3 145 ands r0, r0, #3
|
/external/llvm/test/CodeGen/Thumb2/ |
float-ops.ll | 275 ; NONE: ands [[REG]], [[REG]], #1 278 ; SP: ands r0, r0, #1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/ |
metacore12.d | [all...] |
metacore12.s | [all...] |
/art/runtime/arch/arm/ |
memcmp16_arm.S | 92 ands r0, r0, #2
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy_base.S | 78 ands r3, r3, #0xF
|
memset.S | 77 ands ip, r3, #7
|
/bionic/libc/arch-arm/cortex-a53/bionic/ |
memcpy_base.S | 68 ands r3, r3, #0xF
|
/bionic/libc/arch-arm/denver/bionic/ |
memset.S | 75 ands ip, r3, 0xF
|
/bionic/libc/arch-arm64/generic/bionic/ |
memchr.S | 85 ands soff, srcin, #31
|
strcmp.S | 65 ands tmp1, src1, #7
|
strnlen.S | 75 ands tmp1, srcin, #15
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
div.S | 93 ands r2, r1, #0x80000000
|
div.asm | 92 ANDS r2, r1, #0x80000000
|
/external/libavc/encoder/armv8/ |
ih264e_evaluate_intra_chroma_modes_av8.s | 106 ands w6, w5, w19 380 ands w7, w0, #04 // vert mode valid???????????? 383 ands w6, w0, #02 // horz mode valid???????????? 386 ands w6, w0, #01 // dc mode valid????????????
|
/external/llvm/lib/Transforms/Scalar/ |
BDCE.cpp | 11 // instructions (shifts, some ands, ors, etc.) kill some of their input bits.
|
/external/llvm/test/CodeGen/SystemZ/ |
and-04.ll | 1 ; Test 64-bit ANDs in which the second operand is constant.
|
and-05.ll | 1 ; Test ANDs of a constant into a byte of memory.
|
int-conv-10.ll | 24 ; Check ANDs that are equivalent to zero extension.
|
vec-and-03.ll | 1 ; Test vector zero extensions, which need to be implemented as ANDs.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
AndFileFilter.java | 70 * Constructs a new file filter that ANDs the result of two other filters.
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 115 ands r3, r2, #15 // calc. single iterations
|