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 void | sljit_set_const (sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset) |
SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * | sljit_emit_call (struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types) |
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 | sljit_emit_icall (struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, sljit_sw srcw) |
SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_call | ( | struct sljit_compiler * | compiler, |
sljit_s32 | type, | ||
sljit_s32 | arg_types ) |
Definition at line 293 of file sljitNativeMIPS_64.c.
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 177 of file sljitNativeMIPS_64.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64 | ( | struct sljit_compiler * | compiler, |
sljit_s32 | freg, | ||
sljit_f64 | value ) |
Definition at line 148 of file sljitNativeMIPS_64.c.
SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall | ( | struct sljit_compiler * | compiler, |
sljit_s32 | type, | ||
sljit_s32 | arg_types, | ||
sljit_s32 | src, | ||
sljit_sw | srcw ) |
Definition at line 335 of file sljitNativeMIPS_64.c.
SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const | ( | sljit_uw | addr, |
sljit_sw | new_constant, | ||
sljit_sw | executable_offset ) |
Definition at line 214 of file sljitNativeMIPS_64.c.
SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr | ( | sljit_uw | addr, |
sljit_uw | new_target, | ||
sljit_sw | executable_offset ) |
Definition at line 199 of file sljitNativeMIPS_64.c.