Lines Matching refs:t1
135 li t1, (ACCESS_FLAGS_METHOD_IS_FAST_NATIVE | ACCESS_FLAGS_METHOD_IS_CRITICAL_NATIVE)
136 and t0, t0, t1
195 addi t1, sp, 16
198 ld t3, FRAME_SIZE_SAVE_REFS_AND_ARGS+0(t1)
199 ld t4, FRAME_SIZE_SAVE_REFS_AND_ARGS+8(t1)
201 sd t3, 0-16(t1)
202 sd t4, 8-16(t1)
203 addi t1, t1, 16
213 fsd fa0, (1*8)(t1)
214 fsd fa1, (2*8)(t1)
215 fsd fa2, (3*8)(t1)
216 fsd fa3, (4*8)(t1)
217 fsd fa4, (5*8)(t1)
218 fsd fa5, (6*8)(t1)
219 fsd fa6, (7*8)(t1)
220 fsd fa7, (8*8)(t1)
221 sd fp, (9*8)(t1) // x8, frame pointer
224 sd a1, (10*8)(t1) // x11
225 sd a2, (11*8)(t1) // x12
226 sd a3, (12*8)(t1) // x13
227 sd a4, (13*8)(t1) // x14
228 sd a5, (14*8)(t1) // x15
229 sd a6, (15*8)(t1) // x16
230 sd a7, (16*8)(t1) // x17
231 sd s2, (17*8)(t1) // x18
232 sd s3, (18*8)(t1) // x19
233 sd s4, (19*8)(t1) // x20
234 sd s5, (20*8)(t1) // x21
235 sd s6, (21*8)(t1) // x22
236 sd s7, (22*8)(t1) // x23
237 sd s8, (23*8)(t1) // x24
238 sd s9, (24*8)(t1) // x25
239 sd s10, (25*8)(t1) // x26
240 sd s11, (26*8)(t1) // x27
241 sd t4, (27*8)(t1) // t4: Save return address for tail call from JNI stub.
246 mv fp, t1
266 addi t1, fp, 1 // Prepare managed SP tagged for a GenericJNI frame.
278 mv t1, fp // Prepare untagged managed SP for the runtime method.
285 sd t1, THREAD_TOP_QUICK_FRAME_OFFSET(xSELF)
304 addi t1, fp, -16
342 beq t1, sp, .Lcritical_skip_copy_args_back
343 sub t2, t1, sp
345 ld t3, 0-16(t1)
346 ld t4, 8-16(t1)
348 sd t3, FRAME_SIZE_SAVE_REFS_AND_ARGS+0(t1)
349 sd t4, FRAME_SIZE_SAVE_REFS_AND_ARGS+8(t1)
350 addi t1, t1, -16
375 addi t1, t1, 16 + FRAME_SIZE_SAVE_REFS_AND_ARGS - FRAME_SIZE_SAVE_ALL_CALLEE_SAVES
382 fsd fs0, (8*2)(t1) // f8
383 fsd fs1, (8*3)(t1) // f9
384 fsd fs2, (8*4)(t1) // f18
385 fsd fs3, (8*5)(t1) // f19
386 fsd fs4, (8*6)(t1) // f20
387 fsd fs5, (8*7)(t1) // f21
388 fsd fs6, (8*8)(t1) // f22
389 fsd fs7, (8*9)(t1) // f23
390 fsd fs8, (8*10)(t1) // f24
391 fsd fs9, (8*11)(t1) // f25
392 fsd fs10, (8*12)(t1) // f26
393 fsd fs11, (8*13)(t1) // f27
395 sd s0, (8*14)(t1) // x8/fp, frame pointer
397 sd s2, (8*15)(t1) // x18
398 sd s3, (8*16)(t1) // x19
399 sd s4, (8*17)(t1) // x20
400 sd s5, (8*18)(t1) // x21
401 sd s6, (8*19)(t1) // x22
402 sd s7, (8*20)(t1) // x23
403 sd s8, (8*21)(t1) // x24
404 sd s9, (8*22)(t1) // x25
405 sd s10, (8*23)(t1) // x26
406 sd s11, (8*24)(t1) // x27
410 mv fp, t1