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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp251 unsigned Op2High = Combined / 3; local
253 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2);
265 unsigned Op2High = (Combined / 3) % 3; local
268 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2);

Completed in 57 milliseconds