Home | History | Annotate | Download | only in ppc

Lines Matching defs:temp3

2073       Register temp3 = i.TempRegister(0);
2077 __ rotlwi(temp3, temp1, 8);
2079 __ rlwimi(temp3, temp1, 24, 0, 7);
2080 __ rlwimi(temp3, temp1, 24, 16, 23);
2082 __ orx(output, temp2, temp3);