/external/llvm/lib/Target/X86/ |
X86InstrControl.td | 84 let isBranch = 1, isTerminator = 1, Uses = [EFLAGS], SchedRW = [WriteJump] in { 87 [(X86brcond bb:$dst, Cond, EFLAGS)], IIC_Jcc>;
|
/external/llvm/test/CodeGen/X86/ |
inline-asm-fpstack.ll | 349 ; INLINEASM <es:frndint> [sideeffect] [attdialect], $0:[regdef], %ST0<imp-def,tied5>, $1:[reguse tiedto:$0], %ST0<tied3>, $2:[clobber], %EFLAGS<earlyclobber,imp-def,dead> 350 ; INLINEASM <es:fldcw $0> [sideeffect] [mayload] [attdialect], $0:[mem], %EAX<undef>, 1, %noreg, 0, %noreg, $1:[clobber], %EFLAGS<earlyclobber,imp-def,dead>
|
x86-shrink-wrapping.ll | 492 ; Check that we use LEA not to clobber EFLAGS. 796 ; Make sure the prologue does not clobber the EFLAGS when 809 ; preserve the EFLAGS at this point. 824 ; For the stack adjustment, we need to preserve the EFLAGS. 829 ; testb set the EFLAGS read here.
|
/external/pcre/dist2/doc/html/ |
pcre2posix.html | 36 <b> size_t <i>nmatch</i>, regmatch_t <i>pmatch</i>[], int <i>eflags</i>);</b> 210 (but see REG_STARTEND below), subject to the options in <i>eflags</i>. These can
|
/external/pcre/dist2/doc/ |
pcre2posix.3 | |
/external/syslinux/core/ |
pm.inc | 54 ; EAX points to the top of the RM stack, which is EFLAGS 55 test RM_FLAGSH,02h ; RM EFLAGS.IF
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/ |
Thunk16.S | 109 #; copy eflags to stack frame
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_amd64.h | 129 uint32_t eflags; member in struct:__anon19594
|
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 96 uint32_t eFlags;
|
/external/valgrind/docs/internals/ |
notes.txt | 51 integer registers and %eflags are written into it, no SSE and no FP
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vdmdbg.h | 106 ULONG EFlags;
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-m68k.c | 994 flagword eflags = elf_elfheader (abfd)->e_flags; local 1184 flagword eflags = elf_elfheader (abfd)->e_flags; local [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/ |
Processor.c | 54 OFFSET_OF(EFI_SYSTEM_CONTEXT_IA32, Eflags),
79 Print ((CHAR16 *)L"EFlags: %x\n", SystemContext.SystemContextIa32->Eflags);
|
/external/google-breakpad/src/processor/testdata/ |
minidump2.dump.out | 120 eflags = 0x246 171 eflags = 0x246 [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_insn.c | 189 static void ia32_handle_eflags( x86_insn_t *insn, unsigned int eflags) { 193 flags = INS_FLAGS_TEST(eflags); 211 insn->flags_set = (enum x86_flag_status) INS_FLAGS_SET(eflags) >> 16;
|
/external/llvm/docs/ |
MIRLangRef.rst | 144 %eax = INC32r killed %eax, implicit-def dead %eflags 334 %eflags 396 dead %eax = XOR32rr undef %eax, undef %eax, implicit-def dead %eflags, implicit-def %al
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineSink.cpp | 165 // %reg16385<def> = DEC64_32r %reg16437, %EFLAGS<imp-def,dead> 167 // JE_4 <BB#37>, %EFLAGS<imp-use> 535 // "zombie" define of that preg. E.g., EFLAGS. (<rdar://problem/8030636>)
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-x86-linux.c | 63 delivering a signal, the integer registers and %eflags are 384 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex); 618 //:: tst->arch.vex.guest_eflags = sc->eflags;
|
/external/zlib/src/contrib/inflate86/ |
inffast.S | 30 * ID bit on eflags and then use the cpuid instruction) is used in many 232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */ 374 movl (%esp), %eax /* copy eflags to eax */ 375 xorl $0x200000, (%esp) /* try toggling ID bit of eflags (bit 21) 382 popl %edx /* copy new eflags to edx */ [all...] |
/external/llvm/lib/CodeGen/ |
MachineSink.cpp | 215 // %reg16385<def> = DEC64_32r %reg16437, %EFLAGS<imp-def,dead> 217 // JE_4 <BB#37>, %EFLAGS<imp-use> 758 // "zombie" define of that preg. E.g., EFLAGS. (<rdar://problem/8030636>)
|
/development/scripts/ |
example_crashes.py | 175 rip 00007fe218201807 rbp 00007fe218111bb0 rsp 00007fe218111a18 eflags 0000000000000206
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/ |
DebugSupport.h | 133 UINT32 Eflags;
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
DebugAgent.h | 121 UINT32 InterruptFlag : 1; // 1: EFLAGS.IF is set
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/ |
MpFuncs.asm | 186 ;Store EFLAGS, GDTR and IDTR register to stack
|
MpFuncs.nasm | 170 ;Store EFLAGS, GDTR and IDTR register to stack
|