/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 113 #define FD(d) ((sljit_ins)freg_map[d] << 25) macro 580 … FAIL_IF(push_inst(compiler, LDF | FD(float_arg_index) | S1A(30) | IMM(args_offset), MOVABLE_INS)); in sljit_emit_enter() 592 … FAIL_IF(push_inst(compiler, LDF | FD(float_arg_index) | S1A(30) | IMM(args_offset), MOVABLE_INS)); in sljit_emit_enter() 703 | ((flags & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)) in getput_arg_fast() 787 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)); in getput_arg() 1153 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOI, FDTOI) | FD(TMP_FREG1) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1_conv_sw_from_f64() 1187 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | FD(dst_r) | FS2(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_conv_f64_from_sw() 1238 FAIL_IF(push_inst(compiler, FMOVS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1() 1247 FAIL_IF(push_inst(compiler, FNEGS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1() 1252 FAIL_IF(push_inst(compiler, FABSS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1() [all …]
|
H A D | sljitNativeSPARC_32.c | 199 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM((16 + 7) * sizeof(sljit… in call_with_args() 200 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | (1 << 25) | S1(SLJIT_SP) | IMM((16 + 8) * … in call_with_args() 203 …FAIL_IF(push_inst(compiler, STDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in call_with_args() 208 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args()
|
H A D | sljitNativePPC_common.c | 123 #define FD(fd) ((sljit_ins)freg_map[fd] << 21) macro 924 ((sljit_ins)(inst) | (sljit_ins)(((flags) & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg))) 1771 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src))); in sljit_emit_fop1_conv_sw_from_f64() 1839 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw() 1844 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw() 1877 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2))); in sljit_emit_fop1_conv_f64_from_sw() 1882 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw() 1930 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src))); in sljit_emit_fop1() 1937 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src))); in sljit_emit_fop1() 1943 FAIL_IF(push_inst(compiler, FNEG | FD(dst_r) | FB(src))); in sljit_emit_fop1() [all …]
|
H A D | sljitNativeMIPS_common.c | 109 #define FD(d) ((sljit_ins)freg_map[d] << 6) macro 158 #define C_FD (FD(TMP_FREG3)) 885 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 898 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 935 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 942 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 1862 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1868 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1871 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1940 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2() [all …]
|
H A D | sljitNativeMIPS_64.c | 601 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args() 603 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 609 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args() 611 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
H A D | sljitNativeMIPS_32.c | 531 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 541 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
/PHP-8.2/ext/spl/tests/SplFileObject/ |
H A D | bug79710.phpt | 14 // underlying FD is no longer valid and will cause error upon calling flock
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 95 yacute 00FD
|
H A D | ents_xhtml.txt | 94 yacute 00FD
|
H A D | ents_html5.txt | 1286 loarr 021FD 1464 notnivc 022FD 2102 yacute 000FD
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | htmlentities_html4.phpt | 159 ý U+000FD
|
H A D | htmlentities_html5.phpt | 239 ý U+000FD 705 ⇽ U+021FD 937 ⋽ U+022FD
|
/PHP-8.2/ext/mbstring/tests/data/ |
H A D | EmojiSources.txt | 83 25FD;;F750; 128 26FD;F8CC;F78E;F97A
|
H A D | ISO-2022-JP-2004-JISX0213.txt | 2456 3-3971 U+56FD # <cjk> 3062 3-403D U+88FD # <cjk> 3157 3-413E U+66FD # <cjk> 3196 3-4165 U+69FD # <cjk> 3555 3-4554 U+90FD # <cjk> 3720 3-473D U+80FD # <cjk> 3757 3-4762 U+72FD # <cjk> 3786 3-4821 U+51FD # <cjk> 4083 3-4B30 U+98FD # <cjk> 4830 3-532B U+54FD # <cjk> [all …]
|
H A D | EUC-JP-2004.txt | 2486 0xB9F1 U+56FD # <cjk> 3092 0xC0BD U+88FD # <cjk> 3187 0xC1BE U+66FD # <cjk> 3226 0xC1E5 U+69FD # <cjk> 3585 0xC5D4 U+90FD # <cjk> 3750 0xC7BD U+80FD # <cjk> 3787 0xC7E2 U+72FD # <cjk> 3816 0xC8A1 U+51FD # <cjk> 4113 0xCBB0 U+98FD # <cjk> 4860 0xD3AB U+54FD # <cjk> [all …]
|
H A D | SJIS-2004.txt | 2614 0x8D91 U+56FD # <cjk> 3220 0x90BB U+88FD # <cjk> 3315 0x915D U+66FD # <cjk> 3354 0x9185 U+69FD # <cjk> 3713 0x9373 U+90FD # <cjk> 3878 0x945C U+80FD # <cjk> 3915 0x9482 U+72FD # <cjk> 3944 0x949F U+51FD # <cjk> 4241 0x964F U+98FD # <cjk> 4988 0x9A4A U+54FD # <cjk> [all …]
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 13025 # FD 360K 5.25-inch, 2-sided, 9-sector 13030 # FD 500K 8-inch, 2-sided, single-density
|
H A D | magic私はガラスを食べられます | 13025 # FD 360K 5.25-inch, 2-sided, 9-sector 13030 # FD 500K 8-inch, 2-sided, single-density
|