xref: /aosp_15_r20/art/test/416-optimizing-arith-not/smali/not.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1.class public LTestNot;
2
3.super Ljava/lang/Object;
4
5.method public static $opt$NotInt(I)I
6   .registers 2
7   not-int v0, v1
8   return v0
9.end method
10
11.method public static $opt$NotLong(J)J
12   .registers 4
13   not-long v0, v2
14   return-wide v0
15.end method
16