Lines Matching refs:R4A

109 #define R4A(r) ((r) << 4)  macro
121 #define F4(r) (R4A((sljit_ins)freg_map[r]))
470 return (pattern) | R4A(dst) | R0A(src); \
739 return (pattern) | m3 | R4A(dst) | R0A(src); \
814 return 0xb2220000 | R4A(dst); in SLJIT_S390X_INSTRUCTION()
820 return 0x0400 | R4A(dst); in SLJIT_S390X_INSTRUCTION()
1072 FAIL_IF(push_inst(compiler, ins | R4A(dst_r) | R0A(src_r))); in emit_rr()
1093 return push_inst(compiler, ins | R4A(dst_r) | R0A(src_r)); in emit_rr1()
1115 return push_inst(compiler, ins | R4A(dst_r) | R0A(src1_r) | R12A(src2_r)); in emit_rrf()
1510 code_ptr[0] = (sljit_u16)(0xc408 | R4A(tmp1) /* lgrl */); in sljit_generate_code()
1971 FAIL_IF(push_inst(compiler, 0xb9160000 /* llgfr */ | R4A(tmp0) | R0A(src_r))); in sljit_emit_clz_ctz()
1976 …FAIL_IF(push_inst(compiler, ((op & SLJIT_32) ? 0x1300 /* lcr */ : 0xb9030000 /* lcgr */) | R4A(tmp… in sljit_emit_clz_ctz()
1979 …FAIL_IF(push_inst(compiler, ((op & SLJIT_32) ? 0x1400 /* nr */ : 0xb9800000 /* ngr */) | R4A(tmp0)… in sljit_emit_clz_ctz()
1981 FAIL_IF(push_inst(compiler, 0xb9e40000 /* ngrk */ | R12A(tmp1) | R4A(tmp0) | R0A(src_r))); in sljit_emit_clz_ctz()
1986 FAIL_IF(push_inst(compiler, 0xb9830000 /* flogr */ | R4A(tmp0) | R0A(src_r))); in sljit_emit_clz_ctz()
2004 …return push_inst(compiler, ((op & SLJIT_32) ? 0x1800 /* lr */ : 0xb9040000 /* lgr */) | R4A(dst_r)… in sljit_emit_clz_ctz()
2057 return push_inst(compiler, ins | R4A(reg) | R0A(reg)); in sljit_emit_rev()
2061 FAIL_IF(push_inst(compiler, ins | R4A(reg) | R0A(gpr(src)))); in sljit_emit_rev()
2068 return push_inst(compiler, ins | R4A(reg) | R0A(reg)); in sljit_emit_rev()
2865 FAIL_IF(push_inst(compiler, ins | R4A(tmp1) | R0A(base_r))); in sljit_emit_rotate()
2993 …return push_inst(compiler, ((op & SLJIT_32) ? 0x1a00 /* ar */ : 0xb9080000 /* agr */) | R4A(gpr(ds… in sljit_emit_op2r()
3059 FAIL_IF(push_inst(compiler, 0x1800 /* lr */ | R4A(tmp1) | R0A(src3_r))); in sljit_emit_shift_into()
3084 FAIL_IF(push_inst(compiler, 0x1700 /* xr */ | R4A(tmp1) | R0A(src3_r))); in sljit_emit_shift_into()
3091 return push_inst(compiler, 0x1600 /* or */ | R4A(dst_r) | R0A(tmp0)); in sljit_emit_shift_into()
3107 FAIL_IF(push_inst(compiler, 0xb9820000 /* xgr */ | R4A(tmp1) | R0A(src3_r))); in sljit_emit_shift_into()
3111 FAIL_IF(push_inst(compiler, 0xb9030000 /* lcgr */ | R4A(tmp1) | R0A(src3_r))); in sljit_emit_shift_into()
3114 return push_inst(compiler, 0xb9810000 /* ogr */ | R4A(dst_r) | R0A(tmp0)); in sljit_emit_shift_into()
3271 FAIL_IF(push_inst(compiler, ins | R4A(dst_r) | F0(src))); in sljit_emit_fop1_conv_sw_from_f64()
3561 FAIL_IF(push_inst(compiler, 0xb3cd0000 /* lgdr */ | R4A(gen_r) | F0(freg))); in sljit_emit_fcopy()
3783 …FAIL_IF(push_inst(compiler, ((type & SLJIT_32) ? 0x1800 /* lr */ : 0xb9040000 /* lgr */) | R4A(dst… in sljit_emit_select()
3798 …FAIL_IF(push_inst(compiler, 0xb9e80000 /* agrk */ | R12A(src_r) | R4A(tmp1) | R0A(gpr(src1 & REG_M… in sljit_emit_select()
3805 …FAIL_IF(push_inst(compiler, 0xb9e80000 /* agrk */ | R12A(tmp1) | R4A(tmp1) | R0A(gpr(src1 & REG_MA… in sljit_emit_select()
3831 return push_inst(compiler, ins | (mask << 12) | R4A(dst_r) | R0A(src_r)); in sljit_emit_select()
3903 FAIL_IF(push_inst(compiler, 0xb9f80000 | R12A(tmp1) | R4A(base) | R0A(offs))); in sljit_emit_mem()
4199 return push_inst(compiler, ins | R4A(reg) | R0A(reg)); in sljit_emit_simd_lane_mov()
4415 FAIL_IF(push_inst(compiler, 0xb9e70000 /* xgrk */ | R4A(tmp0) | R0A(gpr(src_reg)) | R12A(tmp_r))); in sljit_emit_atomic_store()
4417 FAIL_IF(push_inst(compiler, 0xb9800000 /* ngr */ | R4A(tmp0) | R0A(tmp1))); in sljit_emit_atomic_store()
4421 FAIL_IF(push_inst(compiler, 0xb9800000 /* ngr */ | R4A(tmp_r) | R0A(mem_r))); in sljit_emit_atomic_store()
4428 FAIL_IF(push_inst(compiler, 0x1700 /* x */ | R4A(tmp0) | R0A(tmp1))); in sljit_emit_atomic_store()