Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c127 #define FMT_S (16 << 21) macro
130 #define ABS_S (HI(17) | FMT_S | LO(5))
131 #define ADD_S (HI(17) | FMT_S | LO(0))
160 #define C_UEQ_S (HI(17) | FMT_S | LO(51))
161 #define C_ULE_S (HI(17) | FMT_S | LO(55))
163 #define C_UN_S (HI(17) | FMT_S | LO(49))
188 #define DIV_S (HI(17) | FMT_S | LO(3))
218 #define MOV_S (HI(17) | FMT_S | LO(6))
229 #define MUL_S (HI(17) | FMT_S | LO(2))
230 #define NEG_S (HI(17) | FMT_S | LO(7))
[all …]
H A DsljitNativeMIPS_64.c584 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()
H A DsljitNativeMIPS_32.c552 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()

Completed in 14 milliseconds