HomeSort by relevance Sort by last modified time
    Searched refs:LD (Results 176 - 200 of 304) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 402 LoadSDNode *LD = cast<LoadSDNode>(Op);
403 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
405 assert(LD->getMemoryVT() == MVT::i32 && "Unexpected load EVT");
406 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
410 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
412 if (LD->getAlignment() >= ABIAlignment)
415 SDValue Chain = LD->getChain();
416 SDValue BasePtr = LD->getBasePtr();
421 if (!LD->isVolatile() &&
460 if (LD->getAlignment() == 2)
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 61 $LD="ldb";
66 $LD="ldw";
157 $LD `0*$SZ`($key),$XX[0]
158 $LD `1*$SZ`($key),$YY
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 16 #include <mcld/LD/LDSection.h>
LDSection.h 19 #include <mcld/LD/LDFileFormat.h>
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 16 #include <mcld/LD/LDSection.h>
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 9 #include <mcld/LD/ELFBinaryReader.h>
SectionRules.cpp 9 #include <mcld/LD/SectionRules.h>
StaticResolver.cpp 9 #include <mcld/LD/StaticResolver.h>
10 #include <mcld/LD/LDSymbol.h>
121 // NOTE: m_Mesg uses 'name' instead of `name' for being compatible to GNU ld.
ELFObjectWriter.cpp 9 #include <mcld/LD/ELFObjectWriter.h>
24 #include <mcld/LD/LDSection.h>
25 #include <mcld/LD/SectionData.h>
26 #include <mcld/LD/ELFSegment.h>
27 #include <mcld/LD/ELFSegmentFactory.h>
28 #include <mcld/LD/RelocData.h>
29 #include <mcld/LD/EhFrame.h>
271 // @ref GNU ld manual, Options -e. e.g., -e 0x1000.
GNUArchiveReader.cpp 9 #include <mcld/LD/GNUArchiveReader.h>
15 #include <mcld/LD/ResolveInfo.h>
16 #include <mcld/LD/ELFObjectReader.h>
Diagnostic.cpp 9 #include <mcld/LD/Diagnostic.h>
TextDiagnosticPrinter.cpp 9 #include <mcld/LD/TextDiagnosticPrinter.h>
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 15 #include <mcld/LD/LDSection.h>
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 14 #include <mcld/LD/ResolveInfo.h>
  /external/clang/test/CodeGen/
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);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 446 else if (const LoadSDNode *LD = dyn_cast<LoadSDNode>(this)) {
447 OS << "<" << *LD->getMemOperand();
450 switch (LD->getExtensionType()) {
457 OS << " from " << LD->getMemoryVT().getEVTString();
459 const char *AM = getIndexedModeName(LD->getAddressingMode());
  /external/chromium/sdch/open-vcdiff/
configure 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    [all...]
  /external/chromium/third_party/libevent/
configure 559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    [all...]
  /external/libffi/
configure 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
    [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 231 long double LD;
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 16 #include <mcld/LD/LDSection.h>
  /external/qemu/tcg/ppc64/
tcg-target.c 296 #define LD XO58( 0)
521 tcg_out32 (s, LD | RT (0) | RA (reg));
523 tcg_out32 (s, LD | RT (11) | RA (reg) | 16);
524 tcg_out32 (s, LD | RT (2) | RA (reg) | 8);
679 tcg_out32 (s, (LD
754 else tcg_out32 (s, LD | RT (data_reg) | RA (r0));
807 tcg_out32 (s, (LD
915 tcg_out32 (s, (LD
921 tcg_out32 (s, LD | RT (0) | RA (1) | (frame_size + 16));
933 tcg_out_ldsta (s, ret, arg1, arg2, LD, LDX)
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 10 #include <mcld/LD/LDSymbol.h>
11 #include <mcld/LD/ResolveInfo.h>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 105 LD = link
mac-mf.inp 105 LD = link

Completed in 603 milliseconds

1 2 3 4 5 6 78 91011>>