Lines Matching refs:SLJIT_ARG_MASK
281 switch (types & SLJIT_ARG_MASK) { in sljit_emit_enter()
380 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
517 switch (arg_types & SLJIT_ARG_MASK) { in sljit_set_context()
644 switch (arg_types & SLJIT_ARG_MASK) { in c_fast_call_get_stack_size()
690 switch (arg_types & SLJIT_ARG_MASK) { in c_fast_call_with_args()
749 switch (arg_types & SLJIT_ARG_MASK) { in cdecl_call_get_stack_size()
791 switch (arg_types & SLJIT_ARG_MASK) { in cdecl_call_with_args()
824 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) in post_call_with_args()
827 single = ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32); in post_call_with_args()
866 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in tail_call_with_args()
868 switch (arg_types & SLJIT_ARG_MASK) { in tail_call_with_args()
924 if ((types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F64) in tail_call_with_args()
946 switch (types & SLJIT_ARG_MASK) { in tail_call_with_args()
1124 switch (types & SLJIT_ARG_MASK) { in tail_call_with_args()