Searched refs:IS_WORD_SIZE (Results 1 – 1 of 1) sorted by relevance
871 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE))) macro1017 if (IS_WORD_SIZE(flags)) { in emit_op_mem()1035 …else if (SLJIT_UNLIKELY(arg == SLJIT_SP) && IS_WORD_SIZE(flags) && OFFSET_CHECK(0xff, 2) && reg_ma… in emit_op_mem()
Completed in 9 milliseconds