TEMP1_TO_REG
#define TEMP1_TO_REG(val) ((val) <= -128000 ? -128 : \
#define TEMP1_TO_REG(val) (clamp_val(((val) < 0 ? (val) + 0x100 * 1000 \