Searched refs:FS (Results 1 – 13 of 13) sorted by relevance
/php-src/build/ |
H A D | order_by_dep.awk | 3 orig_fs = FS; 13 FS="[ \t]*[(,)][ \t]*" 24 FS=orig_fs;
|
H A D | libtool.m4 | 1344 BEGIN {RS=" "; FS="/|\n";} {
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 34 sljit_ins src1_r = FS(src1), src2_r = FS(src2), dst_r = FS(dst); in emit_copysign() 55 FAIL_IF(push_inst(compiler, MOV_fmt(FMT_S) | FS(src1) | FD(dst), MOVABLE_INS)); in emit_copysign() 136 sljit_ins inst = FS(freg); in sljit_emit_fcopy() 155 inst = FS(freg) | (1 << 11); in sljit_emit_fcopy() 160 inst = FS(freg); in sljit_emit_fcopy() 301 prev_ins = MFHC1 | f64_hi | FS(float_arg_count); in call_with_args() 305 prev_ins = MFC1 | f64_hi | FS(float_arg_count) | (1 << 11); in call_with_args() 308 ins = MFC1 | f64_lo | FS(float_arg_count); in call_with_args() 312 ins = MOV_fmt(FMT_D) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 318 ins = MFC1 | TA(4 + (*offsets_ptr >> 2)) | FS(float_arg_count); in call_with_args() [all …]
|
H A D | sljitNativeMIPS_64.c | 32 FAIL_IF(push_inst(compiler, SELECT_OP(DMFC1, MFC1) | T(TMP_REG1) | FS(src1), DR(TMP_REG1))); in emit_copysign() 33 FAIL_IF(push_inst(compiler, SELECT_OP(DMFC1, MFC1) | T(TMP_REG2) | FS(src2), DR(TMP_REG2))); in emit_copysign() 38 FAIL_IF(push_inst(compiler, SELECT_OP(DMTC1, MTC1) | T(TMP_REG1) | FS(dst), MOVABLE_INS)); in emit_copysign() 162 FAIL_IF(push_inst(compiler, DMTC1 | TA(0) | FS(freg), MOVABLE_INS)); in sljit_emit_fset64() 170 FAIL_IF(push_inst(compiler, DMTC1 | T(TMP_REG1) | FS(freg), MOVABLE_INS)); in sljit_emit_fset64() 185 inst = T(reg) | FS(freg); in sljit_emit_fcopy() 254 ins = MOV_fmt(FMT_D) | FS(float_arg_count) | FD(arg_count); in call_with_args() 256 ins = MOV_fmt(FMT_D) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 262 ins = MOV_fmt(FMT_S) | FS(float_arg_count) | FD(arg_count); in call_with_args() 264 ins = MOV_fmt(FMT_S) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
H A D | sljitNativePPC_32.c | 356 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_sw() 358 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG2) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_sw() 393 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_uw() 395 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG2) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_uw() 428 return push_inst(compiler, LFD | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fset64() 442 return push_inst(compiler, LFS | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fcopy() 445 FAIL_IF(push_inst(compiler, STFS | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fcopy() 460 FAIL_IF(push_inst(compiler, STFD | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET_LO)); in sljit_emit_fcopy() 462 return push_inst(compiler, LFD | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fcopy() 465 FAIL_IF(push_inst(compiler, STFD | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fcopy()
|
H A D | sljitNativeMIPS_common.c | 131 #define FS(s) ((sljit_ins)freg_map[s] << 11) macro 2968 FAIL_IF(push_inst(compiler, MTC1 | TA(0) | FS(TMP_FREG2), UNMOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw() 3220 return push_inst(compiler, MTC1 | TA(0) | FS(freg), MOVABLE_INS); in sljit_emit_fset32() 3223 return push_inst(compiler, MTC1 | T(TMP_REG1) | FS(freg), MOVABLE_INS); in sljit_emit_fset32() 3647 FAIL_IF(push_inst(compiler, MFC1 | TA(dst_ar) | FS(TMP_FREG3), dst_ar)); in sljit_emit_op_flags() 4116 FAIL_IF(push_inst(compiler, MFC1 | T(TMP_REG2) | FS(freg), DR(TMP_REG2))); in sljit_emit_fmem() 4125 FAIL_IF(push_inst(compiler, MFC1 | T(TMP_REG2) | FS(freg), DR(TMP_REG2))); in sljit_emit_fmem() 4161 FAIL_IF(push_inst(compiler, MTC1 | T(TMP_REG2) | FS(freg), MOVABLE_INS)); in sljit_emit_fmem() 4171 FAIL_IF(push_inst(compiler, MTC1 | T(TMP_REG2) | FS(freg), MOVABLE_INS)); in sljit_emit_fmem() 4178 return push_inst(compiler, MTHC1 | T(TMP_REG2) | FS(freg), MOVABLE_INS); in sljit_emit_fmem() [all …]
|
H A D | sljitNativePPC_64.c | 593 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_sw() 626 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_uw() 640 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_uw() 658 FAIL_IF(push_inst(compiler, LFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_f64_from_uw() 688 return push_inst(compiler, LFD | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fset64() 699 …return push_inst(compiler, ((op & SLJIT_32) ? LFS : LFD) | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET… in sljit_emit_fcopy() 702 …FAIL_IF(push_inst(compiler, ((op & SLJIT_32) ? STFS : STFD) | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFF… in sljit_emit_fcopy()
|
H A D | sljitNativePPC_common.c | 124 #define FS(fs) ((sljit_ins)freg_map[fs] << 21) macro 898 FAIL_IF(push_inst(compiler, STFD | FS(i) | A(base) | IMM(offset))); in sljit_emit_enter() 903 FAIL_IF(push_inst(compiler, STFD | FS(i) | A(base) | IMM(offset))); in sljit_emit_enter() 1008 FAIL_IF(push_inst(compiler, LFD | FS(i) | A(base) | IMM(offset))); in emit_stack_frame_release() 1013 FAIL_IF(push_inst(compiler, LFD | FS(i) | A(base) | IMM(offset))); in emit_stack_frame_release() 2196 FAIL_IF(push_inst(compiler, STFD | FS(TMP_FREG1) | A(SLJIT_SP) | TMP_MEM_OFFSET)); in sljit_emit_fop1_conv_sw_from_f64() 2207 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1))); in sljit_emit_fop1_conv_sw_from_f64() 2232 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_conv_sw_from_f64() 2352 …FAIL_IF(push_inst(compiler, ((op & SLJIT_32) ? STFS : STFD) | FS(src2) | A(SLJIT_SP) | TMP_MEM_OFF… in sljit_emit_fop2() 2393 return push_inst(compiler, LFS | FS(freg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fset32()
|
/php-src/ext/gd/tests/ |
H A D | libgd00191.phpt | 2 libgd FS#191 (A circle becomes square)
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mk_eaw_tbl.awk | 10 FS = "[;.|# ]"
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 173 array( 'FS\\hLf6O}s\')SWH]3Hn3sc.|gGc:go[/C9', '1ef7be10e1e94525' ),
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 6255 >>>>>&0 search/0xff FS\x20\x20
|
H A D | magic | 6255 >>>>>&0 search/0xff FS\x20\x20
|
Completed in 225 milliseconds