Home
last modified time | relevance | path

Searched refs:SLJIT_MOV_U8 (Results 1 – 16 of 16) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c53 case SLJIT_MOV_U8: in emit_single_op()
57 if (op == SLJIT_MOV_U8) in emit_single_op()
DsljitLir.h939 #define SLJIT_MOV_U8 (SLJIT_OP1_BASE + 1) macro
940 #define SLJIT_MOV32_U8 (SLJIT_MOV_U8 | SLJIT_I32_OP)
DsljitNativeARM_32.c1150 case SLJIT_MOV_U8: in emit_single_op()
1155 if (op == SLJIT_MOV_U8) in emit_single_op()
1158 …return push_inst(compiler, MOV | RD(dst) | (24 << 7) | (op == SLJIT_MOV_U8 ? 0x20 : 0x40) | RM(dst… in emit_single_op()
1160 return push_inst(compiler, (op == SLJIT_MOV_U8 ? UXTB : SXTB) | RD(dst) | RM(src2)); in emit_single_op()
1782 case SLJIT_MOV_U8: in sljit_emit_op1()
1783 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
2677 case SLJIT_MOV_U8: in sljit_emit_mem()
DsljitNativeS390X.c1585 case SLJIT_MOV_U8: in sljit_emit_op1()
1622 case SLJIT_MOV_U8: in sljit_emit_op1()
1667 case SLJIT_MOV_U8: in sljit_emit_op1()
1711 case SLJIT_MOV_U8: in sljit_emit_op1()
1742 case SLJIT_MOV_U8: in sljit_emit_op1()
DsljitNativePPC_32.c57 case SLJIT_MOV_U8: in emit_single_op()
DsljitNativeARM_64.c752 case SLJIT_MOV_U8: in emit_op_imm()
1182 case SLJIT_MOV_U8: in sljit_emit_op1()
1885 case SLJIT_MOV_U8: in sljit_emit_mem()
DsljitNativePPC_64.c169 case SLJIT_MOV_U8: in emit_single_op()
DsljitNativeSPARC_common.c910 case SLJIT_MOV_U8: in sljit_emit_op1()
911 …return emit_op(compiler, SLJIT_MOV_U8, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJI… in sljit_emit_op1()
DsljitNativePPC_common.c1263 case SLJIT_MOV_U8: in sljit_emit_op1()
1264 return EMIT_MOV(SLJIT_MOV_U8, BYTE_DATA, (sljit_u8)); in sljit_emit_op1()
2268 case SLJIT_MOV_U8: in sljit_emit_mem()
DsljitNativeARM_T2_32.c774 case SLJIT_MOV_U8: in emit_op_imm()
1365 case SLJIT_MOV_U8: in sljit_emit_op1()
2292 case SLJIT_MOV_U8: in sljit_emit_mem()
DsljitNativeMIPS_32.c84 case SLJIT_MOV_U8: in emit_single_op()
DsljitNativeMIPS_64.c174 case SLJIT_MOV_U8: in emit_single_op()
DsljitLir.c108 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S32)
111 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S16)
DsljitNativeMIPS_common.c1364 case SLJIT_MOV_U8: in sljit_emit_op1()
1365 …return emit_op(compiler, SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
DsljitNativeX86_common.c1485 case SLJIT_MOV_U8: in sljit_emit_op1()
1528 case SLJIT_MOV_U8: in sljit_emit_op1()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c595 #define MOV_UCHAR SLJIT_MOV_U8
3879 OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char()
3903 OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char()
3925 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char()
3934 OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char()
4057 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char7_type()
4071 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(utf8_table4) - 0xc0); in read_char7_type()
4101 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type()
4123 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type()
4134 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type()
[all …]