Home | History | Annotate | Download | only in sljit

Lines Matching defs:STORE

767 #define STORE		0x01
922 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
1386 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1389 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1422 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
1425 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0);
1457 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1506 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw);
1509 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
1559 if (!(flags & STORE))
1621 return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
1650 return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw);
1717 return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw);
1765 return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG1, dst, dstw);
1786 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_LR, dst, dstw);
1990 return emit_op_mem(compiler, (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE, TMP_REG1, dst, dstw);
2014 return emit_op_mem2(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
2034 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw));