Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c463 return push_inst(compiler, SELECT_OP(DMUL, MUL) | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
466 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
476 FAIL_IF(push_inst(compiler, SELECT_OP(DMUL, MUL) | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
H A DsljitNativeMIPS_32.c372 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
H A DsljitNativeMIPS_common.c223 #define MUL (HI(0) | (2 << 6) | LO(24)) macro
265 #define MUL (HI(28) | LO(2)) macro
1242 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULU : MUL) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP… in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c145 #define MUL 0xfb00f000 macro
826 return push_inst32(compiler, MUL | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm()
1271 FAIL_IF(push_inst32(compiler, MUL | RD4(SLJIT_R1) | RN4(SLJIT_R0) | RM4(SLJIT_R1))); in sljit_emit_op0()
H A DsljitNativeTILEGX_64.c397 #define MUL(dst, srca, srcb) \ macro
1865 FAIL_IF(MUL(reg_map[dst], reg_map[src1], reg_map[src2])); in emit_single_op()
H A DsljitNativeARM_32.c99 #define MUL 0xe0000090 macro
1151 return push_inst(compiler, MUL | (reg_map[dst] << 16) | (reg_map[src2] << 8) | reg_map[src1]); in emit_single_op()
H A DsljitNativeX86_common.c221 #define MUL (/* GROUP_F7 */ 4 << 3) macro
1054 *inst |= MUL; in sljit_emit_op0()

Completed in 42 milliseconds