|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | INS_CLEAR_LEFT(dst, src, from) |
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) |
| #define INS_CLEAR_LEFT | ( | dst, | |
| src, | |||
| from ) |
Definition at line 42 of file sljitNativePPC_32.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 431 of file sljitNativePPC_32.c.
| SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64 | ( | struct sljit_compiler * | compiler, |
| sljit_s32 | freg, | ||
| sljit_f64 | value ) |
Definition at line 407 of file sljitNativePPC_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 473 of file sljitNativePPC_32.c.