Home | History | Annotate | Download | only in bfd

Lines Matching full:imm6_0

4153   unsigned uimm6_0, imm6_0;
4154 imm6_0 = *valp & 0x3f;
4155 uimm6_0 = 0x4 + (((0) << 6) | imm6_0);
4163 unsigned imm6_0, uimm6_0;
4165 imm6_0 = (uimm6_0 - 0x4) & 0x3f;
4166 *valp = imm6_0;