Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp101 static unsigned GetSubinstOpcode(unsigned IClass, unsigned inst, unsigned &op,
290 if (GetSubinstOpcode(IClassLow, instLow, opLow, os) != in getSingleInstruction()
294 if (GetSubinstOpcode(IClassHigh, instHigh, opHigh, os) != in getSingleInstruction()
1196 static unsigned GetSubinstOpcode(unsigned IClass, unsigned inst, unsigned &op, in GetSubinstOpcode() function