Searched refs:ld (Results 76 - 100 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc191 __ ld(a0, register_location(reg));
229 __ ld(a1, MemOperand(frame_pointer(), kInputStart));
241 __ ld(a1, MemOperand(frame_pointer(), kInputStart));
268 __ ld(a0, register_location(start_reg)); // Index of start of capture.
269 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture.
368 __ ld(end_of_input_address(), MemOperand(frame_pointer(), kInputEnd));
387 __ ld(a0, register_location(start_reg));
388 __ ld(a1, register_location(start_reg + 1));
659 __ ld(a0, MemOperand(a0));
680 __ ld(end_of_input_addres
[all...]
/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000),
37 printf("f1 = %f d1 = %f i1 = %d ld = %f \n", f1,d1,i1, ld);
50 float ld; member in struct:N
/external/stlport/src/
H A Dsparc_atomic.s16 ld [%o0], %o2 ! Set the current value
35 ld [%o0], %o2 ! set the current
57 ld [%o0], %o2 ! set the current
/external/openssl/crypto/bn/asm/
H A Dmips3.s70 ld t0,0(a1)
83 ld t1,0(a0)
84 ld t2,8(a1)
85 ld t3,8(a0)
86 ld ta0,16(a1)
87 ld ta1,16(a0)
101 ld ta2,24(a1)
102 ld ta3,24(a0)
141 ld t0,0(a1)
144 ld t
[all...]
H A Dppc64-mont.pl86 $POP= "ld";
244 ld $a0,0($ap) ; pull ap[0] value
245 ld $n0,0($n0) ; pull n0[0] value
246 ld $t3,0($bp) ; bp[0]
456 ld $t0,`$FRAME+0`($sp)
457 ld $t1,`$FRAME+8`($sp)
458 ld $t2,`$FRAME+16`($sp)
459 ld $t3,`$FRAME+24`($sp)
460 ld $t4,`$FRAME+32`($sp)
461 ld
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py518 ld = self._GetWrapper(self, self.msvs_settings[config],
521 ld('GenerateDebugInformation', map={'true': '/DEBUG'})
522 ld('TargetMachine', map={'1': 'X86', '17': 'X64'}, prefix='/MACHINE:')
525 ld('DelayLoadDLLs', prefix='/DELAYLOAD:')
526 ld('TreatLinkerWarningAsErrors', prefix='/WX',
538 ld('GenerateMapFile', map={'true': '/MAP:' + map_file if map_file
540 ld('MapExports', map={'true': '/MAPINFO:EXPORTS'})
541 ld('AdditionalOptions', prefix='')
547 ld('SubSystem',
552 ld('TerminalServerAwar
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dpassthroughr2di11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughr2dui11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughr3di11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughr3dui11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrg2di11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrg2dui11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrg3di11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrg3dui11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrgb2di11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrgb2dui11ps.h39 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrgb3di11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
H A Dpassthroughrgb3dui11ps.h40 ld r0.xyzw, r0.xyzw, t0.xyzw
/external/compiler-rt/lib/builtins/ppc/
H A DDD.h7 long double ld; member in union:__anon19609
H A Dfixunstfdi.c12 const DD x = { .ld = input };
/external/elfutils/0.153/src/
H A Dsectionhash.c34 #include <ld.h>
/external/mdnsresponder/mDNSPosix/
H A DMakefile60 LD = ld -shared
/external/e2fsprogs/lib/
H A DMakefile.bsd-lib25 (cd pic; ld -Bshareable -o $(BSD_LIB) $(LDFLAGS) $(OBJS))
/external/llvm/test/MC/Mips/
H A Ddo_switch3.s45 ld $3, %got_page($JTI0_0)($1)
47 ld $2, %got_ofst($JTI0_0)($2)
/external/valgrind/main/tests/
H A Dfilter_libc17 s/ \(in \/.*ld-.*so\)$//;

Completed in 418 milliseconds

1234567891011>>