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

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

Completed in 87 milliseconds