Lines Matching refs:t4
451 SAVE_GPR t4, 8*56 // x29
540 RESTORE_GPR t4, (8*56) // x29
761 xor t4, t3, t2 // Prepare the value to store if unlocked
770 or t6, t5, t4
772 LUI_VALUE t4, LOCK_WORD_THIN_LOCK_COUNT_ONE // Increment the recursive lock count.
773 addw t4, t3, t4
775 and t5, t4, t5
781 sc.w t3, t4, (t1)
802 xor t4, t3, t2 // Prepare the value to store if simply locked
806 or t6, t5, t4 // Test the non-gc bits.
811 or t6, t5, t4
813 LUI_VALUE t4, LOCK_WORD_THIN_LOCK_COUNT_ONE // Decrement the recursive lock count.
814 subw t4, t3, t4
819 sc.w.rl t3, t4, (t1) // Need to use atomic instructions for read barrier.