Searched refs:OPCODE2THM16MEM (Results 1 – 1 of 1) sorted by relevance
45 #define OPCODE2THM16MEM(x) ((uint16_t)(x)) macro47 #define MEM2THM16OPCODE(x) OPCODE2THM16MEM(x)260 *(uint16_t *)loc = OPCODE2THM16MEM(*upper); in thm_jumps_reloc()261 *(uint16_t *)(loc + 2) = OPCODE2THM16MEM(*lower); in thm_jumps_reloc()308 *(uint16_t *)loc = OPCODE2THM16MEM(upper); in thm_movs_handler()309 *(uint16_t *)(loc + 2) = OPCODE2THM16MEM(lower); in thm_movs_handler()
Completed in 4 milliseconds