Searched refs:Op2High (Results 1 – 1 of 1) sorted by relevance
227 unsigned Op2High = Combined / 3; in Decode2OpInstruction() local229 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode2OpInstruction()241 unsigned Op2High = (Combined / 3) % 3; in Decode3OpInstruction() local244 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2); in Decode3OpInstruction()