Searched refs:BIC (Results 1 - 25 of 28) sorted by relevance

12

/external/arm-neon-tests/
H A DInitCache.s20 ;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/
H A Dsum_arm.s117 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
[all...]
/external/libxaac/decoder/armv7/
H A Dixheaacd_conv_ergtoamplitude.s50 BIC R11, R11, #1
77 BIC R11, R11, #1
105 BIC R11, R11, #1
H A Dixheaacd_conv_ergtoamplitudelp.s51 BIC R6, R6, #1
77 BIC R6, R6, #1
105 BIC R6, R6, #1
H A Dixheaacd_rescale_subbandsamples.s134 BIC R7, R3, #1
183 BIC R7, R3, #1
H A Dixheaacd_tns_ar_filter_fixed_32x16.s50 BIC r4, r4, #3
H A Dixheaacd_complex_fft_p2.s32 BIC r6, r4, #0x0000FF00
33 BIC r7, r4, #0x00FF0000
H A Dixheaacd_complex_ifft_p2.s32 BIC r6, r4, #0x0000FF00
33 BIC r7, r4, #0x00FF0000
H A Dixheaacd_tns_ar_filter_fixed.s50 BIC r4, r4, #3
/external/spirv-llvm/lib/SPIRV/
H A DOCLUtil.cpp546 getSrcAndDstElememntTypeName(BitCastInst* BIC) { argument
547 if (!BIC)
550 Type *SrcTy = BIC->getSrcTy();
551 Type *DstTy = BIC->getDestTy();
566 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst); local
567 auto Names = getSrcAndDstElememntTypeName(BIC);
577 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst); local
578 auto Names = getSrcAndDstElememntTypeName(BIC);
/external/tremolo/Tremolo/
H A DbitwiseARM.s199 BIC r3,r3,#3 @ r3 = Pointer to start (word)
224 BIC r2,r3,#3 @ r2 = b->headptr (word)
327 BIC r2,r6,#3 @ r2 = word ptr
364 BIC r2,r6,#3 @ r2 = word ptr
H A Ddpen.s144 BIC r10,r10,#0x80 @ r3 = next &= ~0x80
163 BIC r7, r7, #0x8000 @ r7 = chase
204 BIC r10,r10,#0x8000 @ r3 = next &= ~0x8000
221 BIC r7, r7, #0x80000000 @ r7 = chase
/external/v8/src/arm64/
H A Dconstants-arm64.h498 BIC = AND | NOT, enumerator in enum:v8::internal::LogicalOp
530 BIC_w = LogicalShiftedFixed | BIC,
531 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
H A Dmacro-assembler-arm64-inl.h76 LogicalMacro(rd, rn, operand, BIC);
H A Dassembler-arm64.cc1210 Logical(rd, rn, operand, BIC);
/external/v8/src/arm/
H A Dconstants-arm.h155 BIC = 14 << 21, // Bit Clear. enumerator in enum:v8::internal::Opcode
H A Dassembler-arm.cc1141 alu_insn == BIC) {
1652 addrmod1(cond | BIC | s, src1, dst, src2);
H A Dsimulator-arm.cc2633 case BIC: {
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h538 BIC = AND | NOT, enumerator in enum:vixl::aarch64::LogicalOp
570 BIC_w = LogicalShiftedFixed | BIC,
571 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
H A Dmacro-assembler-aarch64.cc756 LogicalMacro(rd, rn, operand, BIC);
H A Dassembler-aarch64.cc515 Logical(rd, rn, operand, BIC);
/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc303 EmitType01(cond, o.type(), BIC, 0, rn, rd, o);
308 EmitType01(cond, o.type(), BIC, 1, rn, rd, o);
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-arm-instructions.s295 @ BIC
H A Dbasic-thumb2-instructions.s227 @ BIC
/external/llvm/test/MC/ARM/
H A Dv8_IT_manual.s283 @ BIC reg, encoding T1
287 @ BIC reg, encoding T2 (32-bit)

Completed in 3505 milliseconds

12