Searched refs:NOT_INT (Results 1 – 9 of 9) sorted by relevance
159 public static final int NOT_INT = 0x7c; field in Opcodes
522 public static final Info NOT_INT = field in OpcodeInfo523 new Info(Opcodes.NOT_INT, "not-int",1080 set(NOT_INT);
158 public static final int NOT_INT = 0x7c; field in DalvOps
143 MAP.put(Rops.NOT_INT, Dops.NOT_INT); in MAP.put() argument
533 public static final Dop NOT_INT = field in Dops534 new Dop(DalvOps.NOT_INT, DalvOps.NOT_INT,1069 set(NOT_INT);
316 MAP.put(Rops.NOT_INT, Dops.NOT_INT); in MAP.put() argument
528 public static final Dop NOT_INT = field in Dops529 new Dop(Opcodes.NOT_INT, Opcodes.NOT_INT,1080 set(NOT_INT);
362 public static final Rop NOT_INT = field in Rops1667 case Type.BT_INT: return NOT_INT; in opNot()
362 public static final Rop NOT_INT = field in Rops1674 case Type.BT_INT: return NOT_INT; in opNot()