/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_32.c | 53 case SLJIT_MOV_UB: in emit_single_op() 57 if (op == SLJIT_MOV_UB) in emit_single_op()
|
D | sljitLir.h | 714 #define SLJIT_MOV_UB (SLJIT_OP1_BASE + 1) macro 715 #define SLJIT_IMOV_UB (SLJIT_MOV_UB | SLJIT_INT_OP)
|
D | sljitNativeARM_32.c | 1017 case SLJIT_MOV_UB: in emit_single_op() 1022 if (op == SLJIT_MOV_UB) in emit_single_op() 1025 …MIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, (24 << 7) | (op == SLJIT_MOV_UB ? 0x20 : 0x40) … in emit_single_op() 1027 return push_inst(compiler, (op == SLJIT_MOV_UB ? UXTB : SXTB) | RD(dst) | RM(src2)); in emit_single_op() 1883 case SLJIT_MOV_UB: in sljit_emit_op1() 1884 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1() 1902 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1… in sljit_emit_op1()
|
D | sljitNativePPC_32.c | 57 case SLJIT_MOV_UB: in emit_single_op()
|
D | sljitNativeSPARC_common.c | 840 case SLJIT_MOV_UB: in sljit_emit_op1() 841 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJI… in sljit_emit_op1() 863 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src… in sljit_emit_op1()
|
D | sljitNativeTILEGX_64.c | 1661 case SLJIT_MOV_UB: in emit_single_op() 2251 case SLJIT_MOV_UB: in sljit_emit_op1() 2252 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1() 2274 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
|
D | sljitNativePPC_64.c | 172 case SLJIT_MOV_UB: in emit_single_op()
|
D | sljitNativeMIPS_32.c | 82 case SLJIT_MOV_UB: in emit_single_op()
|
D | sljitNativeMIPS_common.c | 1136 case SLJIT_MOV_UB: in sljit_emit_op1() 1137 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1() 1167 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
|
D | sljitNativePPC_common.c | 1373 case SLJIT_MOV_UB: in sljit_emit_op1() 1374 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA, (sljit_ub)); in sljit_emit_op1() 1402 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, (sljit_ub)); in sljit_emit_op1()
|
D | sljitNativeMIPS_64.c | 173 case SLJIT_MOV_UB: in emit_single_op()
|
D | sljitNativeARM_64.c | 671 case SLJIT_MOV_UB: in emit_op_imm() 1269 case SLJIT_MOV_UB: in sljit_emit_op1()
|
D | sljitNativeARM_T2_32.c | 691 case SLJIT_MOV_UB: in emit_op_imm() 1323 case SLJIT_MOV_UB: in sljit_emit_op1()
|
D | sljitNativeX86_common.c | 1302 case SLJIT_MOV_UB: in sljit_emit_op1() 1353 case SLJIT_MOV_UB: in sljit_emit_op1()
|
D | sljitLir.c | 95 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 508 #define MOV_UCHAR SLJIT_MOV_UB 2600 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char7_type() 2605 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char7_type() 2644 OP1(SLJIT_MOV_UB, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char_range() 2668 OP1(SLJIT_MOV_UB, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char_range() 2688 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char_range() 2697 OP1(SLJIT_MOV_UB, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char_range() 2767 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type() 2779 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type() 2794 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type() [all …]
|