HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
mips64-f128-literal.c 3 typedef long double LD;
7 LD foo0() {
builtins.c 138 long double ld; local
152 ld = __builtin_huge_vall(); // CHECK: x86_fp80 0xK7FFF8000000000000000
155 ld = __builtin_nanl(""); // CHECK: x86_fp80 0xK7FFFC000000000000000
158 ld = __builtin_nanl("0xAE98"); // CHECK: x86_fp80 0xK7FFFC00000000000AE98
161 ld = __builtin_nansl(""); // CHECK: x86_fp80 0xK7FFFA000000000000000
164 ld = __builtin_nansl("0xAE98");// CHECK: x86_fp80 0xK7FFF800000000000AE98
171 void test_float_builtins(float F, double D, long double LD) {
181 res = __builtin_isinf(LD);
201 res = __builtin_isinf_sign(LD);
225 void test_float_builtin_ops(float F, double D, long double LD) {
    [all...]
  /external/vixl/tools/
cross_build_gcc.sh 38 export LD=$1ld
57 if [ ! -x "$LD" ]; then
58 echo "Error: $LD does not exist or is not executable."
  /external/v8/tools/
cross_build_gcc.sh 39 export LD=$1g++
59 if [ ! -x "$LD" ]; then
60 echo "Error: $LD does not exist or is not executable."
  /external/aac/libFDK/include/
FDK_trigFcts.h 133 #define LD 9
148 int shift = (31-scale-LD-1);
160 if (s & ((1<<LD)<<1) ) {
164 if ( (s + (1<<LD)) & ((1<<LD)<<1) ) {
170 s &= (((1<<LD)<<1)-1); /* Modulo PI */
172 if (s > (1<<LD)) {
173 s = ((1<<LD)<<1) - s;
179 if (s > (1<<(LD-1))) {
182 s = (1<<LD)-s
    [all...]
  /external/bison/djgpp/
config.site 77 LD=${LD='ld'}
  /external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile 18 LD.Flags += $(RDYNAMIC)
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-fm-22k.a -lm
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-hybrid-22k.a -lm
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 85 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl);
86 SDNode *SelectIndexedLoad(LoadSDNode *LD, SDLoc dl);
87 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode,
89 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode,
246 SDNode *HexagonDAGToDAGISel::SelectIndexedLoadSignExtend64(LoadSDNode *LD,
249 SDValue Chain = LD->getChain();
250 EVT LoadedVT = LD->getMemoryVT();
251 SDValue Base = LD->getBasePtr();
252 SDValue Offset = LD->getOffset();
265 MemOp[0] = LD->getMemOperand()
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 299 static bool isValidIndexedLoad(const LoadSDNode *LD) {
300 ISD::MemIndexedMode AM = LD->getAddressingMode();
301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
304 EVT VT = LD->getMemoryVT();
309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
327 LoadSDNode *LD = cast<LoadSDNode>(N);
328 if (!isValidIndexedLoad(LD))
331 MVT VT = LD->getMemoryVT().getSimpleVT();
347 LD->getBasePtr(), LD->getChain())
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 60 LD = ld -shared
94 LD = gcc -shared
105 LD = gcc -shared
150 LD = $(CC) -dynamiclib
257 @$(LD) $(LINKOPTS) -o $@ $+
271 @$(LD) $(LINKOPTS) -o $@ $+
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 36 LD=$(CXX)
39 LD=$(CXX)
41 LD=$(CC)
62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /ndk/build/tools/
deploy-host-mcld.sh 27 This program is used to deploy mclinker (ld.mcld) to GCC directories.
28 Although ld.mcld depends on lots of LLVM modules and is built in
30 a drop-in replacement for ld.bfd and ld.gold in GCC.
33 this script copy toolchains/llvm-$DEFAULT_LLVM_VERSION/prebuilt/$SYSTEM/bin/ld.mcld[.exe]
34 to be sibling of ld in all GCC and LLVM directories with same HOST_OS and bitness,
37 If --systems isn't specified, this script discovers all ld.mcld[.exe] in
40 Note that one copy of ld.mcld serves all GCC {4.9, 4.8} x {arm, x86, mips} and
43 GCC passes -m flag for ld.mcld to figure out the right target.
52 register_var_option "--systems=<list>" SYSTEMS "List of host systems to deply ld.mcld for
    [all...]
ndk-common.sh 469 if [ -z "$LD" ] ; then
470 LD="$CC"
484 LD="$LD -m32"
506 OLD_LD="$LD"
507 LD="$CC"
511 LD="$OLD_LD"
517 log2 "Using '$LD' as the linker"
518 log "LD : linker check ok ($LD)"
    [all...]
  /external/e2fsprogs/tests/progs/
Makefile.in 35 $(E) " LD $@"
36 $(Q) $(LD) $(ALL_LDFLAGS) -o test_rel $(TEST_REL_OBJS) $(LIBS)
39 $(E) " LD $@"
40 $(Q) $(LD) $(ALL_LDFLAGS) -o crcsum crcsum.o $(LIBS)
47 $(E) " LD $@"
48 $(Q) $(LD) $(ALL_LDFLAGS) -o test_icount $(TEST_ICOUNT_OBJS) $(LIBS)
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 200 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode());
201 ISD::LoadExtType ExtType = LD->getExtensionType();
202 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD)
203 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
204 LD->getMemoryVT())) {
479 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode());
480 SDValue Chain = LD->getChain();
481 SDValue BasePTR = LD->getBasePtr();
482 EVT SrcVT = LD->getMemoryVT()
    [all...]
  /external/jpeg/
ltconfig 96 old_LD="$LD"
133 --with-gnu-ld assume that the C compiler uses the GNU linker
157 --with-gnu-ld) with_gnu_ld=yes ;;
518 wl='-Qoption ld '
618 # Make sure LD is an absolute path.
619 if test -z "$LD"; then
620 ac_prog=ld
622 # Check if gcc -print-prog-name=ld gives a path.
623 echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
624 echo "$progname:624: checking for ld used by GCC" >&
    [all...]
  /external/libexif/
config.rpath 32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
92 wl='-Qoption ld '
146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 # option of GNU ld is called -rpath, not --rpath.
266 # see comment about different semantics on the GNU ld section
476 case $LD i
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
config.rpath 32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
92 wl='-Qoption ld '
146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
165 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 # option of GNU ld is called -rpath, not --rpath.
266 # see comment about different semantics on the GNU ld section
476 case $LD i
    [all...]
  /external/zlib/src/contrib/delphi/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)

Completed in 1464 milliseconds

1 2 3 4 5 6 7