Home
last modified time | relevance | path

Searched refs:OPCODE2THM16MEM (Results 1 – 1 of 1) sorted by relevance

/arch/arm/core/
A Delf.c45 #define OPCODE2THM16MEM(x) ((uint16_t)(x)) macro
47 #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