Searched refs:Op2High (Results 1 – 1 of 1) sorted by relevance
251 unsigned Op2High = Combined / 3; in Decode2OpInstruction() local253 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode2OpInstruction()265 unsigned Op2High = (Combined / 3) % 3; in Decode3OpInstruction() local268 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2); in Decode3OpInstruction()