OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleAmount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
260
// 2.
scaleamount
(immediate) 1, or (if there is a SIB) the specified
270
MCOperand
scaleAmount
;
307
scaleAmount
= MCOperand::CreateImm(insn.sibScale);
362
scaleAmount
= MCOperand::CreateImm(1);
380
mcInst.addOperand(
scaleAmount
);
/external/llvm/lib/MC/MCDisassembler/
EDOperand.cpp
163
uint64_t
scaleAmount
= Inst.Inst->getOperand(MCOpIndex+1).getImm();
194
addr += (
scaleAmount
* indexVal);
Completed in 121 milliseconds