There are no single register that includes 8 or 16 or 32 pins with each bit representing one GPIO.
So you have to use other options:
1) use SPE instruction such as "evstdw" to store 64bit data at a time.
or
2) use EBI if you are interfacing with certain external flash/SRAM memory.