Searched refs:SLJIT_MOVU_SI (Results 1 – 10 of 10) sorted by relevance
755 #define SLJIT_MOVU_SI (SLJIT_OP1_BASE + 14) macro756 #define SLJIT_IMOVU (SLJIT_MOVU_SI | SLJIT_INT_OP)
667 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()673 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()723 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()734 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()859 case SLJIT_MOVU_SI: in sljit_emit_op1()
1154 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()1161 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1196 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1338 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()1343 op = SLJIT_MOVU_SI; in sljit_emit_op1()1389 case SLJIT_MOVU_SI: in sljit_emit_op1()1397 case SLJIT_MOVU_SI: in sljit_emit_op1()
2011 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()2018 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()2071 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()2080 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()2270 case SLJIT_MOVU_SI: in sljit_emit_op1()
932 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()940 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()994 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1005 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()1159 case SLJIT_MOVU_SI: in sljit_emit_op1()
1637 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()1644 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1711 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1897 case SLJIT_MOVU_SI: in sljit_emit_op1()
698 case SLJIT_MOVU_SI: in emit_op_imm()1328 case SLJIT_MOVU_SI: in sljit_emit_op1()
685 case SLJIT_MOVU_SI: in emit_op_imm()1345 case SLJIT_MOVU_SI: in sljit_emit_op1()
1285 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()1290 op = SLJIT_MOVU_SI; in sljit_emit_op1()
2229 OP1(SLJIT_MOVU_SI, SLJIT_MEM1(SLJIT_R2), sizeof(int), SLJIT_S1, 0); in copy_ovector()