Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp438 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
449 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
452 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
454 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp299 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
300 MIHigh->setOpcode(opHigh); in getSingleInstruction()
302 addSubinstOperands(MIHigh, opHigh, instHigh); in getSingleInstruction()
308 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()