Lines Matching full:base
48 frame by its offset from "base", the logical first entry in the register
49 file. The bottom-most register frame's offset from base is 0.
58 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | | | | | <-- index relative to base
63 buffer base (frame 0) frame 1 frame 2
67 globals must appear at the beginning of the register file, shifting base
77 | -4 | -3 | -2 | -1 | 0 | 1 |< > <-- index relative to base
82 buffer base (frame 0)
84 As you can see, global offsets relative to base have stayed constant,
85 but base itself has moved. To keep up with possible changes to base,
87 automatically when base changes.
90 "base", not "buffer".