Searched refs:SET_RTL_POS (Results 1 – 1 of 1) sorted by relevance
24 #define SET_RTL_POS(x, is_rtl) (GET_POS(x) | ((is_rtl)? 0x8000: 0)) macro423 out[i] = SET_RTL_POS(index, false); in fill_pos_conv()574 …if(pos_conv_out) pos_conv_out[pos_conv_wr] = SET_RTL_POS(pos_conv_rd_base + pos_conv_letter, true); in rtl_reverse()581 … if(pos_conv_out) pos_conv_out[pos_conv_wr] = SET_RTL_POS(pos_conv_rd_base + pos_conv_i, true); in rtl_reverse()