php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_emit_fset64 (struct sljit_compiler *compiler, sljit_s32 freg, sljit_f64 value) |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_emit_fcopy (struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 freg, sljit_s32 reg) |
SLJIT_API_FUNC_ATTRIBUTE void | sljit_set_jump_addr (sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset) |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy | ( | struct sljit_compiler * | compiler, |
sljit_s32 | op, | ||
sljit_s32 | freg, | ||
sljit_s32 | reg ) |
Definition at line 70 of file sljitNativeRISCV_32.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64 | ( | struct sljit_compiler * | compiler, |
sljit_s32 | freg, | ||
sljit_f64 | value ) |
Definition at line 45 of file sljitNativeRISCV_32.c.
SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr | ( | sljit_uw | addr, |
sljit_uw | new_target, | ||
sljit_sw | executable_offset ) |
Definition at line 124 of file sljitNativeRISCV_32.c.