Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp397 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
408 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
411 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
413 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()