HomeSort by relevance Sort by last modified time
    Searched full:mov32ri (Results 1 - 14 of 14) 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/include/llvm/MC/
MCInstPrinter.h 74 /// "MOV32ri") or empty if we can't resolve it.
  /external/llvm/lib/MC/
MCInstPrinter.cpp 23 /// "MOV32ri") or empty if we can't resolve it.
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 237 // 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 394 OutMI.setOpcode(X86::MOV32ri);
X86InstrAVX512.td 396 (VPBROADCASTDrZkrr VK16WM:$mask, (i32 (MOV32ri 0x1)))>;
    [all...]
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...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 173 { kX86Mov32RI, kMovRegImm, IS_BINARY_OP | REG_DEF0, { 0, 0, 0xB8, 0, 0, 0, 0, 4 }, "Mov32RI", "!0r,!1d" },
    [all...]

Completed in 4551 milliseconds