Searched refs:ShiftMO (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp280 const MCOperand &ShiftMO = MI->getOperand(OpNum + 1); local
285 if (ShiftMO.getImm() != 0)
286 O << ", lsl #" << (ShiftMO.getImm() * 16);
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp426 const MCOperand &ShiftMO = MI.getOperand(OpIdx + 1); local
428 unsigned Result = static_cast<unsigned>(ShiftMO.getImm()) << 16;

Completed in 85 milliseconds