Lines Matching full:imm5
2106 long imm5;2107 imm5 = ((given & 0x100) >> 4) | (given & 0xf);2108 func (stream, "%ld", (imm5 == 0) ? 32 : imm5);