Searched refs:SLJIT_LMUL_UW (Results 1 – 10 of 10) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_common.c | 1447 case SLJIT_LMUL_UW: in sljit_emit_op0() 1451 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMULU : DMUL) | S(SLJIT_R0) | T(SLJIT_R1) | D(T… in sljit_emit_op0() 1452 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMUHU : DMUH) | S(SLJIT_R0) | T(SLJIT_R1) | D(T… in sljit_emit_op0() 1454 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULU : MUL) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP… in sljit_emit_op0() 1455 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MUHU : MUH) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP… in sljit_emit_op0() 1461 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMULTU : DMULT) | S(SLJIT_R0) | T(SLJIT_R1), MO… in sljit_emit_op0() 1463 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()
|
D | sljitLir.h | 910 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2) macro
|
D | sljitNativePPC_common.c | 1223 case SLJIT_LMUL_UW: in sljit_emit_op0() 1228 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHDU : MULHD) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0() 1231 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHWU : MULHW) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0()
|
D | sljitNativeSPARC_common.c | 952 case SLJIT_LMUL_UW: in sljit_emit_op0() 955 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… in sljit_emit_op0()
|
D | sljitNativeARM_64.c | 1220 case SLJIT_LMUL_UW: in sljit_emit_op0() 1224 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULH : SMULH) | RD(SLJIT_R1) | RN(TMP_REG1) | R… in sljit_emit_op0()
|
D | sljitLir.c | 1239 …CHECK_ARGUMENT(GET_OPCODE(op) < SLJIT_LMUL_UW || GET_OPCODE(op) >= SLJIT_ENDBR || compiler->scratc… in check_sljit_emit_op0() 1240 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()
|
D | sljitNativeARM_T2_32.c | 1478 case SLJIT_LMUL_UW: in sljit_emit_op0() 1480 return push_inst32(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
|
D | sljitNativeX86_common.c | 979 case SLJIT_LMUL_UW: in sljit_emit_op0() 1069 case SLJIT_LMUL_UW: in sljit_emit_op0()
|
D | sljitNativeARM_32.c | 1944 case SLJIT_LMUL_UW: in sljit_emit_op0() 1946 return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
|
D | sljitNativeS390X.c | 1792 case SLJIT_LMUL_UW: in sljit_emit_op0()
|