Home | History | Annotate | Download | only in opcodes

Lines Matching refs:ul

1859       value |= ((insn >> start) & ((2ul << bits) - 1)) << width;
2288 if (value == ((1ul << width) - 1))
2857 value |= (1ul << (8 * shift)) - 1;
2986 func (stream, "%ld", (1ul << width) - value);
3036 if (value == ((1ul << width) - 1))
3568 if (value == ((1ul << width) - 1))
4480 if (val == ((1ul << width) - 1))
4818 case bfd_mach_arm_unknown: ARM_FEATURE (-1UL, -1UL);