HomeSort by relevance Sort by last modified time
    Searched refs:BIC (Results 1 - 25 of 95) 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
61 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
61 BIC $3, R0 // Darwin/ARM might return unaligned pointer
memmove_arm.s 186 BIC $3, FROM /* align source */
234 BIC $3, FROM /* align source */
  /external/libxaac/decoder/armv7/
ixheaacd_conv_ergtoamplitude.s 50 BIC R11, R11, #1
77 BIC R11, R11, #1
105 BIC R11, R11, #1
ixheaacd_conv_ergtoamplitudelp.s 51 BIC R6, R6, #1
77 BIC R6, R6, #1
105 BIC R6, R6, #1
ixheaacd_rescale_subbandsamples.s 134 BIC R7, R3, #1
183 BIC R7, R3, #1
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
EnableInterrupts.asm 33 BIC R0,R0,#0x80 ;Enable IRQ interrupts
  /prebuilts/go/darwin-x86/src/bytes/
bytes_arm64.s 22 BIC $0x1f, R0, R3
33 BIC $0x1f, R2, R9
  /prebuilts/go/linux-x86/src/bytes/
bytes_arm64.s 22 BIC $0x1f, R0, R3
33 BIC $0x1f, R2, R9
  /art/compiler/utils/arm/
constants_arm.h 119 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" \
  /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/asm/internal/asm/testdata/
arm.s 826 // BIC
827 BIC $255, R0, R1 // ff10c0e3
828 BIC $4278190080, R0, R1 // ff14c0e3
829 BIC.S $255, R0, R1 // ff10d0e3
830 BIC.S $4278190080, R0, R1 // ff14d0e3
831 BIC $255, R0 // ff00c0e3
832 BIC $4278190080, R0 // ff04c0e3
833 BIC.S $255, R0 // ff00d0e3
834 BIC.S $4278190080, R0 // ff04d0e3
835 BIC R0, R1, R2 // 0020c1e
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
anames.go 22 "BIC",
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm.s 826 // BIC
827 BIC $255, R0, R1 // ff10c0e3
828 BIC $4278190080, R0, R1 // ff14c0e3
829 BIC.S $255, R0, R1 // ff10d0e3
830 BIC.S $4278190080, R0, R1 // ff14d0e3
831 BIC $255, R0 // ff00c0e3
832 BIC $4278190080, R0 // ff04c0e3
833 BIC.S $255, R0 // ff00d0e3
834 BIC.S $4278190080, R0 // ff04d0e3
835 BIC R0, R1, R2 // 0020c1e
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
anames.go 22 "BIC",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.s 32 BIC #8, SR

Completed in 542 milliseconds

1 2 3 4