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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp265 unsigned Op2High = Combined / 3; local
267 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2);
279 unsigned Op2High = (Combined / 3) % 3; local
282 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2);

Completed in 67 milliseconds