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

1 2 3 4

  /prebuilts/go/darwin-x86/src/cmd/dist/
vfp_arm.s 22 BIC $15, R13
  /prebuilts/go/linux-x86/src/cmd/dist/
vfp_arm.s 22 BIC $15, R13
  /external/arm-neon-tests/
InitCache.s 20 ;BIC r0, r0, #(0x1 <<12) ; Clear bit 0
22 ;BIC r0, r0, #(0x1 << 2) ; Clear bit 0
32 ;BIC r0, r0, #(0x1 << 1) ; L2EN bit, disable L2 cache
44 ;BIC r0, r0, #(0x1 << 11) ; Disable all forms of branch prediction
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_arm.s 117 BIC $0xfc000000, R0, R0
118 BIC $0xfc000000, g, g
120 BIC $0xfc000000, R11, R11
121 BIC $0xfc000000, R12, R12
173 BIC $0xfc000000, g, g
174 BIC $0xfc000000, R4, R4
183 BIC $0xfc000000, R0, R0
184 BIC $0xfc000000, R6, R6
192 BIC $0xfc000000, g, R5
193 BIC $0xfc000000, R2, R
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_arm.s 117 BIC $0xfc000000, R0, R0
118 BIC $0xfc000000, g, g
120 BIC $0xfc000000, R11, R11
121 BIC $0xfc000000, R12, R12
173 BIC $0xfc000000, g, g
174 BIC $0xfc000000, R4, R4
183 BIC $0xfc000000, R0, R0
184 BIC $0xfc000000, R6, R6
192 BIC $0xfc000000, g, R5
193 BIC $0xfc000000, R2, R
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_arm.s 117 BIC $0xfc000000, R0, R0
118 BIC $0xfc000000, g, g
120 BIC $0xfc000000, R11, R11
121 BIC $0xfc000000, R12, R12
173 BIC $0xfc000000, g, g
174 BIC $0xfc000000, R4, R4
183 BIC $0xfc000000, R0, R0
184 BIC $0xfc000000, R6, R6
192 BIC $0xfc000000, g, R5
193 BIC $0xfc000000, R2, R
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
tls_arm.s 43 BIC $3, R0 // Darwin/ARM might return unaligned pointer
60 BIC $3, R0 // Darwin/ARM might return unaligned pointer
memmove_arm.s 186 BIC $3, FROM /* align source */
234 BIC $3, FROM /* align source */
  /prebuilts/go/linux-x86/src/runtime/
tls_arm.s 43 BIC $3, R0 // Darwin/ARM might return unaligned pointer
60 BIC $3, R0 // Darwin/ARM might return unaligned pointer
memmove_arm.s 186 BIC $3, FROM /* align source */
234 BIC $3, FROM /* align source */
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
EnableInterrupts.asm 33 BIC R0,R0,#0x80 ;Enable IRQ interrupts
  /art/compiler/utils/arm/
constants_arm.h 118 BIC = 14, // Bit Clear
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 40 ref -= NUMBER; /* bic ref, ref, #3 */
84 x10 = x10 | (x11 << (32 - SHIFT)); /* bic x10, x10, x11, lsl #8 = ~G ~F ~E ~D */
144 BIC ref, ref, #3;
162 BIC x10, x10, x11, lsl #(32-SHIFT);
164 BIC x11, x11, x12, lsl #(32-SHIFT);
185 BIC x10, x10, x11, lsl #(32-SHIFT);
187 BIC x11, x11, x12, lsl #(32-SHIFT);
236 ref -= NUMBER; /* bic ref, ref, #3 */
256 "bic %0, %0, %1, lsl %6\n\t"
258 "bic %1, %1, %2, lsl %6\n\t
    [all...]
sad_inline.h 227 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
415 "bic %1, %4, %1\n\t" \
418 "bic %3, %4, %3\n\t" \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 77 BIC r7,r7,#1
81 BIC r7,r8,#0xf000
204 BIC r7,r7,#1
208 BIC r7,r8,#0xf000
238 BIC r7,r7,#1
242 BIC r7,r8,#0xf000
armVCM4P10_InterpolateLuma_Align_unsafe_s.S 32 BIC r0,r0,#3
89 BIC r0,r0,#3
armVCM4P10_InterpolateLuma_Copy_unsafe_s.S 32 BIC r0,r0,#3
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 546 getSrcAndDstElememntTypeName(BitCastInst* BIC) {
547 if (!BIC)
550 Type *SrcTy = BIC->getSrcTy();
551 Type *DstTy = BIC->getDestTy();
566 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
567 auto Names = getSrcAndDstElememntTypeName(BIC);
577 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
578 auto Names = getSrcAndDstElememntTypeName(BIC);
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
anames.go 22 "BIC",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
anames.go 22 "BIC",
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s 26 BIC #8, SR
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 80 BIC pSrc, pSrc, #3
181 BIC pSrc, pSrc, #3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 80 BIC pSrc, pSrc, #3
181 BIC pSrc, pSrc, #3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 549 BIC $Symbol, $Symbol, #1 ;// table offset
558 BIC $Symbol, $T1, #0xF000
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 549 BIC $Symbol, $Symbol, #1 ;// table offset
558 BIC $Symbol, $T1, #0xF000

Completed in 688 milliseconds

1 2 3 4