Lines Matching defs:STORE
779 #define STORE 0x01
934 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
1394 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1397 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
1433 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0);
1465 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1514 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw);
1517 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
1567 if (!(flags & STORE))
1629 return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
1658 return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw);
1725 return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw);
1773 return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG1, dst, dstw);
1794 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_LR, dst, dstw);
1998 return emit_op_mem(compiler, (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE, TMP_REG1, dst, dstw);
2022 return emit_op_mem2(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
2042 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw));