HomeSort by relevance Sort by last modified time
    Searched refs:bic (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha512-armv4.pl 322 bic $Ktbl,$Ktbl,#1
373 bic $Ktbl,$Ktbl,#1
sha256-armv4.pl 430 bic sp,sp,#15 @ align for 128-bit stores
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 303 bic $Ktbl,$Ktbl,#1
354 bic $Ktbl,$Ktbl,#1
sha1-armv4-large.pl 294 '&bic ($t0,$d,$b)',
493 bic sp,sp,#15 @ align for 128-bit stores
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 654 COMPARE(bic(w3, w4, Operand(0x20202020)),
656 COMPARE(bic(x5, x6, Operand(0x4040404040404040L)),
706 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
707 COMPARE(bic(x18, x19, Operand(x20, LSL, 5)), "bic x18, x19, x20, lsl #5");
708 COMPARE(bic(w21, w22, Operand(w23, LSR, 6)), "bic w21, w22, w23, lsr #6");
709 COMPARE(bic(x24, x25, Operand(x26, ASR, 7)), "bic x24, x25, x26, asr #7")
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 623 COMPARE(bic(w3, w4, Operand(0x20202020)),
625 COMPARE(bic(x5, x6, Operand(0x4040404040404040)),
675 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
676 COMPARE(bic(x18, x19, Operand(x20, LSL, 5)), "bic x18, x19, x20, lsl #5");
677 COMPARE(bic(w21, w22, Operand(w23, LSR, 6)), "bic w21, w22, w23, lsr #6");
678 COMPARE(bic(x24, x25, Operand(x26, ASR, 7)), "bic x24, x25, x26, asr #7")
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp     [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 291 __ bic(R0, R1, ShifterOperand(R2));
302 __ bic(R0, R1, ShifterOperand());
336 __ bic(R0, R1, ShifterOperand(0x55));
370 __ bic(R0, R1, ShifterOperand(0x550055));
    [all...]
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S     [all...]
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 933 case BIC: {
934 Format(instr, "bic'cond's 'rd, 'rn, 'shift_op");
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert.s 221 bic r5,r10,#7 @r5 ->wd
ihevc_inter_pred_chroma_vert_w16out.s 220 bic r5,r10,#7 @r5 ->wd
ihevc_deblk_luma_horz.s 75 @ bic r2,r2,#1
ihevc_deblk_luma_vert.s 79 @ bic r2,r2,#1
  /external/openssl/crypto/aes/asm/
bsaes-armv7.S     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 234 bic r7, r7, r6 ; vp8_filter &= ~hev
445 bic r12, r7, r6 ; vp8_filter &= ~hev ( r6 is free)
802 bic r7, r7, r6 ; r7: vp8_filter
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 234 bic r7, r7, r6 ; vp8_filter &= ~hev
445 bic r12, r7, r6 ; vp8_filter &= ~hev ( r6 is free)
802 bic r7, r7, r6 ; r7: vp8_filter
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 234 bic r7, r7, r6 ; vp8_filter &= ~hev
445 bic r12, r7, r6 ; vp8_filter &= ~hev ( r6 is free)
802 bic r7, r7, r6 ; r7: vp8_filter
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 71 void MacroAssembler::Bic(const Register& rd,
76 LogicalMacro(rd, rn, operand, BIC);
1237 Bic(csp, temp, 0xf);
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 397 virtual void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
assembler_arm32.h 77 void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
assembler_thumb2.h 99 void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
  /bionic/libc/arch-arm/bionic/
memcpy.S 441 bic r12, r1, #0x1F
  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 193 __ bic(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1),
  /external/libhevc/common/arm64/
ihevc_inter_pred_luma_horz_w16out.s 125 bic x19, x19, x20 // clearing bit[0], so that it goes back to mode

Completed in 1389 milliseconds

1 2 3 45 6