Home | History | Annotate | Download | only in gdb.arch

Lines Matching refs:tile

70     # Exercise reading/writing from/to the tile pseudo-registers.
76 for {set tile 0} {$tile < $last_tile} {incr tile} {
77 set register_name "\$za${tile}${granularity}"
99 # Exercise reading/writing from/to the tile slice pseudo-registers.
105 for {set tile 0} {$tile < $last_tile} {incr tile} {
108 set register_name "\$za${tile}${direction}${granularity}${slice}"