Home | History | Annotate | Download | only in codegen

Lines Matching refs:isSignedType

606    if (isSignedType(i->dType))
608 if (isSignedType(i->sType))
692 | (isSignedType(i->dType) ? 0x20 : 0x00));
756 op |= isSignedType(i->dType) ? 0x23 : 0x03;
853 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0);
857 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0);