Searched refs:word_data (Results 1 – 1 of 1) sorted by relevance
2244 sljit_u32 word_data = 0; in sljit_emit_fop1_conv_sw_from_f64() local2250 word_data = 1; in sljit_emit_fop1_conv_sw_from_f64()2267 FAIL_IF(push_inst(compiler, FINST(MOVFR2GR, word_data) | RD(dst_r) | FRJ(TMP_FREG1))); in sljit_emit_fop1_conv_sw_from_f64()2279 sljit_u32 word_data = 0; in sljit_emit_fop1_conv_f64_from_w() local2285 word_data = 1; in sljit_emit_fop1_conv_f64_from_w()2306 FAIL_IF(push_inst(compiler, (word_data ? MOVGR2FR_D : MOVGR2FR_W) | FRD(dst_r) | RJ(src))); in sljit_emit_fop1_conv_f64_from_w()2326 sljit_u32 word_data = 0; in sljit_emit_fop1_conv_f64_from_uw() local2332 word_data = 1; in sljit_emit_fop1_conv_f64_from_uw()2354 if (!word_data) in sljit_emit_fop1_conv_f64_from_uw()2359 FAIL_IF(push_inst(compiler, (word_data ? MOVGR2FR_D : MOVGR2FR_W) | FRD(dst_r) | RJ(src))); in sljit_emit_fop1_conv_f64_from_uw()[all …]
Completed in 18 milliseconds