Lines Matching refs:ins

456 	sljit_ins ins = NOP;  in call_with_args()  local
512 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
518 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
523 ins = SW | S(SLJIT_SP) | T(word_arg_count) | IMM(offsets[arg_count - 1]); in call_with_args()
525 ins = ADDU | S(word_arg_count) | TA(0) | DA(4 + (offsets[arg_count - 1] >> 2)); in call_with_args()
527 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args()
534 if (ins != NOP) { in call_with_args()
537 prev_ins = ins; in call_with_args()
538 ins = NOP; in call_with_args()
552 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
554 ins = LW | S(SLJIT_SP) | TA(4 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count]); in call_with_args()
559 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
564ins = LW | S(SLJIT_SP) | TA(5 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count] + sizeof(sljit… in call_with_args()
572 if (ins != NOP) { in call_with_args()
575 prev_ins = ins; in call_with_args()
576 ins = NOP; in call_with_args()
622 sljit_ins ins; in sljit_emit_call() local
632 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
641 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
652 sljit_ins ins; in sljit_emit_icall() local
668 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
672 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()