Searched refs:allowed_flags (Results 1 – 1 of 1) sorted by relevance
2498 sljit_s32 allowed_flags; in check_sljit_emit_mem() local2515 allowed_flags = SLJIT_MEM_UNALIGNED; in check_sljit_emit_mem()2520 allowed_flags |= SLJIT_MEM_ALIGNED_32; in check_sljit_emit_mem()2525 allowed_flags |= SLJIT_MEM_ALIGNED_16; in check_sljit_emit_mem()2529 CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | allowed_flags)) == 0); in check_sljit_emit_mem()
Completed in 13 milliseconds