PostLiteral
enum class PostLiteral {
POST_MODE_NORMAL, // In normal scenarios, the UB operand address is not updated. LoadUnAlign does not support POST_MODE_NORMAL for continuous non-aligned data movement.
POST_MODE_UPDATE // Used in the POST_MODE_UPDATE scenario. The UB address is used as both the input and output and is updated each time it is called.
};
Parent topic: Data Types