Home | History | Annotate | Download | only in X86

Lines Matching refs:Imm

788   //  0b01000: XOP map select - 08h instructions with imm byte
789 // 0b01001: XOP map select - 09h instructions with no imm byte
790 // 0b01010: XOP map select - 0Ah instructions with imm dword
1196 intptr_t Imm = (intptr_t)MO.getImm();
1197 Imm = Imm - MCE.getCurrentPCValue() - 4;
1198 emitConstant(Imm, X86II::getSizeOfImm(Desc->TSFlags));