/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 68 * a ldr[b|h] and str[b|h] because byte and half-word instructions 216 ldr r3, [r1], #4 236 ldr r5, [r1], #4 260 ldr r12, [r1], #4 287 ldr r12, [r1], #4 314 ldr r12, [r1], #4 347 1: ldr r5, [r1], #4
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
SecureClassLoaderTest.java | 184 SecureClassLoader ldr = new SecureClassLoader(); local 185 ldr.getPermissions(null); 186 ldr.getPermissions(cs); 193 SecureClassLoader ldr = new SecureClassLoader(); local 194 Class klass = ldr.defineClass(null, klassData, 0, klassData.length, 203 SecureClassLoader ldr = new SecureClassLoader(); local 205 Class klass = ldr.defineClass(null, bbuf, null);
|
/libcore/luni/src/test/java/tests/java/security/ |
SecureClassLoaderTest.java | 184 MyClassLoader ldr = new MyClassLoader(); local 185 ldr.getPerms(null); 186 ldr.getPerms(cs); 193 // MyClassLoader ldr = new MyClassLoader(); 194 // Class klass = ldr.define(null, klassData, 0, klassData.length, null); 202 // MyClassLoader ldr = new MyClassLoader(); 204 // Class klass = ldr.define(null, bbuf, null);
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
loopfilter_neon.asm | 30 ldr r3, [sp, #4] ; load thresh 69 ldr r12, [sp, #4] ; load thresh 70 ldr r2, [sp, #8] ; load v ptr 127 ldr r3, [sp, #4] ; load thresh 215 ldr r2, [sp, #8] ; load v ptr 236 ldr r12, [sp, #4] ; load thresh
|
mbloopfilter_neon.asm | 32 ldr r12, [sp, #4] ; load thresh 75 ldr r12, [sp, #4] ; load thresh 78 ldr r12, [sp, #8] ; load v ptr 133 ldr r12, [sp, #4] ; load thresh 227 ldr r12, [sp, #4] ; load thresh 230 ldr r12, [sp, #8] ; load v ptr
|
vp8_subpixelvariance8x8_neon.asm | 31 ldr r4, [sp, #12] ;load *dst_ptr from stack 32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack 33 ldr lr, [sp, #20] ;load *sse from stack
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 293 LDR x11, [ref, #4]; 294 LDR x10, [ref], lx ; 295 LDR x14, [blk, #4]; 296 LDR x12, [blk], #16 ; 469 __asm__ volatile("LDR %0, [%1], %2": "=&r"(x10), "+r"(ref): "r"(lx)); 472 __asm__ volatile("LDR %0, [%1], #16": "=&r"(x12), "+r"(blk));
|
/dalvik/vm/mterp/armv5te/ |
header.S | 76 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc] 78 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame] 179 #define GET_VREG(_reg, _vreg) ldr _reg, [rFP, _vreg, lsl #2]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 113 LDR a,=MASK_1 127 LDR XY,=LOOP_COUNT 144 LDR m01, =MASK_1 ;// 01010101 mask
|
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 144 LDR t4,=MASK_1 159 LDR XY,=LOOP_COUNT 187 LDR m01, =MASK_1 ;// 01010101 mask
|
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 137 LDR a,=MASK_1 151 LDR XY,=LOOP_COUNT 161 LDR mask, =MASK_2 236 LDR m01, =MASK_1
|
/external/aac/libFDK/include/arm/ |
scramble.h | 127 "ldr r10, [%0, r5];\n" 129 "ldr r11, [%0, r6];\n" 135 "ldr r10, [%0, r5];\n" 137 "ldr r11, [%0, r6];\n"
|
/external/compiler-rt/lib/arm/ |
divmodsi4.S | 41 ldr r1, [r6]
|
switch32.S | 34 ldr ip, [lr, #-1] // get first 32-bit word in table
|
/external/llvm/lib/Transforms/Scalar/ |
GlobalMerge.cpp | 27 // ldr r1, [r5], #4 28 // ldr r2, [r6], #4 46 // ldr r0, [r5, #40] 47 // ldr r1, [r5, #80]
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-mvn.ll | 47 ; ARM: ldr r0
|
/external/llvm/test/MC/Disassembler/ARM/ |
thumb-tests.txt | 33 # CHECK: ldr r5, [pc, #432] 179 # CHECK: ldr.w r4, [sp, r4, lsl #3] 182 # CHECK: ldr.w r5, [r6, #30] 191 # CHECK: ldr r5, [r6, #-30]
|
/external/skia/legacy/src/core/asm/ |
s32a_d565_opaque.S | 34 4: ldr r1, [r7], #4 // r1=*src; src++
|
/external/skia/src/core/asm/ |
s32a_d565_opaque.S | 34 4: ldr r1, [r7], #4 // r1=*src; src++
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks.c | 72 "ldr %[tmp_coeff0], [%[coeff]]\n\t" 73 "ldr %[tmp_coeff1], [%[coeff], #4]\n\t" 76 "ldr %[tmp_coeff0], [%[coeff], #8]\n\t" 77 "ldr %[tmp_coeff1], [%[coeff], #12]\n\t"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 206 LDR VlcMVD, =armVCM4P2_aVlcMVD ;// Load the optimized MVD VLC table 210 LDR temp,=0xFFF 238 LDR VlcMVD, =armVCM4P2_aVlcMVD ;// Loading the address of optimized VLC tables 240 LDR temp,=0xFFF
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 206 LDR VlcMVD, =armVCM4P2_aVlcMVD ;// Load the optimized MVD VLC table 210 LDR temp,=0xFFF 238 LDR VlcMVD, =armVCM4P2_aVlcMVD ;// Loading the address of optimized VLC tables 240 LDR temp,=0xFFF
|
omxVCM4P2_PredictReconCoefIntra_s.s | 163 LDR index, =armVCM4P2_DCScaler 168 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S16 ;// Loading the table with entries 32767/(1 to 63) 214 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S32 ;// Loading the table with entries 0x1ffff/(1 to 63) 218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQP
|
/system/core/libcutils/arch-arm/ |
memset32.S | 91 ldr lr, [sp], #4
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 46 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
|