Searched refs:word_arg_regs (Results 1 – 1 of 1) sorted by relevance
656 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() local679 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()682 if (src == word_arg_regs[arg_count]) { in call_with_args()717 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()718 EMIT_MOV(compiler, word_arg_regs[arg_count], 0, word_arg_count, 0); in call_with_args()
Completed in 5 milliseconds