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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp385 MCInst *MIHigh = new (getContext()) MCInst; local
396 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI);
399 adjustDuplex(*MIHigh, getContext());
401 MCOperand OPHigh = MCOperand::createInst(MIHigh);

Completed in 81 milliseconds