Lines Matching refs:t2
662 li $t2, 'D' # put char 'D' into t2
663 beq $t1, $t2, .Losr_fp_result # branch if result type char == 'D'
664 li $t2, 'F' # put char 'F' into t2
665 beq $t1, $t2, .Losr_fp_result # branch if result type char == 'F'
948 # t2 = number of argument bytes remain
967 daddiu $t2, -4 # delay slot
979 daddiu $t2, -8 # delay slot
988 daddiu $t2, -4 # delay slot
999 daddiu $t2, -8
1041 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr)
1050 # copy arguments onto stack (t2 should be multiples of 4)
1051 ble $t2, $zero, call_fn # t2 = number of argument bytes remain
1056 daddiu $t2, -4
1057 bgt $t2, $zero, 1b # t2 = number of argument bytes remain
1089 li $t2, 68 # put char 'D' into t2
1090 beq $t1, $t2, 1f # branch if result type char == 'D'
1144 move $t2, $a2 # t2 = number of argument bytes remain
1154 # copy arguments onto stack (t2 should be multiples of 4)
1155 ble $t2, $zero, call_sfn # t2 = number of argument bytes remain
1160 daddiu $t2, -4
1161 bgt $t2, $zero, 1b # t2 = number of argument bytes remain
1191 li $t2, 68 # put char 'D' into t2
1192 beq $t1, $t2, 1f # branch if result type char == 'D'
1234 …or $t2, $t1, $t0 # $t2 holds thread id with count of 0 with preserved read ba…
1235 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1236 beqzc $t2, .Lretry_lock # store failed, retry
1241 srl $t2, $t1, LOCK_WORD_STATE_SHIFT
1242 bnezc $t2, .Lslow_lock # if either of the top two bits are set, go slow path
1243 xor $t2, $t1, $t0 # lock_word.ThreadId() ^ self->ThreadId()
1244 andi $t2, $t2, 0xFFFF # zero top 16 bits
1245 bnezc $t2, .Lslow_lock # lock word and self thread id's match -> recursive lock
1295 and $t2, $t1, $t3 # zero the gc bits
1296 bgeuc $t2, $t8, .Lrecursive_thin_unlock
1298 nor $t2, $zero, $t3 # $t2 = LOCK_WORD_GC_STATE_MASK_SHIFTED
1299 and $t2, $t1, $t2 # $t2: zero except for the preserved gc bits
1302 sw $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1304 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1305 beqzc $t2, .Lretry_unlock # store failed, retry
1311 subu $t2, $t1, $t8 # decrement count
1313 sw $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1315 sc $t2, MIRROR_OBJECT_LOCK_WORD_OFFSET($a0)
1316 beqzc $t2, .Lretry_unlock # store failed, retry
1650 # t2: rosalloc run
1675 daddu $t2, $t1, $s1
1676 ld $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
1680 ld $v0, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_HEAD_OFFSET)($t2)
1685 sd $a5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_HEAD_OFFSET)($t2)
1704 lw $a5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_SIZE_OFFSET)($t2)
1706 sw $a5, (ROSALLOC_RUN_FREE_LIST_OFFSET + ROSALLOC_RUN_FREE_LIST_SIZE_OFFSET)($t2)
2236 MINu $t2, $a2, $a3
2237 # $t2 now holds min(this.length(),anotherString.length())
2240 beqzc $t2, .Lstring_compareto_length_diff # if $t2==0
2261 subu $t2, $t2, 1 # new value of min(this.length(),anotherString.length())-i
2262 bnez $t2, .Lstring_compareto_loop_comparison_this_compressed
2272 subu $t2, $t2, 1 # new value of min(this.length(),anotherString.length())-i
2273 bnez $t2, .Lstring_compareto_that_is_compressed
2283 subu $t2, $t2, 1 # new value of min(this.length(),anotherString.length())-i
2284 bnez $t2, .Lstring_compareto_both_compressed
2296 subu $t2, $t2, 1 # new value of min(this.length(),anotherString.length())-i
2297 bnez $t2, .Lstring_compareto_both_not_compressed
2478 ld $t2, 288($sp)