Searched refs:MEM2THM16OPCODE (Results 1 – 1 of 1) sorted by relevance
47 #define MEM2THM16OPCODE(x) OPCODE2THM16MEM(x) macro220 *upper = MEM2THM16OPCODE(*(uint16_t *)loc); in thm_jumps_decode()221 *lower = MEM2THM16OPCODE(*(uint16_t *)(loc + 2)); in thm_jumps_decode()285 upper = MEM2THM16OPCODE(*(uint16_t *)loc); in thm_movs_handler()286 lower = MEM2THM16OPCODE(*(uint16_t *)(loc + 2)); in thm_movs_handler()
Completed in 6 milliseconds