Searched refs:Op2High (Results 1 – 1 of 1) sorted by relevance
228 unsigned Op2High = Combined / 3; in Decode2OpInstruction() local230 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode2OpInstruction()242 unsigned Op2High = (Combined / 3) % 3; in Decode3OpInstruction() local245 Op2 = (Op2High << 2) | fieldFromInstruction(Insn, 2, 2); in Decode3OpInstruction()