/external/tremolo/Tremolo/ |
D | mdctARM.s | 58 MOV r3, r3, LSL #1 117 MOV r3, r3, LSL #1 193 MOV r8, r8, LSL #1 232 MOV r8, r8, LSL #1 300 MOV r2,r2,LSL #1 304 MOV r2,r2,LSL r3 @ r2 = step = 2<<shift 312 ADD r4, r1, r0, LSL #1 @ r4 = aX = in+(n>>1) 323 LDR r10,[r5],r2,LSL #2 @ r10= T[0] T += step 333 MOV r9, r9, LSL #1 338 MOV r12,r12,LSL #1 [all …]
|
D | mdctLARM.s | 56 MOV r3, r3, LSL #1 115 MOV r3, r3, LSL #1 191 MOV r8, r8, LSL #1 231 MOV r8, r8, LSL #1 301 MOV r2, r2, LSL #1 305 MOV r2, r2, LSL r3 @ r2 = step = 2<<shift 313 ADD r4, r1, r0, LSL #1 @ r4 = aX = in+(n>>1) 364 ADD r4, r1, r0, LSL #1 @ r4 = aX = in+(n>>1) 418 MOV r6, r14,LSL r3 @ r6 = (4<<i)<<shift 437 ADD r1,r1,r0,LSL #1 @ r1 = x2+4 = x + (POINTS>>1) [all …]
|
D | bitwiseARM.s | 60 ORRLT r10,r10,r11,LSL r14 @ r10= Next 32 bits. 62 RSB r14,r14,r14,LSL r1 82 ORRLT r10,r10,r6,LSL r12 @ r10= first bitsLeftInSeg bits+crap 83 RSB r11,r11,r11,LSL r5 @ r11= mask 108 ORR r10,r10,r12,LSL r5 @ r10= first r5+8 bits 114 RSB r14,r14,r14,LSL r1 123 RSB r14,r14,r14,LSL r1 150 MOV r14,r14,LSL #3 @ r14= length in bits 194 MOV r10,r10,LSL #3 @ r10= bits to backtrk to word align 200 ADDS r2,r2,r12,LSL #3 @ r2 = length in bits after advance [all …]
|
D | dpen.s | 100 ADC r2, r6, r7, LSL #1 @ r8 = &t[chase*2+C] 146 ORR r0, r14,r10,LSL #8 @ r7 = chase = (next<<8) | r14 157 ADC r2, r6, r7, LSL #1 @ r8 = &t[chase*2+C] 183 MOV r8, r8, LSL #1 @ r8 = (chase+bit)<<1 197 MOV r7, r7, LSL #1 206 ORR r0, r14,r10,LSL #16 @ r7 = chase = (next<<16) | r14 216 LDR r7, [r6, r2, LSL #2] 266 MOVLT r14,r14,LSL r11 @ r14= add = s->q_min << -add (if add < 0) 271 MOVLT r12,r12,LSL r5 @ r12=mul<<-shiftM 273 MOVGT r14,r14,LSL r5 @ add <<= shiftM [all …]
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 154 __ ldr(r2, MemOperand(sp, r0, LSL, kPointerSizeLog2)); in Generate_MathMaxMin() 244 __ ldr(r0, MemOperand(sp, r0, LSL, kPointerSizeLog2, PreIndex)); in Generate_NumberConstructor() 278 __ ldr(r2, MemOperand(sp, r0, LSL, kPointerSizeLog2, PreIndex)); in Generate_NumberConstructor_ConstructStub() 343 __ ldr(r0, MemOperand(sp, r0, LSL, kPointerSizeLog2, PreIndex)); in Generate_StringConstructor() 402 __ ldr(r2, MemOperand(sp, r0, LSL, kPointerSizeLog2, PreIndex)); in Generate_StringConstructor_ConstructStub() 582 __ ldr(ip, MemOperand(r2, r4, LSL, kPointerSizeLog2 - 1)); in Generate_JSConstructStubHelper() 656 __ add(sp, sp, Operand(r1, LSL, kPointerSizeLog2 - 1)); in Generate_JSConstructStubHelper() 794 __ add(r3, r0, Operand(r3, LSL, kPointerSizeLog2 - 1)); in Generate_ResumeGeneratorTrampoline() 869 __ cmp(r2, Operand(argc, LSL, kPointerSizeLog2)); in Generate_CheckStackOverflow() 918 __ add(r2, r4, Operand(r3, LSL, kPointerSizeLog2)); in Generate_JSEntryTrampolineHelper() [all …]
|
D | codegen-arm.cc | 158 __ mov(chars, Operand(chars, LSL, 31), SetCC); in CreateMemCopyUint8Function() 201 __ add(temp, dest, Operand(temp, LSL, 1)); in CreateMemCopyUint16Uint8Function() 213 __ sub(dest, dest, Operand(chars, LSL, 1)); in CreateMemCopyUint16Uint8Function() 228 __ add(temp2, dest, Operand(temp2, LSL, 1)); in CreateMemCopyUint16Uint8Function() 234 __ pkhbt(temp1, temp3, Operand(temp4, LSL, 16)); in CreateMemCopyUint16Uint8Function() 242 __ mov(chars, Operand(chars, LSL, 31), SetCC); // bit0 => ne, bit1 => cs in CreateMemCopyUint16Uint8Function() 246 __ mov(temp3, Operand(temp3, LSL, 16)); in CreateMemCopyUint16Uint8Function() 388 __ mov(lr, Operand(length, LSL, 2)); in GenerateSmiToDouble() 426 __ add(array_end, scratch2, Operand(length, LSL, 2)); in GenerateSmiToDouble() 533 __ add(array_size, array_size, Operand(length, LSL, 1)); in GenerateDoubleToObject() [all …]
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 152 COMPARE(Mov(w6, Operand(w7, LSL, 5)), "lsl w6, w7, #5"); in TEST_() 172 COMPARE(Mvn(w6, Operand(w7, LSL, 12)), "mvn w6, w7, lsl #12"); in TEST_() 335 COMPARE(add(w6, w7, Operand(w8, LSL, 1)), "add w6, w7, w8, lsl #1"); in TEST_() 336 COMPARE(add(x9, x10, Operand(x11, LSL, 2)), "add x9, x10, x11, lsl #2"); in TEST_() 342 COMPARE(cmn(x26, Operand(cp, LSL, 63)), "cmn x26, cp, lsl #63"); in TEST_() 346 COMPARE(add(x4, csp, Operand(x5, LSL, 1)), "add x4, csp, x5, lsl #1"); in TEST_() 347 COMPARE(add(x4, xzr, Operand(x5, LSL, 1)), "add x4, xzr, x5, lsl #1"); in TEST_() 348 COMPARE(add(w6, wcsp, Operand(w7, LSL, 3)), "add w6, wcsp, w7, lsl #3"); in TEST_() 349 COMPARE(adds(xzr, csp, Operand(x8, LSL, 4)), "cmn csp, x8, lsl #4"); in TEST_() 350 COMPARE(adds(xzr, xzr, Operand(x8, LSL, 5)), "cmn xzr, x8, lsl #5"); in TEST_() [all …]
|
D | test-disasm-arm.cc | 113 COMPARE(eor(r4, r5, Operand(r6, LSL, 0)), in TEST() 115 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC), in TEST() 117 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne), in TEST() 119 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs), in TEST() 122 COMPARE(sub(r5, r6, Operand(r10, LSL, 31), LeaveCC, hs), in TEST() 124 COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc), in TEST() 126 COMPARE(sub(r5, r6, Operand(r10, LSL, 24), LeaveCC, lo), in TEST() 128 COMPARE(sub(r5, r6, Operand(r10, LSL, 16), SetCC, mi), in TEST() 167 COMPARE(rsc(r7, r8, Operand(ip, LSL, r0)), in TEST() 169 COMPARE(rsc(r7, r8, Operand(ip, LSL, r1)), in TEST() [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | vai.txt | 115 LSL{ 116 "LSL",
|
D | shi.txt | 115 LSL{ 116 "LSL",
|
D | zgh.txt | 111 LSL{ 112 "LSL",
|
D | dje.txt | 115 LSL{ 116 "LSL",
|
D | naq.txt | 115 LSL{ 116 "LSL",
|
D | kln.txt | 115 LSL{ 116 "LSL",
|
D | mfe.txt | 115 LSL{ 116 "LSL",
|
D | ak.txt | 115 LSL{ 116 "LSL",
|
D | ff.txt | 115 LSL{ 116 "LSL",
|
D | twq.txt | 115 LSL{ 116 "LSL",
|
D | mg.txt | 115 LSL{ 116 "LSL",
|
D | mua.txt | 115 LSL{ 116 "LSL",
|
D | ses.txt | 115 LSL{ 116 "LSL",
|
D | khq.txt | 115 LSL{ 116 "LSL",
|
/external/aac/libFDK/src/arm/ |
D | dct_arm.cpp | 203 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 227 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 255 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 383 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dst_IV_func2() 415 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dst_IV_func2()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 124 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt)); in tryOrrMovk() 202 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt)); in tryToreplicateChunks() 226 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt)); in tryToreplicateChunks() 377 AArch64_AM::getShifterImm(AArch64_AM::LSL, FirstMovkIdx * 16)); in trySequenceOfOnes() 393 AArch64_AM::getShifterImm(AArch64_AM::LSL, SecondMovkIdx * 16)); in trySequenceOfOnes() 541 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift)); in expandMOVImm() 567 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift)); in expandMOVImm() 643 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSL, 0)); in expandMI()
|
/external/libhevc/decoder/arm/ |
D | ihevcd_fmt_conv_420sp_to_rgba8888.s | 153 ADD R8,R2,R9,LSL #2 @// rgb_next_row = rgb + rgb_stride 432 ADD R2,R8,R14,LSL #2 @// rgb = rgb_next + offset 435 ADD R8,R2,R3,LSL #2 @// rgb_next_row = rgb + width 441 ADD R8,R8,R14,LSL #2 @// rgb_next_row = rgb + width + offset
|