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