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

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
hidden2.d 3 #readelf: -Ds
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 77 UINT16 Ds; // 42
Thunk.c 75 DwordRegs.Ds = Regs->X.DS;
101 Regs->X.DS = (UINT16) DwordRegs.Ds;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 137 UINT16 Ds;
189 UINT32 Ds;
220 UINT16 Ds;
280 UINT64 Ds;
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 204 NodeList Ds;
216 Ds.push_back(DA);
218 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end());
219 for (NodeAddr<DefNode*> DA : Ds) {
513 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG);
514 if (!Ds.empty()) {
515 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 81 UINT16 Ds;
142 UINT32 Ds;
249 UINT64 Ds;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 77 UINT16 Ds;
121 UINT32 Ds;
215 UINT64 Ds;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 159 "DS - %08x, ES - %08x, FS - %08x, GS - %08x, SS - %08x\n",
160 SystemContext.SystemContextIa32->Ds,
ExceptionHandlerAsm.asm 208 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
213 mov eax, ds
362 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
370 pop ds
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 76 UINT16 Ds;
123 UINT32 Ds;
218 UINT64 Ds;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 196 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
201 movq %ds, %rax
325 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss;
334 movq %rax, %ds
SmiException.asm 212 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
217 mov rax, ds
341 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
350 mov ds, rax
  /external/syslinux/dosutil/
mdiskchk.com 81 F?xO??V8;???SPB???k????z?evPx?[EPu?J??RgTum??'???I??,?6??O3??M<ot?o?ut?<xt?<Xt?r?<duf6a????5?B ? ???8???Ds[<Ps??Z<EsY<C4???-????/ ?to??1?A????F???y ? ? ?d???kM??n?<iu???<??`?(k?????+?X???G?a??= ~?\]?YP??5.I?m??@Z?]????B??T ???-*62+?k??'nF1,c??????f?
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-elf.exp 299 {{objdump -fdw armthumb-lib.d} {readelf -Ds armthumb-lib.sym}}
304 {readelf -Ds mixed-lib.sym}}
309 {readelf -Ds mixed-app.sym}}
314 {readelf -Ds mixed-app.sym}}
317 {{readelf -Ds use-thumb-lib.sym}}
551 {readelf -Ds farcall-mixed-app.sym}}
556 {readelf -Ds farcall-mixed-app.sym}}
562 {readelf -Ds farcall-mixed-app2.sym}}
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 163 UINT32 DS;
330 UINT16 Ds;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 234 mov rax, Ds
350 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
360 mov ds, rax
AsmFuncs.S 266 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
274 mov %ds, %rax
381 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss;
390 mov %rax, %ds
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 184 "DS - %016lx, ES - %016lx, FS - %016lx\n",
185 SystemContext.SystemContextX64->Ds,
ExceptionHandlerAsm.S 186 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
191 mov %ds, %rax
323 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
332 mov %rax, %ds
ExceptionHandlerAsm.asm 167 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
172 mov rax, ds
305 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
314 mov ds, rax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 147 UINT32 DS;
319 UINT16 DS;
353 UINT16 Ds;
375 UINT16 Ds;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 89 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
221 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
306 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
315 mov rax, ds
459 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
472 mov ds, rax
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 160 .word 0 # DS
201 .word DATA_SEL # DS
296 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
301 movl %ds, %eax
431 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
439 popl %ds
498 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
633 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
SmiException.asm 178 DW 0 ; DS
219 DW DATA_SEL ; DS
313 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
318 mov eax, ds
446 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
454 pop ds
513 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
648 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 262 mov ecx, Ds
382 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
390 pop ds

Completed in 1569 milliseconds

1 2