HomeSort by relevance Sort by last modified time
    Searched full:outregs (Results 1 - 25 of 34) sorted by null

1 2

  /external/syslinux/com32/modules/
poweroff.c 25 com32sys_t inregs, outregs; local
31 __intcall(0x15, &inregs, &outregs);
33 if (outregs.eflags.l & EFLAGS_CF) {
38 if ((outregs.ebx.l & 0xffff) != 0x504d) { /* signature 'PM' */
43 if ((outregs.eax.l & 0xffff) < 0x101) { /* Need version 1.1+ */
48 if ((outregs.ecx.l & 0x8) == 0x8) { /* bit 3 APM BIOS Power Management disabled */
56 __intcall(0x15, &inregs, &outregs);
58 if (outregs.eflags.l & EFLAGS_CF) {
67 __intcall(0x15, &inregs, &outregs);
69 if (outregs.eflags.l & EFLAGS_CF)
    [all...]
ifplop.c 84 com32sys_t inregs, outregs; local
105 __intcall(0x13, &inregs, &outregs);
108 if (outregs.eax.l == 0x79657320)
  /external/llvm/test/CodeGen/Generic/
vector-constantexpr.ll 3 define void @""(float* %inregs, float* %outregs) {
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
vector-constantexpr.ll 3 define void @""(float* %inregs, float* %outregs) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 139 LiveReg *OutRegs;
154 : OutRegs(nullptr), PrimaryCompleted(false), IncomingProcessed(0),
FastISel.h 72 SmallVector<unsigned, 16> OutRegs;
168 OutRegs.clear();
  /external/llvm/include/llvm/CodeGen/
FastISel.h 87 SmallVector<unsigned, 16> OutRegs;
186 OutRegs.clear();
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 396 std::set<unsigned> &OutRegs);
SIMachineScheduler.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]

Completed in 1371 milliseconds

1 2