HomeSort by relevance Sort by last modified time
    Searched full:eflags (Results 101 - 125 of 964) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
signal_linux_386.go 34 func (c *sigctxt) eflags() uint32 { return c.regs().eflags } func
signal_nacl_386.go 31 func (c *sigctxt) eflags() uint32 { return c.regs().eflags } func
  /prebuilts/go/linux-x86/src/runtime/
signal_linux_386.go 34 func (c *sigctxt) eflags() uint32 { return c.regs().eflags } func
signal_nacl_386.go 31 func (c *sigctxt) eflags() uint32 { return c.regs().eflags } func
  /system/core/libunwindstack/
User.h 49 uint32_t eflags; member in struct:unwindstack::x86_user_regs
73 uint64_t eflags; member in struct:unwindstack::x86_64_user_regs
  /external/llvm/lib/Support/
regexec.c 142 llvm_regmatch_t pmatch[], int eflags)
156 eflags = GOODFLAGS(eflags);
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
159 return(smatcher(g, string, nmatch, pmatch, eflags));
161 return(lmatcher(g, string, nmatch, pmatch, eflags));
  /external/swiftshader/third_party/LLVM/lib/Support/
regexec.c 142 llvm_regmatch_t pmatch[], int eflags)
156 eflags = GOODFLAGS(eflags);
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
159 return(smatcher(g, string, nmatch, pmatch, eflags));
161 return(lmatcher(g, string, nmatch, pmatch, eflags));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regexec.c 142 llvm_regmatch_t pmatch[], int eflags)
156 eflags = GOODFLAGS(eflags);
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
159 return(smatcher(g, string, nmatch, pmatch, eflags));
161 return(lmatcher(g, string, nmatch, pmatch, eflags));
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 44 // sub / add which can clobber EFLAGS.
45 let Defs = [ESP, EFLAGS], Uses = [ESP] in {
63 // sub / add which can clobber EFLAGS.
64 let Defs = [RSP, EFLAGS], Uses = [RSP] in {
79 let usesCustomInserter = 1, Defs = [EFLAGS] in {
89 (implicit EFLAGS)]>;
93 let Defs = [EFLAGS] in
100 (implicit EFLAGS)]>;
108 let Defs = [EAX, ESP, EFLAGS], Uses = [ESP] in
115 let Defs = [RAX, RSP, EFLAGS], Uses = [RSP] i
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 61 Eflags dd 55555555h ; ?
87 ;; UINT32 EFlags;
193 ;; eflags from interrupted task
216 ;; UINT32 EFlags;
227 ;; Save interrupt state eflags register...
230 mov dword ptr Eflags, eax
272 ; application stack has eflags, cs, & eip, so
316 ;; UINT32 EFlags;
317 ;; Eflags from application is two entries back in application stack
366 ;; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
single_step_syscall.c 68 unsigned long eflags; local
69 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags));
70 return eflags;
73 static void set_eflags(unsigned long eflags)
76 : : "rm" (eflags) : "flags");
unwind_vdso.c 73 unsigned long eflags; local
74 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags));
75 return eflags;
78 static void set_eflags(unsigned long eflags)
81 : : "rm" (eflags) : "flags");
  /external/llvm/test/CodeGen/X86/
handle-move.ll 11 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def>, %EDX<imp-def,dead>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use>
28 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def,dead>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use>
61 ; Move EFLAGS dead def across another def:
62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
63 ; EFLAGS: [20r,20d:4)[160r,160d:3)[208r,208d:0)[224r,224d:1)[272r,272d:2)[304r,304d:5) 0@208r 1@224r 2@272r 3@160r 4@20r 5@304r
clobber-fi0.ll 6 ; In the code below we need to copy the EFLAGS because of scheduling constraints.
7 ; When copying the EFLAGS we need to write to the stack with push/pop. This forces
i686-win-shrink-wrapping.ll 8 ; Check that we do not use a basic block that has EFLAGS as live-in
18 ; this point, EFLAGS is live.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 193 virtual HRESULT WINAPI RunWizard(HWND hwndParent,FLASHCONFIG_FLAGS eFlags) = 0;
201 HRESULT (WINAPI *RunWizard)(IFlashConfig *This,HWND hwndParent,FLASHCONFIG_FLAGS eFlags);
211 #define IFlashConfig_RunWizard(This,hwndParent,eFlags) (This)->lpVtbl->RunWizard(This,hwndParent,eFlags)
214 HRESULT WINAPI IFlashConfig_RunWizard_Proxy(IFlashConfig *This,HWND hwndParent,FLASHCONFIG_FLAGS eFlags);
  /external/syslinux/com32/samples/
entrydump.c 29 uint32_t eflags; member in struct:stack_frame
59 "EFLAGS: %08x RET: %04x:%04x PXE: %04x:%04x\n",
63 sf->eflags, sf->ret_cs, sf->ret_ip, sf->pxe_cs, sf->pxe_ip);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrCompiler.td 44 // sub / add which can clobber EFLAGS.
45 let Defs = [ESP, EFLAGS], Uses = [ESP] in {
60 // sub / add which can clobber EFLAGS.
61 let Defs = [RSP, EFLAGS], Uses = [RSP] in {
88 let Defs = [EFLAGS] in
95 (implicit EFLAGS)]>;
105 let Defs = [EAX, ESP, EFLAGS], Uses = [ESP] in
115 let Defs = [EAX, ESP, EFLAGS], Uses = [ESP, EAX] in
122 let Defs = [RAX, RSP, EFLAGS], Uses = [RSP, RAX] in
159 let Defs = [EFLAGS], isReMaterializable = 1, isAsCheapAsAMove = 1
    [all...]
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 46 long eflags; member in struct:pt_regs
76 unsigned long eflags; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 46 long eflags; member in struct:pt_regs
76 unsigned long eflags; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 46 long eflags; member in struct:pt_regs
76 unsigned long eflags; member in struct:pt_regs
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DisablePaging32.c 64 pop edi // save EFLAGS to edi
71 popfd // restore EFLAGS from edi
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
80 long eflags; member in struct:vm86_regs
  /external/strace/linux/x86_64/
getregs_old.c 61 /* i386_regs.eflags = x86_64_regs.eflags; */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
80 long eflags; member in struct:vm86_regs

Completed in 602 milliseconds

1 2 3 45 6 7 8 91011>>