Add support for PPC64LE
Created by: kbrenneman
This change adds support for PPC64 little-endian systems.
The first change is all the structural stuff -- the configure script, makefiles, and adding new source files. There's placeholder comments for where the assembly code and other architecture-specific stuff would need to go.
The remaining changes fill in the assembly code in each file.