Is shared memory using the 8192 registers?

att, the Guide says each multiprocessor has 8192 registers, and 16kbyte shared memory. since I can see shared memory is a register file, is it using the 8192 registers?
Thanks!

No, the shared memory is a separate register bank, independent from the one used for thread local registers.