Home | History | Annotate | Download | only in sljit

Lines Matching refs:TMP_REG3

88 #define TMP_REG3	(SLJIT_NUMBER_OF_REGISTERS + 4)
585 arg2 = TMP_REG3;
590 arg2 = TMP_REG3;
603 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3)));
606 arg2 = TMP_REG3;
611 arg2 = TMP_REG3;
654 TMP_REG3 can be used for caching
655 result goes to TMP_REG2, so put result can use TMP_REG1 and TMP_REG3. */