Searched refs:TO_BYTE (Results 1 – 4 of 4) sorted by relevance
158 public static final int TO_BYTE = 30; field in RegOps343 case TO_BYTE: return "to-byte"; in opName()
580 public static final Rop TO_BYTE = field in Rops581 new Rop(RegOps.TO_BYTE, Type.INT, StdTypeList.INT, "to-byte");1154 case RegOps.TO_BYTE: return TO_BYTE; in ropFor()
371 MAP.put(Rops.TO_BYTE, Dops.INT_TO_BYTE); in MAP.put() argument
760 return Rops.TO_BYTE; in getCastRop()