Home
last modified time | relevance | path

Searched refs:R32A (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c118 #define R32A(r) ((r) << 32) macro
128 #define F32(r) (R32A((sljit_ins)freg_map[r]))
661 return (pattern) | R36A(r) | R32A(x) | R28A(b) | disp_s20(d); \
710 return (pattern) | R36A(dst) | R32A(src) | R28A(b) | disp_s20(d); \
738 return (pattern) | R36A(dst & 0xf) | R32A(src & 0xf) | i3 | i4 | i5; \
1250 ins |= R36A(dst_r) | R32A(index) | R28A(base) | disp_s20((sljit_s32)src2w); in emit_rx()
2110 return push_inst(compiler, ins | R36A(reg) | R32A(reg) | (48 << 16)); in sljit_emit_rev()
3065 return push_inst(compiler, ins | R36A(dst_r) | R32A(src2_r)); in sljit_emit_shift_into()
3116 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src2_r) | (0x1 << 16))); in sljit_emit_shift_into()
3126 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src2_r) | R28A(tmp1))); in sljit_emit_shift_into()
[all …]

Completed in 28 milliseconds