Home
last modified time | relevance | path

Searched refs:SLJIT_MOV_SH (Results 1 – 15 of 15) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_32.c67 case SLJIT_MOV_SH: in emit_single_op()
71 …return push_inst(compiler, (op == SLJIT_MOV_SH ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)); in emit_single_op()
H A DsljitNativePPC_32.c73 case SLJIT_MOV_SH: in emit_single_op()
76 if (op == SLJIT_MOV_SH) in emit_single_op()
H A DsljitLir.h764 #define SLJIT_MOV_SH (SLJIT_OP1_BASE + 4) macro
765 #define SLJIT_IMOV_SH (SLJIT_MOV_SH | SLJIT_INT_OP)
H A DsljitNativePPC_64.c188 case SLJIT_MOV_SH: in emit_single_op()
191 if (op == SLJIT_MOV_SH) in emit_single_op()
H A DsljitNativeMIPS_32.c101 case SLJIT_MOV_SH: in emit_single_op()
104 if (op == SLJIT_MOV_SH) { in emit_single_op()
H A DsljitNativeMIPS_64.c188 case SLJIT_MOV_SH: in emit_single_op()
191 if (op == SLJIT_MOV_SH) { in emit_single_op()
H A DsljitNativeTILEGX_64.c1628 case SLJIT_MOV_SH: in emit_single_op()
1631 if (op == SLJIT_MOV_SH) in emit_single_op()
2220 case SLJIT_MOV_SH: in sljit_emit_op1()
2221 …return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2243 …return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, … in sljit_emit_op1()
H A DsljitNativeSPARC_common.c839 case SLJIT_MOV_SH: in sljit_emit_op1()
840 …return emit_op(compiler, SLJIT_MOV_SH, flags | HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, sr… in sljit_emit_op1()
862 …return emit_op(compiler, SLJIT_MOV_SH, flags | HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TM… in sljit_emit_op1()
H A DsljitNativeARM_32.c1026 case SLJIT_MOV_SH: in emit_single_op()
1894 case SLJIT_MOV_SH: in sljit_emit_op1()
1895 …return emit_op(compiler, SLJIT_MOV_SH, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA, dst, dstw, TMP_REG… in sljit_emit_op1()
1913 …return emit_op(compiler, SLJIT_MOV_SH, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA | WRITE_BACK, dst, … in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1133 case SLJIT_MOV_SH: in sljit_emit_op1()
1134 …return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
1164 …return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, … in sljit_emit_op1()
H A DsljitNativePPC_common.c1368 case SLJIT_MOV_SH: in sljit_emit_op1()
1369 return EMIT_MOV(SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA, (sljit_sh)); in sljit_emit_op1()
1397 return EMIT_MOV(SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA | WRITE_BACK, (sljit_sh)); in sljit_emit_op1()
H A DsljitNativeARM_64.c684 case SLJIT_MOV_SH: in emit_op_imm()
1317 case SLJIT_MOV_SH: in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c709 case SLJIT_MOV_SH: in emit_op_imm()
1355 case SLJIT_MOV_SH: in sljit_emit_op1()
H A DsljitNativeX86_common.c1323 case SLJIT_MOV_SH: in sljit_emit_op1()
1374 case SLJIT_MOV_SH: in sljit_emit_op1()
H A DsljitLir.c89 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…

Completed in 105 milliseconds