HomeSort by relevance Sort by last modified time
    Searched refs:ands (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/libavc/common/arm/
ih264_intra_pred_luma_8x8_a9q.s 352 ands r2, r4, #0x01 @CHECKING IF LEFT_AVAILABLE ELSE BRANCHING TO ONLY TOP AVAILABLE
354 ands r2, r4, #0x04 @CHECKING IF TOP_AVAILABLE ELSE BRANCHING TO ONLY LEFT AVAILABLE
369 ands r2, r4, #0x04 @CHECKING TOP AVAILABILTY OR ELSE BRANCH TO NONE AVAILABLE
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
arm64-diags.s 270 ands w0, w0, w0, lsl #32 label
272 ; CHECK-ERRORS: ands w0, w0, w0, lsl #32
arm64-aliases.s 43 ands wzr, w1, w2, lsl #2
44 ands xzr, x1, x2, lsl #3
  /external/libavc/common/armv8/
ih264_intra_pred_luma_16x16_av8.s 303 ands x6, x4, #0x01
309 ands x6, x4, #0x04
ih264_intra_pred_chroma_av8.s 118 ands x6, x4, x19
  /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...]
test-assembler-arm64.cc 753 TEST(ands) {
759 __ Ands(w0, w1, Operand(w1));
770 __ Ands(w0, w0, Operand(w1, LSR, 4));
781 __ Ands(x0, x0, Operand(x1, ROR, 1));
791 __ Ands(w0, w0, Operand(0xf));
801 __ Ands(w0, w0, Operand(0x80000000));
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Blur.S     [all...]
rsCpuIntrinsics_advsimd_ColorMatrix.S     [all...]
rsCpuIntrinsics_advsimd_Blur.S     [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s 155 ands r3, r12, #0xf
159 ands r1, r9, #0xffffffff
162 @ CHECK: ands r3, r12, #15 @ encoding: [0x1c,0xf0,0x0f,0x03]
166 @ CHECK: ands r1, r9, #4294967295 @ encoding: [0x19,0xf0,0xff,0x31]
173 ands r2, r1, r7, lsl #1
174 ands.w r4, r5, r2, lsr #20
179 @ CHECK: ands.w r2, r1, r7, lsl #1 @ encoding: [0x11,0xea,0x47,0x02]
180 @ CHECK: ands.w r4, r5, r2, lsr #20 @ encoding: [0x15,0xea,0x12,0x54]
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 748 COMPARE(ands(w23, w24, Operand(0x0000000f)), "ands w23, w24, #0xf");
749 COMPARE(ands(x25, x26, Operand(0x800000000000000f)),
750 "ands x25, x26, #0x800000000000000f");
765 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
767 "ands x29, x0, #0x100000000");
771 COMPARE(ands(xzr, xzr, Operand(7)), "tst xzr, #0x7");
    [all...]
test-assembler-a64.cc 742 TEST(ands) {
747 __ Ands(w0, w1, Operand(w1));
758 __ Ands(w0, w0, Operand(w1, LSR, 4));
769 __ Ands(x0, x0, Operand(x1, ROR, 1));
779 __ Ands(w0, w0, Operand(0xf));
789 __ Ands(w0, w0, Operand(0x80000000));
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 1185 void Assembler::ands(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_vec_arm.S 914 ands r9, r3, #63
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1024 ands r11, r8, #1 @II See if we are at even or odd block
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.cc 963 void Assembler::ands(const Register& rd, function in class:vixl::Assembler
966 Logical(rd, rn, operand, ANDS);
972 ands(AppropriateZeroRegFor(rn), rn, operand);
    [all...]
assembler-a64.h     [all...]

Completed in 240 milliseconds

1 2 34