Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp227 unsigned Op2High = Combined / 3; in Decode2OpInstruction() local
229 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode2OpInstruction()
241 unsigned Op2High = (Combined / 3) % 3; in Decode3OpInstruction() local
244 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2); in Decode3OpInstruction()