Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c203 return push_inst(compiler, ANDI | S(src1) | A(dst) | compiler->imm); in emit_single_op()
260 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | 0x1f)); in emit_single_op()
276 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | 0x1f)); in emit_single_op()
291 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | 0x1f)); in emit_single_op()
H A DsljitNativePPC_64.c360 return push_inst(compiler, ANDI | S(src1) | A(dst) | compiler->imm); in emit_single_op()
425 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | ((flags & ALT_FORM2) ? 0x1f : 0x3f))); in emit_single_op()
449 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | ((flags & ALT_FORM2) ? 0x1f : 0x3f))); in emit_single_op()
471 FAIL_IF(push_inst(compiler, ANDI | S(src2) | A(TMP_REG2) | ((flags & ALT_FORM2) ? 0x1f : 0x3f))); in emit_single_op()
647 FAIL_IF(push_inst(compiler, ANDI | S(src) | A(TMP_REG2) | 0x1)); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeARM_T2_32.c122 #define ANDI 0xf0000000 macro
925 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TSTI : ANDI) | (flags & SET_FLAGS) | RD4(d… in emit_op_imm()
1120 FAIL_IF(push_inst32(compiler, ANDI | RD4(reg) | RN4(arg2) | 0x1f)); in emit_op_imm()
1129 FAIL_IF(push_inst32(compiler, ANDI | RD4(reg) | RN4(arg2) | 0x1f)); in emit_op_imm()
1138 FAIL_IF(push_inst32(compiler, ANDI | RD4(reg) | RN4(arg2) | 0x1f)); in emit_op_imm()
2113 FAIL_IF(push_inst32(compiler, ANDI | RD4(TMP_REG2) | RN4(src3) | 0x1f)); in sljit_emit_shift_into()
3089 FAIL_IF(push_inst32(compiler, ANDI | RN4(dst_r) | RD4(dst_r) | 1)); in sljit_emit_op_flags()
3090 FAIL_IF(push_inst32(compiler, ANDI | RN4(dst_r) | RD4(dst_r) | 0)); in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c158 #define ANDI (HI(12)) macro
1566 FAIL_IF(push_inst(compiler, ANDI | S(TMP_REG2) | T(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_clz_ctz()
1683 return push_inst(compiler, ANDI | S(dst) | T(dst) | 0xffff, DR(dst)); in emit_rev16()
1689 FAIL_IF(push_inst(compiler, ANDI | S(TMP_REG1) | T(TMP_REG1) | 0xff, DR(TMP_REG1))); in emit_rev16()
1714 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
1743 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xffff), DR(dst)); in emit_single_op()
2096 EMIT_LOGICAL(ANDI, AND); in emit_single_op()
2995 FAIL_IF(push_inst(compiler, ANDI | S(src) | T(TMP_REG2) | IMM(1), DR(TMP_REG2))); in sljit_emit_fop1_conv_f64_from_uw()
3652 FAIL_IF(push_inst(compiler, ANDI | SA(dst_ar) | TA(dst_ar) | IMM(1), dst_ar)); in sljit_emit_op_flags()
H A DsljitNativeRISCV_common.c83 #define ANDI (F3(0x7) | OPC(0x13)) macro
1188 FAIL_IF(push_inst(compiler, ANDI | RD(TMP_REG1) | RS1(TMP_REG2) | IMM_I(1))); in emit_clz_ctz()
1263 FAIL_IF(push_inst(compiler, ANDI | RD(TMP_REG1) | RS1(TMP_REG1) | IMM_I(0xff))); in emit_rev16()
1307 return push_inst(compiler, ANDI | RD(dst) | RS1(src2) | IMM_I(0xff)); in emit_single_op()
1641 EMIT_LOGICAL(ANDI, AND); in emit_single_op()
H A DsljitNativeLOONGARCH_64.c115 #define ANDI OPC_2RI12(0xd) macro
1330 return push_inst(compiler, ANDI | RD(dst) | RJ(src2) | IMM_I12(0xff)); in emit_single_op()
1649 EMIT_LOGICAL(ANDI, AND); in emit_single_op()
1866 return push_inst(compiler, ANDI | RD(TMP_ZERO) | RJ(TMP_ZERO) | IMM_I12(0)); in sljit_emit_op0()
2363 FAIL_IF(push_inst(compiler, ANDI | RD(TMP_REG2) | RJ(src) | IMM_I12(1))); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativePPC_common.c147 #define ANDI (HI(28)) macro
2048 FAIL_IF(push_inst(compiler, ANDI | S(src3) | A(TMP_REG2) | 0x3f)); in sljit_emit_shift_into()
2061 FAIL_IF(push_inst(compiler, ANDI | S(src3) | A(TMP_REG2) | 0x1f)); in sljit_emit_shift_into()
H A DsljitNativeARM_64.c77 #define ANDI 0x92000000 macro
905 return push_inst(compiler, (ANDI ^ inv_bits) | RD(dst) | RN(reg) | inst_bits); in emit_op_imm()

Completed in 71 milliseconds