art/test/416-optimizing-arith-not/smali/not.smali

16 lines
254 B
Smali
Raw Normal View History

2025-08-25 08:21:32 +08:00
.class public LTestNot;
.super Ljava/lang/Object;
.method public static $opt$NotInt(I)I
.registers 2
not-int v0, v1
return v0
.end method
.method public static $opt$NotLong(J)J
.registers 4
not-long v0, v2
return-wide v0
.end method