Home
last modified time | relevance | path

Searched refs:FRD (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c83 #define FRD(fd) ((sljit_ins)freg_map[fd]) macro
1141 ((flags & MEM_MASK) <= GPR_REG ? RD(reg) : FRD(reg)) | in push_mem_inst()
1147 ((flags & MEM_MASK) <= GPR_REG ? RD(reg) : FRD(reg)) | in push_mem_inst()
2266 FAIL_IF(push_inst(compiler, inst | FRD(TMP_FREG1) | FRJ(src))); in sljit_emit_fop1_conv_sw_from_f64()
2307 FAIL_IF(push_inst(compiler, inst | FRD(dst_r) | FRJ(dst_r))); in sljit_emit_fop1_conv_f64_from_w()
2360 FAIL_IF(push_inst(compiler, inst | FRD(dst_r) | FRJ(dst_r))); in sljit_emit_fop1_conv_f64_from_uw()
2367 FAIL_IF(push_inst(compiler, inst | FRD(dst_r) | FRJ(dst_r))); in sljit_emit_fop1_conv_f64_from_uw()
2585 return push_inst(compiler, MOVGR2FR_W | RJ(TMP_REG1) | FRD(freg)); in sljit_emit_fset32()
3187 ins = FRD(srcdst) | FRJ(freg) | FRK(freg); in sljit_emit_simd_mov()
3189 ins = FRD(freg) | FRJ(srcdst) | FRK(srcdst); in sljit_emit_simd_mov()
[all …]
H A DsljitNativeRISCV_32.c66 FAIL_IF(push_inst(compiler, FLD | FRD(freg) | RS1(SLJIT_SP) | IMM_I(8))); in sljit_emit_fset64()
81 inst = FMV_W_X | RS1(reg) | FRD(freg); in sljit_emit_fcopy()
102 FAIL_IF(push_inst(compiler, FLD | FRD(freg) | RS1(SLJIT_SP) | IMM_I(8))); in sljit_emit_fcopy()
H A DsljitNativeRISCV_64.c143 return push_inst(compiler, FMV_W_X | (1 << 25) | RS1(TMP_ZERO) | FRD(freg)); in sljit_emit_fset64()
146 return push_inst(compiler, FMV_W_X | (1 << 25) | RS1(TMP_REG1) | FRD(freg)); in sljit_emit_fset64()
158 inst = FMV_W_X | RS1(reg) | FRD(freg); in sljit_emit_fcopy()
H A DsljitNativeRISCV_common.c68 #define FRD(rd) ((sljit_ins)freg_map[rd] << 7) macro
891 FAIL_IF(push_inst(compiler, FLD | FRD(i) | RS1(SLJIT_SP) | IMM_I(offset))); in emit_stack_frame_release()
896 FAIL_IF(push_inst(compiler, FLD | FRD(i) | RS1(SLJIT_SP) | IMM_I(offset))); in emit_stack_frame_release()
981 ins |= ((flags & MEM_MASK) <= GPR_REG ? RD(reg) : FRD(reg)) | IMM_I(offset); in push_mem_inst()
2282 FAIL_IF(push_inst(compiler, ins | FRD(dst_r) | RS1(src))); in sljit_emit_fop1_conv_f64_from_w()
2420 FAIL_IF(push_inst(compiler, FSGNJN_S | FMT(op) | FRD(dst_r) | FRS1(src) | FRS2(src))); in sljit_emit_fop1()
2423 FAIL_IF(push_inst(compiler, FSGNJX_S | FMT(op) | FRD(dst_r) | FRS1(src) | FRS2(src))); in sljit_emit_fop1()
2492 FAIL_IF(push_inst(compiler, FADD_S | FMT(op) | FRD(dst_r) | FRS1(src1) | FRS2(src2))); in sljit_emit_fop2()
2508 return push_inst(compiler, FSGNJ_S | FMT(op) | FRD(dst_r) | FRS1(src1) | FRS2(src2)); in sljit_emit_fop2()
2531 return push_inst(compiler, FMV_W_X | RS1(TMP_ZERO) | FRD(freg)); in sljit_emit_fset32()
[all …]

Completed in 39 milliseconds