On 7/2/25 05:19, William Kosasih wrote:
+DO_VLDR(vldrb_sh, MO_UB, 1, int8_t, ldb, 2, int16_t) +DO_VLDR(vldrb_sw, MO_UB, 1, int8_t, ldb, 4, int32_t)
...
+DO_VLDR(vldrh_sw, MO_TEUW, 2, int16_t, ldw, 4, int32_t)
Use MO_SB, MO_TESW here. It won't matter for normal operation, but the sign of the operation is exposed to plugins. r~
