Home | History | Annotate | Download | only in arm

Lines Matching full:temp

630         LOperand* temp = NULL,
634 temps_[0] = temp;
640 LOperand* temp() { return temps_[0]; }
650 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
653 temps_[0] = temp;
658 LOperand* temp() { return temps_[0]; }
669 LOperand* temp = NULL) {
672 temps_[0] = temp;
677 LOperand* temp() { return temps_[0]; }
779 LMathRound(LOperand* value, LOperand* temp) {
781 temps_[0] = temp;
785 LOperand* temp() { return temps_[0]; }
931 LCompareMinusZeroAndBranch(LOperand* value, LOperand* temp) {
933 temps_[0] = temp;
937 LOperand* temp() { return temps_[0]; }
947 LIsObjectAndBranch(LOperand* value, LOperand* temp) {
949 temps_[0] = temp;
953 LOperand* temp() { return temps_[0]; }
964 LIsStringAndBranch(LOperand* value, LOperand* temp) {
966 temps_[0] = temp;
970 LOperand* temp() { return temps_[0]; }
996 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
998 temps_[0] = temp;
1002 LOperand* temp() { return temps_[0]; }
1082 LClassOfTestAndBranch(LOperand* value, LOperand* temp) {
1084 temps_[0] = temp;
1088 LOperand* temp() { return temps_[0]; }
1135 LInstanceOfKnownGlobal(LOperand* context, LOperand* value, LOperand* temp) {
1138 temps_[0] = temp;
1143 LOperand* temp() { return temps_[0]; }
1312 LCmpMapAndBranch(LOperand* value, LOperand* temp) {
1314 temps_[0] = temp;
1318 LOperand* temp() { return temps_[0]; }
1354 LValueOf(LOperand* value, LOperand* temp) {
1356 temps_[0] = temp;
1360 LOperand* temp() { return temps_[0]; }
1369 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) {
1371 temps_[0] = temp;
1375 LOperand* temp() { return temps_[0]; }
1688 LStoreGlobalCell(LOperand* value, LOperand* temp) {
1690 temps_[0] = temp;
1694 LOperand* temp() { return temps_[0]; }
2130 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) {
2132 temps_[0] = temp;
2137 LOperand* temp() { return temps_[0]; }
2180 LOperand* temp,
2183 temps_[0] = temp;
2188 LOperand* temp() { return temps_[0]; }
2242 LStoreNamedField(LOperand* object, LOperand* value, LOperand* temp) {
2245 temps_[0] = temp;
2250 LOperand* temp() { return temps_[0]; }
2375 LOperand* temp) {
2377 temps_[0] = temp;
2381 LOperand* temp() { return temps_[0]; }
2528 LClampTToUint8(LOperand* unclamped, LOperand* temp) {
2530 temps_[0] = temp;
2534 LOperand* temp() { return temps_[0]; }
2634 explicit LIsConstructCallAndBranch(LOperand* temp) {
2635 temps_[0] = temp;
2638 LOperand* temp() { return temps_[0]; }
2808 // Methods for getting operands for Use / Define / Temp.