Home
last modified time | relevance | path

Searched refs:SLJIT_FR0 (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_32.c544 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
551 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
DsljitNativeMIPS_64.c578 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
586 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
DsljitLir.c699 (((fr) >= SLJIT_FR0 && (fr) < (SLJIT_FR0 + compiler->fscratches)) \
827 if (r < (SLJIT_FR0 + compiler->fscratches)) in sljit_verbose_freg()
828 fprintf(compiler->verbose, "fr%d", r - SLJIT_FR0); in sljit_verbose_freg()
DsljitLir.h228 #define SLJIT_FR0 1 macro
DsljitNativeX86_32.c721 return emit_sse2_load(compiler, single, SLJIT_FR0, SLJIT_MEM1(SLJIT_SP), 0); in post_call_with_args()