/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeSPARC_32.c | 53 case SLJIT_MOV_UB: in emit_single_op() 57 if (op == SLJIT_MOV_UB) in emit_single_op()
|
H A D | sljitLir.h | 755 #define SLJIT_MOV_UB (SLJIT_OP1_BASE + 1) macro 756 #define SLJIT_IMOV_UB (SLJIT_MOV_UB | SLJIT_INT_OP)
|
H A D | sljitNativeARM_32.c | 1004 case SLJIT_MOV_UB: in emit_single_op() 1009 if (op == SLJIT_MOV_UB) in emit_single_op() 1012 …MIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, (24 << 7) | (op == SLJIT_MOV_UB ? 0x20 : 0x40) … in emit_single_op() 1014 return push_inst(compiler, (op == SLJIT_MOV_UB ? UXTB : SXTB) | RD(dst) | RM(src2)); in emit_single_op() 1885 case SLJIT_MOV_UB: in sljit_emit_op1() 1886 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1() 1904 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1… in sljit_emit_op1()
|
H A D | sljitNativePPC_32.c | 57 case SLJIT_MOV_UB: in emit_single_op()
|
H A D | sljitNativeSPARC_common.c | 830 case SLJIT_MOV_UB: in sljit_emit_op1() 831 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJI… in sljit_emit_op1() 853 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src… in sljit_emit_op1()
|
H A D | sljitNativePPC_64.c | 172 case SLJIT_MOV_UB: in emit_single_op()
|
H A D | sljitNativeTILEGX_64.c | 1612 case SLJIT_MOV_UB: in emit_single_op() 2211 case SLJIT_MOV_UB: in sljit_emit_op1() 2212 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1() 2234 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
|
H A D | sljitNativeMIPS_32.c | 82 case SLJIT_MOV_UB: in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 1124 case SLJIT_MOV_UB: in sljit_emit_op1() 1125 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1() 1155 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
|
H A D | sljitNativePPC_common.c | 1359 case SLJIT_MOV_UB: in sljit_emit_op1() 1360 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA, (sljit_ub)); in sljit_emit_op1() 1388 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, (sljit_ub)); in sljit_emit_op1()
|
H A D | sljitNativeMIPS_64.c | 173 case SLJIT_MOV_UB: in emit_single_op()
|
H A D | sljitNativeARM_64.c | 670 case SLJIT_MOV_UB: in emit_op_imm() 1302 case SLJIT_MOV_UB: in sljit_emit_op1()
|
H A D | sljitNativeARM_T2_32.c | 691 case SLJIT_MOV_UB: in emit_op_imm() 1340 case SLJIT_MOV_UB: in sljit_emit_op1()
|
H A D | sljitNativeX86_common.c | 1314 case SLJIT_MOV_UB: in sljit_emit_op1() 1365 case SLJIT_MOV_UB: in sljit_emit_op1()
|
H A D | sljitLir.c | 89 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 504 #define MOV_UCHAR SLJIT_MOV_UB 2651 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char7_type() 2845 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type() 3037 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in do_utfreadtype8() 3079 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM2(TMP1, TMP2), 3); in do_getucd() 4547 OP1(SLJIT_MOV_UB, CHAR1, 0, SLJIT_MEM2(LCC_TABLE, CHAR1), 0); in do_caselesscmp() 4552 OP1(SLJIT_MOV_UB, CHAR2, 0, SLJIT_MEM2(LCC_TABLE, CHAR2), 0); in do_caselesscmp() 4992 OP1(SLJIT_MOV_UB, scriptreg, 0, SLJIT_MEM1(TMP2), 0); in compile_xclass_matchingpath() 5474 OP1(SLJIT_MOV_UB, STACK_TOP, 0, SLJIT_MEM2(TMP1, TMP2), 3); in compile_char1_matchingpath() 5482 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM2(TMP1, TMP2), 3); in compile_char1_matchingpath() [all …]
|