Home | History | Annotate | Download | only in sljit

Lines Matching refs:STORE

788 #define STORE		0x01
813 s = store
964 FAIL_IF(push_inst16(compiler, STR_SP | ((flags & STORE) ? 0 : 0x800) | RDN3(reg) | (argw >> 2)));
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
1389 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1392 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1421 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1424 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1448 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1500 getput_arg_fast(compiler, WORD_SIZE | STORE, dst_r, dst, dstw);
1503 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, 0, 0);
1629 /* Store the integer value from a VFP register. */
1790 if (getput_arg_fast(compiler, WORD_SIZE | STORE, TMP_REG3, dst, dstw))
1796 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0);
1988 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw);
2028 FAIL_IF(emit_op_mem2(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0));
2056 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw));