Home | History | Annotate | Download | only in sljit_src

Lines Matching refs:rt2

56 #define RT2(rt2) (reg_map[rt2] << 10)
741 return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO));
748 FAIL_IF(push_inst(compiler, MADD | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO)));
1084 FAIL_IF(push_inst(compiler, STP_PRE | 29 | RT2(TMP_LR)
1111 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
1126 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
1142 FAIL_IF(push_inst(compiler, STP_PRE | 29 | RT2(TMP_LR)
1188 FAIL_IF(push_inst(compiler, LDP_PST | 29 | RT2(TMP_LR)
1216 FAIL_IF(push_inst(compiler, LDP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
1231 FAIL_IF(push_inst(compiler, LDP | RT(prev) | RT2(i) | RN(TMP_SP) | offs));
1240 FAIL_IF(push_inst(compiler, LDP_PST | 29 | RT2(TMP_LR)
1270 FAIL_IF(push_inst(compiler, MADD | RD(SLJIT_R0) | RN(SLJIT_R0) | RM(SLJIT_R1) | RT2(TMP_ZERO)));
1276 FAIL_IF(push_inst(compiler, (MADD ^ inv_bits) | RD(SLJIT_R1) | RN(SLJIT_R0) | RM(SLJIT_R1) | RT2(TMP_ZERO)));