(Note: I am not asking about the definitions of pre-increment vs. post-increment, or how they are used in C/C++. Therefore, I do not think this is a duplicate question.)
The PDP-11 had a single instruction that corresponded to *p++, and another for *--p (or possibly the other way round).
*p++
*--p