Lines Matching refs:ins

448 	sljit_ins ins = NOP;  in call_with_args()  local
504 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
510 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
515 ins = SW | S(SLJIT_SP) | T(word_arg_count) | IMM(offsets[arg_count - 1]); in call_with_args()
517 ins = ADDU | S(word_arg_count) | TA(0) | DA(4 + (offsets[arg_count - 1] >> 2)); in call_with_args()
519 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args()
526 if (ins != NOP) { in call_with_args()
529 prev_ins = ins; in call_with_args()
530 ins = NOP; in call_with_args()
544 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
546 ins = LW | S(SLJIT_SP) | TA(4 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count]); in call_with_args()
551 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
556ins = LW | S(SLJIT_SP) | TA(5 + (offsets[arg_count] >> 2)) | IMM(offsets[arg_count] + sizeof(sljit… in call_with_args()
564 if (ins != NOP) { in call_with_args()
567 prev_ins = ins; in call_with_args()
568 ins = NOP; in call_with_args()
614 sljit_ins ins; in sljit_emit_call() local
624 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
633 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
644 sljit_ins ins; in sljit_emit_icall() local
660 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
664 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()