Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/
Delf.c51 #define THM_JUMP_UPPER_BOUNDARY ((int32_t)0xff000000) macro
228 if (*offset >= THM_JUMP_LOWER_BOUNDARY || *offset <= THM_JUMP_UPPER_BOUNDARY) { in thm_jumps_decode()