/external/libvpx/libvpx/vp8/common/arm/armv6/ |
filter_v6.asm | 85 ands r10, r7, #0xff ; test loop counter 175 ands r10, r7, #0xff ; test loop counter 268 ands r10, r7, #0xff ; test loop counter 349 ands r8, r7, #0xff 594 ands r9, r7, #0xff
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
filter_v6.asm | 85 ands r10, r7, #0xff ; test loop counter 175 ands r10, r7, #0xff ; test loop counter 268 ands r10, r7, #0xff ; test loop counter 349 ands r8, r7, #0xff 594 ands r9, r7, #0xff
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 192 ands ip, r0, #3 233 ands ip, r1, #3 411 ands r3, r3, b1, lsl #7
|
memcpy_base.S | 49 ands r3, r3, #0xF
|
/external/libavc/common/arm/ |
ih264_intra_pred_chroma_a9q.s | 112 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE 114 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE 141 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
|
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 | 506 ANDS = 0x60000000, 507 BICS = ANDS | NOT 521 ANDS_w_imm = LogicalImmediateFixed | ANDS, 522 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits 548 ANDS_w = LogicalShiftedFixed | ANDS, 549 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits, [all...] |
/bionic/libc/arch-arm/generic/bionic/ |
memcmp.S | 127 ands r3, r3, #3 146 ands r0, r0, #3
|
/external/llvm/test/CodeGen/Thumb2/ |
float-ops.ll | 277 ; NONE: ands [[REG]], [[REG]], #1 280 ; SP: ands r0, r0, #1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 125 ands r7, r7, #0x7 227 ands r7, r7, #0x7
|
/external/v8/test/cctest/ |
test-disasm-arm64.cc | 649 COMPARE(ands(w23, w24, Operand(0x0000000f)), "ands w23, w24, #0xf"); 650 COMPARE(ands(x25, x26, Operand(0x800000000000000fL)), 651 "ands x25, x26, #0x800000000000000f"); 666 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8"); 668 "ands fp, x0, #0x100000000"); 672 COMPARE(ands(xzr, xzr, Operand(7)), "tst xzr, #0x7"); 736 COMPARE(ands(w0, w1, Operand(w2)), "ands w0, w1, w2"); 737 COMPARE(ands(x3, x4, Operand(x5, LSL, 1)), "ands x3, x4, x5, lsl #1") [all...] |
/art/runtime/arch/arm/ |
memcmp16_arm.S | 92 ands r0, r0, #2
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memset.S | 94 ands ip, r3, #7
|
/bionic/libc/arch-arm/denver/bionic/ |
memset.S | 93 ands ip, r3, 0xF
|
/bionic/libc/arch-arm64/generic/bionic/ |
memchr.S | 85 ands soff, srcin, #31
|
strcmp.S | 64 ands tmp1, src1, #7
|
strlen.S | 61 ands tmp1, srcin, #15
|
strnlen.S | 75 ands tmp1, srcin, #15
|
/external/libavc/encoder/armv8/ |
ih264e_evaluate_intra_chroma_modes_av8.s | 104 ands x6, x5, x19 378 ands x7, x0, #04 // vert mode valid???????????? 381 ands x6, x0, #02 // horz mode valid???????????? 384 ands x6, x0, #01 // dc mode valid????????????
|
/external/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 89 // other hand, 64-bit ANDs like NILL can sometimes be converted to RISBG.
|
/external/llvm/test/CodeGen/ARM/ |
thumb2-size-opt.ll | 7 ; CHECK-OPT: ands r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}]
|
/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.
|
/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.
|