Home
last modified time | relevance | path

Searched refs:SLJIT_MOVU_S32 (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h791 #define SLJIT_MOVU_S32 (SLJIT_OP1_BASE + 14) macro
793 #define SLJIT_MOVU32 (SLJIT_MOVU_S32 | SLJIT_I32_OP)
DsljitNativeSPARC_common.c656 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32 && !(src2 & SLJIT_MEM)) in emit_op()
662 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
712 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
723 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) && (dst & SLJIT_MEM)) in emit_op()
853 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativePPC_common.c1143 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32 && !(src2 & SLJIT_MEM)) in emit_op()
1150 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
1185 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
1328 if (op == SLJIT_MOVU_S32 && (src & SLJIT_MEM)) in sljit_emit_op1()
1333 op = SLJIT_MOVU_S32; in sljit_emit_op1()
1379 case SLJIT_MOVU_S32: in sljit_emit_op1()
1387 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeTILEGX_64.c1976 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32 && !(src2 & SLJIT_MEM)) in emit_op()
1983 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
2036 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
2045 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) && (dst & SLJIT_MEM)) in emit_op()
2232 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeMIPS_common.c917 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32 && !(src2 & SLJIT_MEM)) in emit_op()
925 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
979 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
990 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) && (dst & SLJIT_MEM)) in emit_op()
1147 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeARM_32.c1624 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32 && !(src2 & SLJIT_MEM)) in emit_op()
1631 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
1698 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) in emit_op()
1899 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeARM_T2_32.c685 case SLJIT_MOVU_S32: in emit_op_imm()
1362 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeARM_64.c697 case SLJIT_MOVU_S32: in emit_op_imm()
1361 case SLJIT_MOVU_S32: in sljit_emit_op1()
DsljitNativeX86_common.c1320 if (op == SLJIT_MOVU_S32 && (src & SLJIT_MEM)) in sljit_emit_op1()
1325 op = SLJIT_MOVU_S32; in sljit_emit_op1()