Home | History | Annotate | Download | only in code

Lines Matching refs:CMPL

509         new Rop(RegOps.CMPL, Type.INT, StdTypeList.LONG_LONG, "cmpl-long");
511 /** {@code r: int; x,y: float :: r = cmpl(x, y);} */
513 new Rop(RegOps.CMPL, Type.INT, StdTypeList.FLOAT_FLOAT, "cmpl-float");
515 /** {@code r: int; x,y: double :: r = cmpl(x, y);} */
517 new Rop(RegOps.CMPL, Type.INT, StdTypeList.DOUBLE_DOUBLE,
518 "cmpl-double");
1152 case RegOps.CMPL: return opCmpl(sources.getType(0));
1688 * Returns the appropriate {@code cmpl} rop for the given type. The