Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h848 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2) macro
DsljitNativePPC_common.c1046 case SLJIT_LMUL_UW: in sljit_emit_op0()
1051 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHDU : MULHD) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0()
1054 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHWU : MULHW) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0()
DsljitNativeMIPS_common.c1076 case SLJIT_LMUL_UW: in sljit_emit_op0()
1079 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMULTU : DMULT) | S(SLJIT_R0) | T(SLJIT_R1), MO… in sljit_emit_op0()
1081 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()
DsljitNativeSPARC_common.c815 case SLJIT_LMUL_UW: in sljit_emit_op0()
818 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… in sljit_emit_op0()
DsljitNativeARM_64.c1094 case SLJIT_LMUL_UW: in sljit_emit_op0()
1098 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULH : SMULH) | RD(SLJIT_R1) | RN(TMP_REG1) | R… in sljit_emit_op0()
DsljitNativeARM_T2_32.c1237 case SLJIT_LMUL_UW: in sljit_emit_op0()
1239 return push_inst32(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
DsljitLir.c1132 CHECK_ARGUMENT(op < SLJIT_LMUL_UW || compiler->scratches >= 2); in check_sljit_emit_op0()
1133 if (op >= SLJIT_LMUL_UW) in check_sljit_emit_op0()
DsljitNativeX86_common.c762 case SLJIT_LMUL_UW: in sljit_emit_op0()
852 case SLJIT_LMUL_UW: in sljit_emit_op0()
DsljitNativeARM_32.c1593 case SLJIT_LMUL_UW: in sljit_emit_op0()
1595 return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
DsljitNativeTILEGX_64.c2180 case SLJIT_LMUL_UW: in sljit_emit_op0()