Searched refs:TI_FLAG_BYTE_FPDEPTH (Results 1 – 1 of 1) sorted by relevance
20 #define TI_FLAG_BYTE_FPDEPTH 3 macro75 #define TI_FPDEPTH (TI_FLAGS + TI_FLAG_BYTE_FPDEPTH)151 #define get_thread_fpdepth() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH])152 #define set_thread_fpdepth(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH] = (val))
Completed in 3 milliseconds