Home | History | Annotate | Download | only in mips

Lines Matching refs:a0

8     GET_OPB(a0)                            #  a0 <- B
12 GET_VREG(rOBJ, a0) # rOBJ <- fp[B], the object pointer
13 LOAD_eas2(a0, a2, a1) # a0 <- resolved InstField ptr
15 bnez a0, .L${opcode}_finish # no, already resolved
18 LOAD_base_offMethod_clazz(a0, a2) # a0 <- method->clazz
21 move a0, v0
28 * a0 holds resolved field
33 LOAD_base_offInstField_byteOffset(a3, a0) # a3 <- byte offset of field
38 LOAD64(a0, a1, a2) # a0/a1 <- fp[A]
43 # STORE64(a0, a1, a2) # obj.field (64 bits, aligned) <- a0 a1
45 STORE64(a0, a1, a2) # obj.field (64 bits, aligned) <- a0 a1