Home | History | Annotate | Download | only in config

Lines Matching refs:unsignedp

8895 set_at (int reg, int unsignedp)
8899 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j",
8904 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT);