Lines Matching refs:reg_index
143 sljit_s32 reg_index = 8; in call_with_args() local
163 if (reg_index == reg) in call_with_args()
165 reg_index++; in call_with_args()
170 if (reg_index == reg || reg_index + 1 == reg) in call_with_args()
172 reg_index += 2; in call_with_args()
175 if (reg_index != word_reg_index && reg_index < 14 && reg_index == reg) in call_with_args()
177 reg_index++; in call_with_args()
223 reg_index--; in call_with_args()
224 if (reg_index < 14) in call_with_args()
225 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
229 reg_index -= 2; in call_with_args()
230 if (reg_index < 14) { in call_with_args()
231 if ((reg_index & 0x1) != 0) { in call_with_args()
232 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
233 if (reg_index < 13) in call_with_args()
234 …AIL_IF(push_inst(compiler, LDUW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(slj… in call_with_args()
237 … FAIL_IF(push_inst(compiler, LDD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
242 reg_index--; in call_with_args()
245 if (reg_index != word_reg_index) { in call_with_args()
246 if (reg_index < 14) in call_with_args()
247 FAIL_IF(push_inst(compiler, OR | DA(reg_index) | S1(0) | S2A(word_reg_index), reg_index)); in call_with_args()