Home
last modified time | relevance | path

Searched refs:freg (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c2156 sljit_s32 freg, in check_sljit_emit_fmem() argument
2172 CHECK_ARGUMENT(FUNCTION_CHECK_IS_FREG(freg)); in check_sljit_emit_fmem()
2189 sljit_verbose_freg(compiler, freg); in check_sljit_emit_fmem()
2199 sljit_s32 freg, in check_sljit_emit_fmem_update() argument
2222 sljit_verbose_freg(compiler, freg); in check_sljit_emit_fmem_update()
2364 sljit_s32 freg, in sljit_emit_fmem_unaligned() argument
2602 sljit_s32 freg, in sljit_emit_fmem() argument
2617 sljit_s32 freg, in sljit_emit_fmem_update() argument
2623 SLJIT_UNUSED_ARG(freg); in sljit_emit_fmem_update()
3074 SLJIT_UNUSED_ARG(freg); in sljit_emit_fmem()
[all …]
H A DsljitNativeMIPS_common.c3415 #define MEMF64_FS_FIRST(freg) FS(freg) argument
3416 #define MEMF64_FS_SECOND(freg) (FS(freg) | ((sljit_ins)1 << 11)) argument
3420 #define MEMF64_FS_FIRST(freg) (FS(freg) | ((sljit_ins)1 << 11)) argument
3421 #define MEMF64_FS_SECOND(freg) FS(freg) argument
3586 sljit_s32 freg, in sljit_emit_fmem() argument
3590 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem()
3597 FAIL_IF(push_inst(compiler, MFC1 | T(TMP_REG2) | FS(freg), DR(TMP_REG2))); in sljit_emit_fmem()
3620 FAIL_IF(push_inst(compiler, MFC1 | (1 << 21) | T(TMP_REG2) | FS(freg), DR(TMP_REG2))); in sljit_emit_fmem()
3633 FAIL_IF(push_inst(compiler, MTC1 | T(TMP_REG2) | FS(freg), MOVABLE_INS)); in sljit_emit_fmem()
3643 FAIL_IF(push_inst(compiler, MTC1 | T(TMP_REG2) | MEMF64_FS_FIRST(freg), MOVABLE_INS)); in sljit_emit_fmem()
[all …]
H A DsljitNativeARM_32.c2346 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
2347 ((inst) | (sljit_uw)((add) << 23) | RN(base) | VD(freg) | (sljit_uw)(offs))
3541 sljit_s32 freg, in sljit_emit_fmem() argument
3550 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem()
3557 FAIL_IF(push_inst(compiler, VMOV | (1 << 20) | VN(freg) | RD(TMP_REG2))); in sljit_emit_fmem()
3571 FAIL_IF(push_inst(compiler, VMOV | (1 << 20) | VN(freg) | 0x80 | RD(TMP_REG2))); in sljit_emit_fmem()
3596 FAIL_IF(push_inst(compiler, VMOV | VN(freg) | RD(dst))); in sljit_emit_fmem()
3600 FAIL_IF(push_inst(compiler, VMOV | VN(freg) | 0x80 | RD(dst))); in sljit_emit_fmem()
3608 FAIL_IF(push_inst(compiler, VMOV | (1 << 20) | VN(freg) | RD(TMP_REG2))); in sljit_emit_fmem()
3623 return push_inst(compiler, VMOV | VN(freg) | RD(TMP_REG2)); in sljit_emit_fmem()
[all …]
H A DsljitLir.h1611 sljit_s32 freg,
1625 sljit_s32 freg,
H A DsljitNativeARM_T2_32.c3055 sljit_s32 freg, in sljit_emit_fmem() argument
3059 CHECK(check_sljit_emit_fmem(compiler, type, freg, mem, memw)); in sljit_emit_fmem()
3062 …iler, ((type ^ SLJIT_32) & SLJIT_32) | ((type & SLJIT_MEM_STORE) ? 0 : FPU_LOAD), freg, mem, memw); in sljit_emit_fmem()
3065 FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | DN4(freg) | RT4(TMP_REG2))); in sljit_emit_fmem()
3074 FAIL_IF(push_inst32(compiler, VMOV | (1 << 20) | DN4(freg) | 0x80 | RT4(TMP_REG2))); in sljit_emit_fmem()
3080 return push_inst32(compiler, VMOV | DN4(freg) | RT4(TMP_REG2)); in sljit_emit_fmem()
3088 return push_inst32(compiler, VMOV2 | DM4(freg) | RT4(TMP_REG2) | RN4(TMP_REG1)); in sljit_emit_fmem()
H A DsljitNativePPC_common.c2761 sljit_s32 freg, in sljit_emit_fmem_update() argument
2768 CHECK(check_sljit_emit_fmem_update(compiler, type, freg, mem, memw)); in sljit_emit_fmem_update()
2792 …return push_inst(compiler, INST_CODE_AND_DST(inst, DOUBLE_DATA, freg) | A(mem & REG_MASK) | B(OFFS… in sljit_emit_fmem_update()
2796 …return push_inst(compiler, INST_CODE_AND_DST(inst, DOUBLE_DATA, freg) | A(mem & REG_MASK) | IMM(me… in sljit_emit_fmem_update()
H A DsljitNativeARM_64.c2283 sljit_s32 freg, in sljit_emit_fmem_update() argument
2289 CHECK(check_sljit_emit_fmem_update(compiler, type, freg, mem, memw)); in sljit_emit_fmem_update()
2308 …return push_inst(compiler, inst | VT(freg) | RN(mem & REG_MASK) | (sljit_ins)((memw & 0x1ff) << 12… in sljit_emit_fmem_update()

Completed in 91 milliseconds