summaryrefslogtreecommitdiff
path: root/examples/gfcc/runtime.j
blob: 88db0b9b8a0a64535c471ab92f6103796595d2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.class public runtime
.super java/lang/Object
;
; standard initializer
.method public <init>()V
  aload_0
  invokenonvirtual java/lang/Object/<init>()V
  return
.end method

.method public static ilt(II)I
.limit locals 2
.limit stack 2
    iload_0
    iload_1
    if_icmpge Label0
    iconst_1
    ireturn
  Label0:
    iconst_0
    ireturn
.end method

.method public static flt(FF)I
.limit locals 2
.limit stack 2
    fload_0
    fload_1
    fcmpl
    ifge Label0
    iconst_1
    ireturn
  Label0:
    iconst_0
    ireturn
.end method

.method public static iprintf(I)V
.limit locals 1
.limit stack 1000
  getstatic java/lang/System/out Ljava/io/PrintStream;
  iload_0
  invokevirtual java/io/PrintStream/println(I)V
  return
.end method

.method public static fprintf(F)V
.limit locals 1
.limit stack 1000
  getstatic java/lang/System/out Ljava/io/PrintStream;
  fload_0
  invokevirtual java/io/PrintStream/println(F)V
  return
.end method