Home | History | Annotate | Download | only in arm

Lines Matching full:temp1

1750   LNumberTagI(LOperand* value, LOperand* temp1, LOperand* temp2) {
1752 temps_[0] = temp1;
1757 LOperand* temp1() { return temps_[0]; }
1766 LNumberTagU(LOperand* value, LOperand* temp1, LOperand* temp2) {
1768 temps_[0] = temp1;
1773 LOperand* temp1() { return temps_[0]; }
2191 LOperand* temp1,
2195 temps_[0] = temp1;
2201 LOperand* temp1() { return temps_[0]; }
2210 LFastAllocate(LOperand* size, LOperand* temp1, LOperand* temp2) {
2212 temps_[0] = temp1;
2217 LOperand* temp1() { return temps_[0]; }