OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UImm16MO
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp
369
const MCOperand &
UImm16MO
= MI.getOperand(OpIdx);
374
if (
UImm16MO
.isImm()) {
375
Result |=
UImm16MO
.getImm();
379
const AArch64MCExpr *A64E = cast<AArch64MCExpr>(
UImm16MO
.getExpr());
429
return Result | getAddressWithFixup(
UImm16MO
, requestedFixup, Fixups);
447
MCOperand
UImm16MO
= MI.getOperand(1);
450
if (
UImm16MO
.isImm())
453
const AArch64MCExpr *A64E = cast<AArch64MCExpr>(
UImm16MO
.getExpr());
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
279
const MCOperand &
UImm16MO
= MI->getOperand(OpNum);
282
if (
UImm16MO
.isImm()) {
283
O << '#' <<
UImm16MO
.getImm();
291
O << "#" << *
UImm16MO
.getExpr();
Completed in 161 milliseconds