Searched refs:VMOV (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 238 #define VMOV 0xee000a10 macro 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() 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() 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() 3527 return push_inst32(compiler, VMOV | VN4(freg) | RT4(TMP_REG2)); in sljit_emit_fmem() [all …]
|
H A D | sljitNativeARM_32.c | 165 #define VMOV 0xee000a10 macro 2715 return push_inst(compiler, VMOV | (1 << 20) | RD(dst) | VN(TMP_FREG1)); in sljit_emit_fop1_conv_sw_from_f64() 2728 FAIL_IF(push_inst(compiler, VMOV | RD(src) | VN(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_w() 2735 FAIL_IF(push_inst(compiler, VMOV | RD(TMP_REG1) | VN(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_w() 2915 return push_inst(compiler, VMOV | VN(freg) | RD(TMP_REG1)); in sljit_emit_fset32() 2969 inst = VMOV | VN(freg) | RD(reg); in sljit_emit_fcopy() 3260 FAIL_IF(push_inst(compiler, VMOV | (0 << 16) | (0 << 12))); in softfloat_post_call_with_args() 3485 return push_inst(compiler, VMOV | (1 << 20) | RD(SLJIT_R0) | VN(src)); in emit_fmov_before_return() 3837 FAIL_IF(push_inst(compiler, VMOV | (1 << 20) | VN(freg) | RD(TMP_REG2))); in sljit_emit_fmem() 3852 return push_inst(compiler, VMOV | VN(freg) | RD(TMP_REG2)); in sljit_emit_fmem() [all …]
|
Completed in 39 milliseconds