Searched refs:SLJIT_MOVU_SI (Results 1 – 10 of 10) sorted by relevance
796 #define SLJIT_MOVU_SI (SLJIT_OP1_BASE + 14) macro797 #define SLJIT_IMOVU (SLJIT_MOVU_SI | SLJIT_INT_OP)
652 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()658 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()708 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()719 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()849 case SLJIT_MOVU_SI: in sljit_emit_op1()
1139 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()1146 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1181 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1324 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()1329 op = SLJIT_MOVU_SI; in sljit_emit_op1()1375 case SLJIT_MOVU_SI: in sljit_emit_op1()1383 case SLJIT_MOVU_SI: in sljit_emit_op1()
917 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()925 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()979 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()990 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()1147 case SLJIT_MOVU_SI: in sljit_emit_op1()
1976 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()1983 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()2036 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()2045 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()2230 case SLJIT_MOVU_SI: in sljit_emit_op1()
1624 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()1631 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1698 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()1899 case SLJIT_MOVU_SI: in sljit_emit_op1()
697 case SLJIT_MOVU_SI: in emit_op_imm()1361 case SLJIT_MOVU_SI: in sljit_emit_op1()
685 case SLJIT_MOVU_SI: in emit_op_imm()1362 case SLJIT_MOVU_SI: in sljit_emit_op1()
1297 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()1302 op = SLJIT_MOVU_SI; in sljit_emit_op1()
2280 OP1(SLJIT_MOVU_SI, SLJIT_MEM1(SLJIT_R2), sizeof(int), SLJIT_S1, 0); in copy_ovector()
Completed in 80 milliseconds