Reading on a Port Level for the Artemis ATP

I have been working on porting some code that requires very fast reading on pins on an Arduino. As such, it uses port registers to read the pins. See this page for a basic example. (https://www.arduino.cc/en/Reference/PortManipulation).

Is it possible to have something equivalent with the Artemis ATP, where I can read multiple pins simultaneously at a high speed?