Home | History | Annotate | Download | only in X86

Lines Matching full:mov32ri

7816 // into MOV32ri.
11658 // This is storing the opcode for MOV32ri.
11659 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
11662 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
13506 BuildMI(mainMBB, DL, TII->get(X86::MOV32ri), X86::EAX).addImm(-1);
15094 BuildMI(restoreMBB, DL, TII->get(X86::MOV32ri), restoreDstReg).addImm(1);