HomeSort by relevance Sort by last modified time
    Searched refs:EFLAGS (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/android_webview/tools/
gyp_webview 62 EFLAGS=\
66 ${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm
69 ${GYP} --suffix .${host_platform}-arm64 ${EFLAGS} -Dtarget_arch=arm64
72 ${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32
75 ${GYP} --suffix .${host_platform}-x86_64 ${EFLAGS} -Dtarget_arch=x64
78 ${GYP} --suffix .${host_platform}-mips ${EFLAGS} -Dtarget_arch=mipsel
81 ${GYP} --suffix .${host_platform}-mips64 ${EFLAGS} -Dtarget_arch=mips64el
  /bionic/libc/include/sys/
reg.h 72 #define EFLAGS 18
  /development/ndk/platforms/android-L/include/sys/
reg.h 72 #define EFLAGS 18
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 70 #define EFLAGS 144
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 70 #define EFLAGS 144
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 70 #define EFLAGS 144
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace-abi.h 70 #define EFLAGS 144
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 49 #define EFLAGS 144
  /external/libunwind/src/x86/
unwind_i.h 45 #define EFLAGS 9
Gget_save_loc.c 48 case UNW_X86_EFLAGS: loc = c->dwarf.loc[EFLAGS]; break;
init.h 42 c->dwarf.loc[EFLAGS] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EFLAGS);
Gregs.c 87 case UNW_X86_EFLAGS: loc = c->dwarf.loc[EFLAGS]; break;
Gos-freebsd.c 131 c->dwarf.loc[EFLAGS] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EFLAGS_OFF, 0);
Gos-linux.c 131 c->dwarf.loc[EFLAGS] = DWARF_NULL_LOC;
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp 442 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
    [all...]
X86FrameLowering.cpp 195 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
338 /// usesTheStack - This function checks if any of the users of EFLAGS
339 /// copies the EFLAGS. We know that the code that lowers COPY of EFLAGS has
347 ri = MRI.reg_instr_begin(X86::EFLAGS), re = MRI.reg_instr_end();
515 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
643 // The EFLAGS implicit def is dead.
712 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit)
    [all...]
X86FloatingPoint.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]

Completed in 454 milliseconds