loadBigEndian

Load eight big-endian words

Parameters

input const(ubyte)*

a pointer to some bytes

x0 T

where the first word will be written

x1 T

where the second word will be written

x2 T

where the third word will be written

x3 T

where the fourth word will be written

x4 T

where the fifth word will be written

x5 T

where the sixth word will be written

x6 T

where the seventh word will be written

x7 T

where the eighth word will be written

Meta