Home
last modified time | relevance | path

Searched refs:FMT_S (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c150 #define FMT_S (16 << 21) macro
153 #define ABS_S (HI(17) | FMT_S | LO(5))
154 #define ADD_S (HI(17) | FMT_S | LO(0))
186 #define C_EQ_S (HI(17) | FMT_S | LO(50))
187 #define C_OLE_S (HI(17) | FMT_S | LO(54))
192 #define C_UN_S (HI(17) | FMT_S | LO(49))
217 #define DIV_S (HI(17) | FMT_S | LO(3))
281 #define MUL_S (HI(17) | FMT_S | LO(2))
282 #define NEG_S (HI(17) | FMT_S | LO(7))
305 #define SUB_S (HI(17) | FMT_S | LO(1))
[all …]
H A DsljitNativeMIPS_64.c262 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 DsljitNativeMIPS_32.c55 FAIL_IF(push_inst(compiler, MOV_fmt(FMT_S) | FS(src1) | FD(dst), MOVABLE_INS)); in emit_copysign()
322 ins = MOV_fmt(FMT_S) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()

Completed in 23 milliseconds