Searched refs:SLJIT_LMUL_UW (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 698 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2) macro
|
D | sljitNativePPC_common.c | 1264 case SLJIT_LMUL_UW: in sljit_emit_op0() 1269 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHDU : MULHD) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0() 1272 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHWU : MULHW) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0()
|
D | sljitNativeMIPS_common.c | 1047 case SLJIT_LMUL_UW: in sljit_emit_op0() 1050 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMULTU : DMULT) | S(SLJIT_R0) | T(SLJIT_R1), MO… in sljit_emit_op0() 1052 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()
|
D | sljitNativeARM_32.c | 1820 case SLJIT_LMUL_UW: in sljit_emit_op0() 1823 return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0() 1830 return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
|
D | sljitNativeSPARC_common.c | 776 case SLJIT_LMUL_UW: in sljit_emit_op0() 779 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… in sljit_emit_op0()
|
D | sljitLir.c | 657 case SLJIT_LMUL_UW: \ 1040 CHECK_ARGUMENT(op < SLJIT_LMUL_UW || compiler->scratches >= 2); in check_sljit_emit_op0()
|
D | sljitNativeARM_64.c | 1259 case SLJIT_LMUL_UW: in sljit_emit_op0() 1263 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULH : SMULH) | RD(SLJIT_R1) | RN(TMP_REG1) | R… in sljit_emit_op0()
|
D | sljitNativeARM_T2_32.c | 1254 case SLJIT_LMUL_UW: in sljit_emit_op0() 1256 return push_inst32(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
|
D | sljitNativeX86_common.c | 768 case SLJIT_LMUL_UW: in sljit_emit_op0() 861 case SLJIT_LMUL_UW: in sljit_emit_op0()
|
D | sljitNativeTILEGX_64.c | 2183 case SLJIT_LMUL_UW: in sljit_emit_op0()
|