/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() 48 sljit_u32 imm; in emit_single_op() local
|
H A D | sljitNativeARM_T2_32.c | 66 #define IMM3(imm) ((sljit_ins)imm << 6) argument 67 #define IMM8(imm) ((sljit_ins)imm) argument 85 #define IMM5(imm) \ argument 87 #define IMM12(imm) \ argument 602 sljit_uw imm, imm2; in emit_op_imm() local 1015 sljit_uw imm; in emit_set_delta() local 1039 sljit_uw imm, tmp; in emit_op_mem() local 1144 sljit_uw imm = 0; in sljit_emit_enter() local 1943 sljit_uw imm; in emit_fop_mem() local 2765 sljit_uw imm, tmp; in sljit_emit_mem() local [all …]
|
H A D | sljitNativePPC_64.c | 42 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() 150 sljit_u32 imm; in emit_single_op() local
|
H A D | sljitNativeRISCV_32.c | 27 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_r, sljit_sw imm, slj… in load_immediate()
|
H A D | sljitNativeRISCV_64.c | 27 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_r, sljit_sw imm, slj… in load_immediate()
|
H A D | sljitNativeARM_32.c | 409 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm() 1031 #define TYPE2_TRANSFER_IMM(imm) \ argument 1063 sljit_uw imm, offset; in sljit_emit_enter() local 1244 static sljit_s32 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) in emit_add_sp() 1621 static sljit_uw get_imm(sljit_uw imm) in get_imm() 1659 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int() 1770 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate() 1806 sljit_uw imm, offset_reg, tmp; in emit_op_mem() local 2351 sljit_uw imm; in emit_fop_mem() local 3174 sljit_uw imm, tmp; in update_mem_addr() local
|
H A D | sljitNativeSPARC_32.c | 27 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw imm) in load_immediate()
|
H A D | sljitNativeMIPS_64.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
|
H A D | sljitNativeMIPS_32.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
|
H A D | sljitNativeX86_64.c | 33 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64() 46 …jit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm) in emit_do_imm32()
|
H A D | sljitNativeARM_64.c | 153 …JIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm64_const() 440 static sljit_ins logical_imm(sljit_sw imm, sljit_u32 len) in logical_imm() 509 sljit_uw imm = (sljit_uw)simm; in load_immediate() local 618 sljit_sw imm, nimm; in emit_op_imm() local 1487 sljit_ins inv_bits, imm; in sljit_emit_shift_into() local
|
H A D | sljitNativeRISCV_common.c | 71 #define IMM_I(imm) ((sljit_ins)(imm) << 20) argument 72 #define IMM_S(imm) ((((sljit_ins)(imm) & 0xfe0) << 20) | (((sljit_ins)(imm) & 0x1f) << 7)) argument 161 static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_sw imm) in push_imm_s_inst() 1098 #define EMIT_SHIFT(imm, reg) \ argument
|
H A D | sljitNativeMIPS_common.c | 122 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) argument 123 #define SH_IMM(imm) ((sljit_ins)(imm) << 6) argument 1393 #define EMIT_SHIFT(dimm, dimm32, imm, dv, v) \ argument 1402 #define EMIT_SHIFT(dimm, dimm32, imm, dv, v) \ argument
|
H A D | sljitNativeX86_32.c | 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
|
H A D | sljitNativeS390X.c | 2594 sljit_uw imm, sljit_s32 count16) in sljit_emit_bitwise_imm() 2685 sljit_uw imm = (sljit_uw)src2w; in sljit_emit_bitwise() local 2739 sljit_ins imm = 0; in sljit_emit_shift() local 2799 sljit_ins imm = 0; in sljit_emit_rotate() local
|
H A D | sljitNativeSPARC_common.c | 125 #define IMM(imm) (((sljit_ins)(imm) & 0x1fff) | IMM_ARG) argument
|
H A D | sljitLir.h | 481 sljit_u32 imm; member
|
H A D | sljitNativePPC_common.c | 128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) argument
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.c | 712 uint8_t imm = inp_next(u); in decode_vex_immreg() local
|