Searched refs:word_arg_regs (Results 1 – 1 of 1) sorted by relevance
711 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() local734 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()737 if (src == word_arg_regs[arg_count]) { in call_with_args()766 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()767 EMIT_MOV(compiler, word_arg_regs[arg_count], 0, word_arg_count, 0); in call_with_args()
Completed in 6 milliseconds