Lines Matching refs:VMOV

238 #define VMOV		0xee000a10  macro
1451 FAIL_IF(push_inst32(compiler, VMOV | (float_arg_count << 16) | (offset << 10))); in sljit_emit_enter()
2291 return push_inst32(compiler, VMOV | (1 << 20) | RT4(dst) | VN4(TMP_FREG1)); in sljit_emit_fop1_conv_sw_from_f64()
2304 FAIL_IF(push_inst32(compiler, VMOV | RT4(src) | VN4(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_w()
2311 FAIL_IF(push_inst32(compiler, VMOV | RT4(TMP_REG1) | VN4(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_w()
2447 …FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | VN4(src2) | RT4(TMP_REG1) | ((op & SLJIT_32) ? (1… in sljit_emit_fop2()
2488 return push_inst32(compiler, VMOV | VN4(freg) | RT4(TMP_REG1)); in sljit_emit_fset32()
2542 inst = VMOV | VN4(freg) | RT4(reg); in sljit_emit_fcopy()
2789 FAIL_IF(push_inst32(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (offset << 10))); in softfloat_call_with_args()
2828 FAIL_IF(push_inst32(compiler, VMOV | (0 << 16) | (0 << 12))); in softfloat_post_call_with_args()
3041 return push_inst32(compiler, VMOV | (1 << 20) | VN4(src) | RT4(SLJIT_R0)); in emit_fmov_before_return()
3512 FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | VN4(freg) | RT4(TMP_REG2))); in sljit_emit_fmem()
3521 FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | VN4(freg) | 0x80 | RT4(TMP_REG2))); in sljit_emit_fmem()
3527 return push_inst32(compiler, VMOV | VN4(freg) | RT4(TMP_REG2)); in sljit_emit_fmem()
3919 return push_inst32(compiler, VMOV | VN4(srcdst) | RT4(TMP_REG1)); in sljit_emit_simd_lane_mov()
3922 FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | VN4(srcdst) | RT4(TMP_REG1))); in sljit_emit_simd_lane_mov()