Searched refs:SLJIT_FR0 (Results 1 – 9 of 9) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 1138 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter() 1192 offset = SLJIT_FR0; in sljit_emit_enter() 1193 old_offset = SLJIT_FR0; in sljit_emit_enter() 2243 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args() 2244 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args()
|
D | sljitNativeMIPS_32.c | 531 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 541 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
D | sljitLir.c | 808 (((fr) >= SLJIT_FR0 && (fr) < (SLJIT_FR0 + compiler->fscratches)) \ 936 if (r < (SLJIT_FR0 + compiler->fscratches)) in sljit_verbose_freg() 937 fprintf(compiler->verbose, "fr%d", r - SLJIT_FR0); in sljit_verbose_freg()
|
D | sljitNativeARM_32.c | 1110 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter() 1162 offset = SLJIT_FR0; in sljit_emit_enter() 1163 old_offset = SLJIT_FR0; in sljit_emit_enter() 2667 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args() 2668 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args()
|
D | sljitNativeMIPS_64.c | 603 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args() 611 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
|
D | sljitNativeX86_32.c | 271 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter() 836 return emit_sse2_load(compiler, single, SLJIT_FR0, SLJIT_MEM1(SLJIT_SP), 0); in post_call_with_args()
|
D | sljitNativeMIPS_common.c | 885 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 898 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 935 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter() 942 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
|
D | sljitLir.h | 228 #define SLJIT_FR0 1 macro
|
D | sljitNativeX86_64.c | 469 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
|