Lines Matching refs:float_arg_count

773 	sljit_s32 arg_count, word_arg_count, saved_arg_count, float_arg_count;  in sljit_emit_enter()  local
867 float_arg_count = 0; in sljit_emit_enter()
879 float_arg_count++; in sljit_emit_enter()
883 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
884 if (float_arg_count == 1) in sljit_emit_enter()
887 FAIL_IF(push_inst(compiler, MTC1 | TA(4 + arg_count) | FS(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()
888 …FAIL_IF(push_inst(compiler, MTC1 | TA(5 + arg_count) | FS(float_arg_count) | (1 << 11), MOVABLE_IN… in sljit_emit_enter()
890 …FAIL_IF(push_inst(compiler, LDC1 | base | FT(float_arg_count) | IMM(local_size + (arg_count << 2))… in sljit_emit_enter()
894 float_arg_count++; in sljit_emit_enter()
896 if (word_arg_count == 0 && float_arg_count <= 2) { in sljit_emit_enter()
897 if (float_arg_count == 1) in sljit_emit_enter()
900 FAIL_IF(push_inst(compiler, MTC1 | TA(4 + arg_count) | FS(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()
902 …FAIL_IF(push_inst(compiler, LWC1 | base | FT(float_arg_count) | IMM(local_size + (arg_count << 2))… in sljit_emit_enter()
931 float_arg_count++; in sljit_emit_enter()
932 if (arg_count != float_arg_count) in sljit_emit_enter()
933 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(arg_count) | FD(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()
938 float_arg_count++; in sljit_emit_enter()
939 if (arg_count != float_arg_count) in sljit_emit_enter()
940 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(arg_count) | FD(float_arg_count), MOVABLE_INS)); in sljit_emit_enter()