Lines Matching refs:t2
351 sw $t2, 180($sp)
481 lw $t2, 180($sp)
702 lw $t2, 40($a0)
962 lapc $t2, tabInt
968 addiu $t2, $ra, %lo(tabInt - tabBase)
987 addu $ra, $t2, $t6
1186 li $t2, 'D' # put char 'D' into t2
1187 beq $t1, $t2, 6f # branch if result type char == 'D'
1263 …or $t2, $t1, $t0 # $t2 holds thread id with count of 0 with preserved read ba…
1264 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1265 beqz $t2, .Lretry_lock # store failed, retry
1271 srl $t2, $t1, LOCK_WORD_STATE_SHIFT
1272 bnez $t2, .Lslow_lock # if either of the top two bits are set, go slow path
1273 xor $t2, $t1, $t0 # lock_word.ThreadId() ^ self->ThreadId()
1274 andi $t2, $t2, 0xFFFF # zero top 16 bits
1275 bnez $t2, .Lslow_lock # lock word and self thread id's match -> recursive lock
1326 and $t2, $t1, $t3 # zero the gc bits
1327 bgeu $t2, $t8, .Lrecursive_thin_unlock
1329 nor $t2, $zero, $t3 # $t2 = LOCK_WORD_GC_STATE_MASK_SHIFTED
1330 and $t2, $t1, $t2 # $t2: zero except for the preserved gc bits
1334 sw $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1336 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1337 beqz $t2, .Lretry_unlock # store failed, retry
1344 subu $t2, $t1, $t8 # decrement count
1347 sw $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1349 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1350 beqz $t2, .Lretry_unlock # store failed, retry
1701 # t2: rosalloc run
1726 addu $t2, $t1, $s1
1727 lw $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
1731 lw $v0, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_HEAD_OFFSET)($t2)
1737 sw $t5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_HEAD_OFFSET)($t2)
1756 lw $t5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_SIZE_OFFSET)($t2)
1758 sw $t5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_SIZE_OFFSET)($t2)