Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c919 if (mem & REG_MASK) in make_addr_bxy()
920 base = gpr(mem & REG_MASK); in make_addr_bxy()
952 if (mem & REG_MASK) in make_addr_bx()
953 base = gpr(mem & REG_MASK); in make_addr_bx()
1075 dst_r = gpr(dst & REG_MASK); in emit_rr()
1156 src_r = gpr(src1 & REG_MASK); in emit_rie_d()
1192 base = gpr(src2 & REG_MASK); in emit_rx()
1206 if (src2 & REG_MASK) in emit_rx()
1249 if (dst & REG_MASK) in emit_siy()
1255 dst_r = gpr(dst & REG_MASK); in emit_siy()
[all …]
H A DsljitNativeX86_64.c108 if (b & REG_MASK) in emit_x86_instruction()
113 else if (reg_lmap[b & REG_MASK] == 4) in emit_x86_instruction()
117 if (!(b & REG_MASK)) in emit_x86_instruction()
120 if (reg_map[b & REG_MASK] >= 8) in emit_x86_instruction()
130 else if (reg_lmap[b & REG_MASK] == 5) in emit_x86_instruction()
223 } else if (b & REG_MASK) { in emit_x86_instruction()
224 reg_lmap_b = reg_lmap[b & REG_MASK]; in emit_x86_instruction()
H A DsljitLir.c125 #define REG_MASK 0x3f macro
126 #define OFFS_REG(reg) (((reg) >> 8) & REG_MASK)
127 #define OFFS_REG_MASK (REG_MASK << 8)
130 #define FAST_IS_REG(reg) ((reg) <= REG_MASK)
825 if (!(!(p & REG_MASK) || FUNCTION_CHECK_IS_REG(p & REG_MASK))) in function_check_src_mem()
828 if (CHECK_IF_VIRTUAL_REGISTER(p & REG_MASK)) in function_check_src_mem()
832 if (!(p & REG_MASK)) in function_check_src_mem()
947 if ((p) & REG_MASK) { in sljit_verbose_param()
949 sljit_verbose_reg(compiler, (p) & REG_MASK); in sljit_verbose_param()
969 if ((p) & REG_MASK) { in sljit_verbose_fparam()
[all …]
H A DsljitNativeX86_32.c81 if (!(b & REG_MASK)) in emit_x86_instruction()
90 else if (reg_map[b & REG_MASK] == 5) in emit_x86_instruction()
93 if ((b & REG_MASK) == SLJIT_SP && !(b & OFFS_REG_MASK)) in emit_x86_instruction()
165 } else if (b & REG_MASK) { in emit_x86_instruction()
166 reg_map_b = reg_map[b & REG_MASK]; in emit_x86_instruction()
1307 if ((src & REG_MASK) == SLJIT_R2 || OFFS_REG(src) == SLJIT_R2) { in sljit_emit_icall()
1309 if (((src & REG_MASK) | 0x2) == SLJIT_R2) in sljit_emit_icall()
H A DsljitNativePPC_common.c1094 …return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_re… in emit_op_mem()
1098 arg &= REG_MASK; in emit_op_mem()
1263 if (srcw == 0 && (src & REG_MASK)) in emit_prefetch()
1264 return push_inst(compiler, DCBT | A(0) | B(src & REG_MASK)); in emit_prefetch()
1268 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
1274 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(OFFS_REG(src))); in emit_prefetch()
1281 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
1796 if ((dst & REG_MASK) && !dstw) { in sljit_emit_fop1_conv_sw_from_f64()
1797 dstw = dst & REG_MASK; in sljit_emit_fop1_conv_sw_from_f64()
1807 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_conv_sw_from_f64()
[all …]
H A DsljitNativeARM_T2_32.c996 SLJIT_ASSERT((arg & REG_MASK) != tmp_reg); in emit_op_mem()
999 if (SLJIT_UNLIKELY(!(arg & REG_MASK))) { in emit_op_mem()
1767 if ((arg & REG_MASK) && (argw & 0x3) == 0) { in emit_fop_mem()
1771 return push_inst32(compiler, inst | RN4(arg & REG_MASK) | DD4(reg) | ((sljit_uw)-argw >> 2)); in emit_fop_mem()
1774 if (arg & REG_MASK) { in emit_fop_mem()
1775 if (emit_set_delta(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
1782 FAIL_IF(push_inst32(compiler, ADD_WI | RD4(TMP_REG1) | RN4(arg & REG_MASK) | imm)); in emit_fop_mem()
1789 FAIL_IF(push_inst32(compiler, SUB_WI | RD4(TMP_REG1) | RN4(arg & REG_MASK) | imm)); in emit_fop_mem()
1795 if (arg & REG_MASK) in emit_fop_mem()
1796 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, (arg & REG_MASK)))); in emit_fop_mem()
[all …]
H A DsljitNativeARM_32.c1680 SLJIT_ASSERT((arg & REG_MASK) != tmp_reg); in emit_op_mem()
1682 if (!(arg & REG_MASK)) { in emit_op_mem()
1698 arg &= REG_MASK; in emit_op_mem()
1711 arg &= REG_MASK; in emit_op_mem()
2182 return push_inst(compiler, EMIT_FPU_DATA_TRANSFER(inst, 1, arg & REG_MASK, reg, argw >> 2)); in emit_fop_mem()
2184 return push_inst(compiler, EMIT_FPU_DATA_TRANSFER(inst, 0, arg & REG_MASK, reg, (-argw) >> 2)); in emit_fop_mem()
2188 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | imm)); in emit_fop_mem()
2194 FAIL_IF(push_inst(compiler, SUB | RD(TMP_REG2) | RN(arg & REG_MASK) | imm)); in emit_fop_mem()
2201 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | RM(TMP_REG2))); in emit_fop_mem()
3020 …inst = EMIT_DATA_TRANSFER(flags, 1, reg, mem & REG_MASK, RM(OFFS_REG(mem)) | ((sljit_uw)memw << 7)… in sljit_emit_mem()
[all …]
H A DsljitNativeARM_64.c882 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_op_mem()
884 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((sljit_i… in emit_op_mem()
888 arg &= REG_MASK; in emit_op_mem()
1482 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_fop_mem()
1484 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((sljit_… in emit_fop_mem()
1488 arg &= REG_MASK; in emit_fop_mem()
2048 …return push_inst(compiler, inst | RT(reg) | RN(mem & REG_MASK) | (sljit_ins)((memw & 0x1ff) << 12)… in sljit_emit_mem()
2077 …return push_inst(compiler, inst | VT(freg) | RN(mem & REG_MASK) | (sljit_ins)((memw & 0x1ff) << 12… in sljit_emit_fmem()
H A DsljitNativeMIPS_common.c1130 FAIL_IF(push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(arg & REG_MASK) in getput_arg_fast()
1181 base = arg & REG_MASK; in getput_arg()
1266 base = arg & REG_MASK; in emit_op_mem()
1519 return push_inst(compiler, PREF | S(src & REG_MASK) | IMM(srcw), MOVABLE_INS); in emit_prefetch()
1522 return push_inst(compiler, PREFX | S(src & REG_MASK) | T(TMP_REG1), MOVABLE_INS); in emit_prefetch()
1529 return push_inst(compiler, PREFX | S(src & REG_MASK) | T(TMP_REG1), MOVABLE_INS); in emit_prefetch()
1532 return push_inst(compiler, PREFX | S(src & REG_MASK) | T(OFFS_REG(src)), MOVABLE_INS); in emit_prefetch()
H A DsljitNativeSPARC_32.c153 reg = reg_map[*src & REG_MASK]; in call_with_args()
H A DsljitNativePPC_64.c435 reg = *src & REG_MASK; in call_with_args()
H A DsljitNativeSPARC_common.c704 | S1(arg & REG_MASK) | ((arg & OFFS_REG_MASK) ? S2(OFFS_REG(arg)) : IMM(argw)), in getput_arg_fast()
745 base = arg & REG_MASK; in getput_arg()
H A DsljitNativeX86_common.c1199 if ((dst & REG_MASK) == SLJIT_R0) { in emit_mov_byte()
1208 else if ((dst & REG_MASK) == SLJIT_R1) in emit_mov_byte()

Completed in 112 milliseconds