Searched refs:LDC (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dpr18256.s0 LDC p0, c0, =.
H A Dgroup-reloc-ldc-parsing-bad.s1 @ Tests for LDC group relocations that are meant to fail during parsing.
H A Dgroup-reloc-ldc-encoding-bad.s1 @ LDC group relocation tests that are supposed to fail during encoding.
5 @ LDC/LDCL/LDC2/LDC2L/STC/STCL/STC2/STC2L
H A Dgroup-reloc-ldc.s1 @ LDC group relocation tests.
5 @ LDC/LDCL/LDC2/LDC2L/STC/STCL/STC2/STC2L
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dgroup-relocs-ldc-bad-2.d1 #name: LDC group relocations failure test
H A Dgroup-relocs-ldc-bad.d1 #name: LDC group relocations failure test
H A Dgroup-relocs-ldc-bad-2.s1 @ Test intended to fail for LDC group relocations.
H A Dgroup-relocs-ldc-bad.s1 @ Test intended to fail for LDC group relocations.
H A Dgroup-relocs.s96 @ LDC, PC-relative
110 @ LDC, SB-relative
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dbuiltins.d26 version (LDC)
49 version (LDC)
H A Dattribute.d21 version (LDC)
65 // GDC and LDC declare this attribute in their own modules.
H A Dvararg.d68 version (LDC) enum isLDC = true;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcompiler.d29 llvm = 3, /// LLVM D Compiler (LDC)
38 else version (LDC) Vendor vendor = Vendor.llvm;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcompiler.d29 llvm = 3, /// LLVM D Compiler (LDC)
38 else version (LDC) Vendor vendor = Vendor.llvm;
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d7 version (LDC) import ldc.attributes;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdarg.d147 else version (LDC)
184 // LDC passes slices as 2 separate 64-bit values, not as 128-bit struct
185 version (LDC) enum isLDC = true;
286 else version (LDC)
304 else version (LDC)
H A Dconfig.d191 else version (LDC)
H A Dstdlib.d232 else version (LDC)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d190 else version (LDC)
246 version (LDC)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Dexecinfo.d17 version (LDC)
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmsupp.c888 LDC instruction. The code here is always post-indexed, it's up to the
915 cpab = (state->LDC[CPNum]) (state, ARMul_FIRST, instr, 0);
922 cpab = (state->LDC[CPNum]) (state, ARMul_INTERRUPT, instr, 0);
926 cpab = (state->LDC[CPNum]) (state, ARMul_BUSY, instr, 0);
934 cpab = (state->LDC[CPNum]) (state, ARMul_TRANSFER, instr, 0);
940 cpab = (state->LDC[CPNum]) (state, ARMul_DATA, instr, data);
946 cpab = (state->LDC[CPNum]) (state, ARMul_DATA, instr, data);
H A Darmdefs.h113 ARMul_LDCs *LDC[16]; /* LDC instruction */ member in struct:ARMul_State
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c891 LDC instruction. The code here is always post-indexed, it's up to the
918 cpab = (state->LDC[CPNum]) (state, ARMul_FIRST, instr, 0);
925 cpab = (state->LDC[CPNum]) (state, ARMul_INTERRUPT, instr, 0);
929 cpab = (state->LDC[CPNum]) (state, ARMul_BUSY, instr, 0);
937 cpab = (state->LDC[CPNum]) (state, ARMul_TRANSFER, instr, 0);
943 cpab = (state->LDC[CPNum]) (state, ARMul_DATA, instr, data);
949 cpab = (state->LDC[CPNum]) (state, ARMul_DATA, instr, data);
H A Darmdefs.h113 ARMul_LDCs *LDC[16]; /* LDC instruction */ member in struct:ARMul_State
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp368 const DeclContext *LDC = getLexicalDeclContext(); local
369 if (!LDC->isDependentContext())
372 if (LDC->isFunctionOrMethod())
374 if (!isa<TagDecl>(LDC))
376 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC))
379 LDC = LDC->getLexicalParent();

Completed in 295 milliseconds

12