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

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86FixupSetCC.cpp 47 // Find the preceding instruction that imp-defs eflags.
51 // Return true if MI imp-uses eflags.
96 // EFLAGS (because of scheduling glue). To make this less brittle w.r.t
105 if ((Op.getReg() == X86::EFLAGS) && (Op.isDef()))
113 if ((Op.getReg() == X86::EFLAGS) && (Op.isUse()))
142 // Find the preceding instruction that imp-defs eflags.
148 // We'd like to put something that clobbers eflags directly before
150 // it, itself, by definition, clobbers eflags. But it may happen that
151 // FlagsDefMI also *uses* eflags, in which case the transformation is
166 // Initialize a register with 0. This must go before the eflags de
    [all...]
  /external/llvm/test/CodeGen/MIR/X86/
inline-asm-registers.mir 33 INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi, 2147483657, killed %rsi, 12, implicit-def dead early-clobber %eflags
50 ; CHECK: INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi(tied-def 5), 2147483657, killed %rsi(tied-def 3), 12, implicit-def dead early-clobber %eflags
51 INLINEASM $foo, 0, 2818058, def %rsi, 2818058, def dead %rdi, 2147549193, killed %rdi(tied-def 5), 2147483657, killed %rsi(tied-def 3), 12, implicit-def dead early-clobber %eflags
expected-comma-after-memory-operand.mir 23 INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir.a) (load 4 from %ir.a)
expected-integer-after-offset-sign.mir 22 %eax = INC32r %eax, implicit-def %eflags
expected-stack-object.mir 55 %rsp = frame-setup SUB64ri8 %rsp, 32, implicit-def dead %eflags
61 dead %eax = MOV32r0 implicit-def dead %eflags, implicit-def %al
63 CMP64rm killed %rbx, %rsp, 1, _, 24, _, implicit-def %eflags
64 %rsp = ADD64ri8 %rsp, 32, implicit-def dead %eflags
expected-subregister-after-colon.mir 24 %2 = AND8ri %1, 1, implicit-def %eflags
expected-target-flag-name.mir 22 %eax = INC32r killed %eax, implicit-def dead %eflags
external-symbol-operands.mir 37 %rsp = SUB64ri32 %rsp, 520, implicit-def %eflags
42 CMP64rm %rcx, %rsp, 1, _, 512, _, implicit-def %eflags
43 JNE_1 %bb.2.entry, implicit %eflags
48 %rsp = ADD64ri32 %rsp, 520, implicit-def %eflags
invalid-target-flag-name.mir 22 %eax = INC32r killed %eax, implicit-def dead %eflags
large-offset-number-error.mir 22 %eax = INC32r %eax implicit-def %eflags
register-operands-target-flag-error.mir 22 %eax = INC32r killed %eax, implicit-def dead %eflags
basic-block-liveins.mir 56 ; CHECK-NEXT: %eax = MOV32r0 implicit-def dead %eflags
60 %eax = MOV32r0 implicit-def dead %eflags
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows_386.go 98 eflags uint32
120 print("eflags ", hex(r.eflags), "\n")
defs_nacl_amd64p32.go 26 eflags uint32
  /prebuilts/go/linux-x86/src/runtime/
defs_windows_386.go 98 eflags uint32
120 print("eflags ", hex(r.eflags), "\n")
defs_nacl_amd64p32.go 26 eflags uint32
  /external/kernel-headers/original/uapi/video/
uvesafb.h 15 __u32 eflags; member in struct:v86_regs
  /external/strace/linux/x86_64/
arch_regs.c 22 uint32_t eflags; member in struct:i386_user_regs_struct
  /external/syslinux/bios/com32/samples/
entrydump.c32 
  /external/syslinux/com32/modules/
poweroff.c 33 if (outregs.eflags.l & EFLAGS_CF) {
58 if (outregs.eflags.l & EFLAGS_CF) {
69 if (outregs.eflags.l & EFLAGS_CF) {
85 if (outregs.eflags.l & EFLAGS_CF) {
  /external/syslinux/efi32/com32/samples/
entrydump.c32 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/video/
uvesafb.h 15 __u32 eflags; member in struct:v86_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/
uvesafb.h 15 __u32 eflags; member in struct:v86_regs
  /external/syslinux/com32/lib/pci/
cfgtype.c 58 .eflags.l = EFLAGS_CF,
68 if (!(oreg.eflags.l & EFLAGS_CF) &&
  /external/syslinux/memdisk/
dskprobe.c 78 status = (regs.eflags.l & 1) * 256 + regs.eax.b[1];
79 dskprobe_printf(" AH01: CF%d AH%02x", regs.eflags.l & 1, regs.eax.b[1]);
94 regs->eflags.l & 1, regs->eax.b[1], regs->eax.b[0],
96 present = !(regs->eflags.l & 1) && !regs->eax.b[1];
114 regs->eflags.l & 1, regs->eax.b[1], regs->eax.b[0],
116 present = !(regs->eflags.l & 1) && regs->eax.b[1];
135 regs->eflags.l & 1, regs->eax.b[1], regs->ebx.w[0],
137 present = !(regs->eflags.l & 1) && (regs->ebx.w[0] == 0xAA55);

Completed in 600 milliseconds

1 2 34 5 6 7 8 91011>>