Searched refs:MP_EMIT_OPT_ASM (Results 1 – 2 of 2) sorted by relevance
40 MP_EMIT_OPT_ASM, enumerator
847 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()849 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()852 *emit_options = MP_EMIT_OPT_ASM; in compile_built_in_decorator()864 } else if (*emit_options == MP_EMIT_OPT_ASM) { in compile_built_in_decorator()3529 if (s->emit_options == MP_EMIT_OPT_ASM) { in mp_compile_to_raw_code()3565 if (s->emit_options == MP_EMIT_OPT_ASM) { in mp_compile_to_raw_code()
Completed in 10 milliseconds