Searched defs:Op2High (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp263 unsigned Op2High = Combined / 3; local
265 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2);
277 unsigned Op2High = (Combined / 3) % 3; local
280 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2);

Completed in 202 milliseconds