HomeSort by relevance Sort by last modified time
    Searched full:mov32ri (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/CodeGen/X86/
sink-out-of-loop.ll 3 ; A MOV32ri is inside a loop, it has two successors, one successor is inside the
5 ; MOV32ri outside the loop.
  /external/llvm/lib/MC/
MCInstPrinter.cpp 22 /// "MOV32ri") or empty if we can't resolve it.
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 54 /// "MOV32ri") or empty if we can't resolve it.
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 224 // use MOV32ri with a SUBREG_TO_REG to represent the zero-extension, however
    [all...]
README-SSE.txt 177 %reg1078 = MOV32ri -3
199 %EAX = MOV32ri -3
233 It also exposes some other problems. See MOV32ri -3 and the spills.
X86FrameLowering.cpp     [all...]
X86MCInstLower.cpp 369 case X86::MOV64ri64i32: LowerSubReg32_Op0(OutMI, X86::MOV32ri); break;
X86InstrInfo.cpp 315 { X86::MOV32ri, X86::MOV32mi, TB_FOLDED_STORE },
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86InstrInfo.td     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/docs/
CodeGenerator.rst 390 MachineInstr *MI = BuildMI(X86::MOV32ri, 1, DestReg).addImm(42);
394 BuildMI(MBB, X86::MOV32ri, 1, DestReg).addImm(42);
398 BuildMI(MBB, MBBI, X86::MOV32ri, 1, DestReg).addImm(42);
    [all...]

Completed in 305 milliseconds