Home | History | Annotate | Download | only in opcodes

Lines Matching refs:issigned

65   const char issigned;
157 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x;
169 if (constant_formats[cf].issigned && x < 0)
200 else if (constant_formats[cf].issigned)