Searched defs:ScaleAmt (Results 1 – 4 of 4) sorted by relevance
667 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress() local693 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset() local
2368 uint64_t ScaleAmt = 1ULL << ShiftAmt; in matchIndexRecursively() local2423 uint64_t ScaleAmt = 1ULL << ShAmt; in matchIndexRecursively() local
54718 uint64_t ScaleAmt = Scale->getAsZExtVal(); in combineGatherScatter() local
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()