Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c194 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
196 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeMIPS_common.c135 #define FMT_S (16 << 21) macro
138 #define ABS_S (HI(17) | FMT_S | LO(5))
139 #define ADD_S (HI(17) | FMT_S | LO(0))
171 #define C_EQ_S (HI(17) | FMT_S | LO(50))
172 #define C_OLE_S (HI(17) | FMT_S | LO(54))
177 #define C_UN_S (HI(17) | FMT_S | LO(49))
202 #define DIV_S (HI(17) | FMT_S | LO(3))
242 #define MOV_S (HI(17) | FMT_S | LO(6))
253 #define MUL_S (HI(17) | FMT_S | LO(2))
254 #define NEG_S (HI(17) | FMT_S | LO(7))
[all …]
H A DsljitNativeMIPS_32.c164 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()

Completed in 14 milliseconds