Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp228 unsigned Op2High = Combined / 3; in Decode2OpInstruction() local
230 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode2OpInstruction()
242 unsigned Op2High = (Combined / 3) % 3; in Decode3OpInstruction() local
245 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2); in Decode3OpInstruction()