Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_64.c584 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
586 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
DsljitNativeMIPS_32.c551 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
DsljitNativeMIPS_common.c107 #define FMT_D (17 << 21) macro