xref: /aosp_15_r20/art/test/800-smali/smali/FloatBadArgReg.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1.class public LFloatBadArgReg;
2
3.super Ljava/lang/Object;
4
5.method public static getInt(I)I
6    .registers 2
7    const/4 v0, 0x0
8    if-ne v0, v0, :after
9    float-to-int v0, v0
10    :exit
11    add-int/2addr v0, v1
12    return v0
13    :after
14    move v1, v0
15    goto :exit
16.end method
17