Lines Matching refs:ins

453 	sljit_ins ins = NOP;  in call_with_args()  local
509 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
515 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
520 ins = SW | S(SLJIT_SP) | T(word_arg_count) | IMM(offsets[arg_count - 1]); in call_with_args()
522 ins = ADDU | S(word_arg_count) | TA(0) | DA(4 + (offsets[arg_count - 1] >> 2)); in call_with_args()
524 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args()
531 if (ins != NOP) { in call_with_args()
534 prev_ins = ins; in call_with_args()
535 ins = NOP; in call_with_args()
549 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
551 ins = LW | S(SLJIT_SP) | TA(4 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count]); in call_with_args()
556 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
561ins = LW | S(SLJIT_SP) | TA(5 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count] + sizeof(sljit… in call_with_args()
569 if (ins != NOP) { in call_with_args()
572 prev_ins = ins; in call_with_args()
573 ins = NOP; in call_with_args()
619 sljit_ins ins; in sljit_emit_call() local
629 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
638 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
649 sljit_ins ins; in sljit_emit_icall() local
665 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
669 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()