php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sljitNativePPC_32.c File Reference

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)
 

Macro Definition Documentation

◆ INS_CLEAR_LEFT

#define INS_CLEAR_LEFT ( dst,
src,
from )
Value:
(RLWINM | S(src) | A(dst) | RLWI_MBE(from, 31))
#define S(s, l, r)
Definition hash_gost.c:121
#define A(x, l, r)
Definition hash_gost.c:85
#define RLWINM
#define RLWI_MBE(mb, me)

Definition at line 42 of file sljitNativePPC_32.c.

Function Documentation

◆ sljit_emit_fcopy()

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_emit_fset64()

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_set_jump_addr()

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.