Searched refs:MOV_S (Results 1 – 3 of 3) sorted by relevance
576 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()578 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()584 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()586 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
544 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()551 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
161 #define MOV_S (HI(17) | FMT_S | LO(6)) macro1442 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
Completed in 15 milliseconds