Searched refs:FS (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/build/ |
H A D | order_by_dep.awk | 3 orig_fs = FS; 13 FS="[(,) \t]+" 24 FS=orig_fs;
|
H A D | libtool.m4 | 1345 BEGIN {RS=" "; FS="/|\n";} {
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mk_sb_tbl.awk | 30 FS="[ \t#]"
|
/PHP-8.0/ext/gd/tests/ |
H A D | libgd00191.phpt | 2 libgd FS#191 (A circle becomes square)
|
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mk_eaw_tbl.awk | 10 FS = "[;.|# ]"
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 108 #define FS(s) (freg_map[s] << 11) macro 1543 return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); in sljit_emit_fop1_conv_sw_from_f64() 1566 FAIL_IF(push_inst(compiler, MTC1 | flags | T(src) | FS(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw() 1577 FAIL_IF(push_inst(compiler, MTC1 | flags | T(TMP_REG1) | FS(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw() 1625 return push_inst(compiler, inst | FMT(op) | FT(src2) | FS(src1) | C_FD, UNMOVABLE_INS); in sljit_emit_fop1_cmp() 1655 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1661 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1664 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1() 1733 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2() 1737 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2() [all …]
|
H A D | sljitNativeMIPS_64.c | 584 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args() 586 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 592 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args() 594 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
H A D | sljitNativeMIPS_32.c | 552 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 559 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
H A D | sljitNativePPC_common.c | 124 #define FS(fs) (freg_map[fs] << 21) macro 1637 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1))); in sljit_emit_fop1_conv_sw_from_f64() 1668 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_conv_sw_from_f64()
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a64.phpt | 173 array( 'FS\\hLf6O}s\')SWH]3Hn3sc.|gGc:go[/C9', '1ef7be10e1e94525' ),
|
Completed in 45 milliseconds