Home | History | Annotate | Download | only in X86

Lines Matching refs:DispSpec

274   const MachineOperand &DispSpec = MI->getOperand(Op+3);
285 if (DispSpec.isImm()) {
286 int DispVal = DispSpec.getImm();
290 assert(DispSpec.isGlobal() || DispSpec.isCPI() ||
291 DispSpec.isJTI() || DispSpec.isSymbol());
334 const MachineOperand &DispSpec = MI->getOperand(Op+3);
359 if (!DispSpec.isImm()) {
363 int64_t DispVal = DispSpec.getImm();