Searched refs:Op1High (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp251 unsigned Op1High = Combined % 3; local
253 Op1 = (Op1High << 2) | fieldFromInstruction(Insn, 2, 2);
265 unsigned Op1High = Combined % 3; local
268 Op1 = (Op1High << 2) | fieldFromInstruction(Insn, 4, 2);

Completed in 15 milliseconds