Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
// Save SCHED_MODE from ttmp1[27:26] into ttmp11[27:26]. We will restore it on exit
s_andn2_b32 ttmp11, ttmp11, TTMP11_SCHED_MODE_MASK
s_and_b32 ttmp2, ttmp1, TTMP1_SCHED_MODE_MASK
s_or_b32 ttmp11, ttmp2, TTMP1_SCHED_MODE_MASK
s_or_b32 ttmp11, ttmp11, ttmp2
.endif
s_mov_b32 ttmp3, 0

Expand Down
Loading