Home | History | Annotate | Download | only in mips64

Lines Matching defs:inputs_

307   EmbeddedContainer<LOperand*, I> inputs_;
313 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
422 inputs_[0] = value;
474 inputs_[0] = context;
477 inputs_[0]; }
490 inputs_[0] = context;
491 inputs_[1] = receiver;
492 inputs_[2] = name;
495 LOperand* context() { return inputs_[0]; }
496 LOperand* receiver() { return inputs_[1]; }
497 LOperand* name() { return inputs_[2]; }
561 inputs_[0] = receiver;
562 inputs_[1] = function;
568 LOperand* receiver() { return inputs_[0]; }
569 LOperand* function() { return inputs_[1]; }
579 inputs_[0] = function;
580 inputs_[1] = receiver;
581 inputs_[2] = length;
582 inputs_[3] = elements;
587 LOperand* function() { return inputs_[0]; }
588 LOperand* receiver() { return inputs_[1]; }
589 LOperand* length() { return inputs_[2]; }
590 LOperand* elements() { return inputs_[3]; }
597 inputs_[0] = arguments;
598 inputs_[1] = length;
599 inputs_[2] = index;
604 LOperand* arguments() { return inputs_[0]; }
605 LOperand* length() { return inputs_[1]; }
606 LOperand* index() { return inputs_[2]; }
615 inputs_[0] = elements;
618 LOperand* elements() { return inputs_[0]; }
634 inputs_[0] = dividend;
638 LOperand* dividend() { return inputs_[0]; }
652 inputs_[0] = dividend;
656 LOperand* dividend() { return inputs_[0]; }
671 inputs_[0] = left;
672 inputs_[1] = right;
675 LOperand* left() { return inputs_[0]; }
676 LOperand* right() { return inputs_[1]; }
686 inputs_[0] = dividend;
690 LOperand* dividend() { return inputs_[0]; }
704 inputs_[0] = dividend;
708 LOperand* dividend() { return inputs_[0]; }
722 inputs_[0] = dividend;
723 inputs_[1] = divisor;
727 LOperand* dividend() { return inputs_[0]; }
728 LOperand* divisor() { return inputs_[1]; }
739 inputs_[0] = dividend;
743 LOperand* dividend() { return inputs_[0]; }
758 inputs_[0] = dividend;
763 LOperand* dividend() { return inputs_[0]; }
778 inputs_[0] = dividend;
779 inputs_[1] = divisor;
782 LOperand* dividend() { return inputs_[0]; }
783 LOperand* divisor() { return inputs_[1]; }
793 inputs_[0] = left;
794 inputs_[1] = right;
797 LOperand* left() { return inputs_[0]; }
798 LOperand* right() { return inputs_[1]; }
810 inputs_[0] = addend;
811 inputs_[1] = multiplier;
812 inputs_[2] = multiplicand;
815 LOperand* addend() { return inputs_[0]; }
816 LOperand* multiplier() { return inputs_[1]; }
817 LOperand* multiplicand() { return inputs_[2]; }
832 inputs_[0] = left;
833 inputs_[1] = right;
836 LOperand* left() { return inputs_[0]; }
837 LOperand* right() { return inputs_[1]; }
855 inputs_[0] = value;
859 LOperand* value() { return inputs_[0]; }
870 inputs_[0] = value;
874 LOperand* value() { return inputs_[0]; }
884 explicit LMathFround(LOperand* value) { inputs_[0] = value; }
886 LOperand* value() { return inputs_[0]; }
895 inputs_[1] = context;
896 inputs_[0] = value;
899 LOperand* context() { return inputs_[1]; }
900 LOperand* value() { return inputs_[0]; }
910 inputs_[0] = value;
913 LOperand* value() { return inputs_[0]; }
922 inputs_[0] = value;
925 LOperand* value() { return inputs_[0]; }
937 inputs_[0] = value;
944 LOperand* value() { return inputs_[0]; }
956 inputs_[0] = value;
959 LOperand* value() { return inputs_[0]; }
968 inputs_[0] = value;
972 LOperand* value() { return inputs_[0]; }
982 inputs_[0] = left;
983 inputs_[1] = right;
986 LOperand* left() { return inputs_[0]; }
987 LOperand* right() { return inputs_[1]; }
997 inputs_[0] = object;
1000 LOperand* object() { return inputs_[0]; }
1010 inputs_[0] = value;
1014 LOperand* value() { return inputs_[0]; }
1026 inputs_[0] = value;
1030 LOperand* value() { return inputs_[0]; }
1043 inputs_[0] = value;
1047 LOperand* value() { return inputs_[0]; }
1060 inputs_[0] = value;
1063 LOperand* value() { return inputs_[0]; }
1075 inputs_[0] = value;
1079 LOperand* value() { return inputs_[0]; }
1093 inputs_[0] = context;
1094 inputs_[1] = left;
1095 inputs_[2] = right;
1098 LOperand* context() { return inputs_[0]; }
1099 LOperand* left() { return inputs_[1]; }
1100 LOperand* right() { return inputs_[2]; }
1115 inputs_[0] = value;
1118 LOperand* value() { return inputs_[0]; }
1131 inputs_[0] = value;
1134 LOperand* value() { return inputs_[0]; }
1145 inputs_[0] = value;
1148 LOperand* value() { return inputs_[0]; }
1161 inputs_[0] = value;
1165 LOperand* value() { return inputs_[0]; }
1179 inputs_[0] = context;
1180 inputs_[1] = left;
1181 inputs_[2] = right;
1184 LOperand* context() { return inputs_[0]; }
1185 LOperand* left() { return inputs_[1]; }
1186 LOperand* right() { return inputs_[2]; }
1198 inputs_[0] = context;
1199 inputs_[1] = left;
1200 inputs_[2] = right;
1203 LOperand* context() { return inputs_[0]; }
1204 LOperand* left() { return inputs_[1]; }
1205 LOperand* right() { return inputs_[2]; }
1214 inputs_[0] = context;
1215 inputs_[1] = value;
1219 LOperand* context() { return inputs_[0]; }
1220 LOperand* value() { return inputs_[1]; }
1244 inputs_[0] = index;
1245 inputs_[1] = length;
1248 LOperand* index() { return inputs_[0]; }
1249 LOperand* length() { return inputs_[1]; }
1259 inputs_[0] = left;
1260 inputs_[1] = right;
1263 LOperand* left() { return inputs_[0]; }
1264 LOperand* right() { return inputs_[1]; }
1277 inputs_[0] = left;
1278 inputs_[1] = right;
1282 LOperand* left() { return inputs_[0]; }
1283 LOperand* right() { return inputs_[1]; }
1297 inputs_[0] = left;
1298 inputs_[1] = right;
1301 LOperand* left() { return inputs_[0]; }
1302 LOperand* right() { return inputs_[1]; }
1361 inputs_[0] = value;
1364 LOperand* value() { return inputs_[0]; }
1376 inputs_[0] = value;
1380 LOperand* value() { return inputs_[0]; }
1393 inputs_[0] = value;
1396 LOperand* value() { return inputs_[0]; }
1405 inputs_[0] = date;
1409 LOperand* date() { return inputs_[0]; }
1424 inputs_[0] = string;
1425 inputs_[1] = index;
1428 LOperand* string() const { return inputs_[0]; }
1429 LOperand* index() const { return inputs_[1]; }
1442 inputs_[0] = context;
1443 inputs_[1] = string;
1444 inputs_[2] = index;
1445 inputs_[3] = value;
1448 LOperand* string() { return inputs_[1]; }
1449 LOperand* index() { return inputs_[2]; }
1450 LOperand* value() { return inputs_[3]; }
1460 inputs_[0] = left;
1461 inputs_[1] = right;
1464 LOperand* left() { return inputs_[0]; }
1465 LOperand* right() { return inputs_[1]; }
1475 inputs_[0] = left;
1476 inputs_[1] = right;
1479 LOperand* left() { return inputs_[0]; }
1480 LOperand* right() { return inputs_[1]; }
1490 inputs_[0] = left;
1491 inputs_[1] = right;
1494 LOperand* left() { return inputs_[0]; }
1495 LOperand* right() { return inputs_[1]; }
1506 inputs_[0] = left;
1507 inputs_[1] = right;
1511 LOperand* left() { return inputs_[0]; }
1512 LOperand* right() { return inputs_[1]; }
1532 inputs_[0] = context;
1533 inputs_[1] = left;
1534 inputs_[2] = right;
1537 LOperand* context() { return inputs_[0]; }
1538 LOperand* left() { return inputs_[1]; }
1539 LOperand* right() { return inputs_[2]; }
1554 inputs_[0] = value;
1555 inputs_[1] = context;
1556 inputs_[2] = parameter_count;
1559 LOperand* value() { return inputs_[0]; }
1568 LOperand* parameter_count() { return inputs_[2]; }
1577 inputs_[0] = object;
1580 LOperand* object() { return inputs_[0]; }
1590 inputs_[0] = context;
1591 inputs_[1] = object;
1595 LOperand* context() { return inputs_[0]; }
1596 LOperand* object() { return inputs_[1]; }
1609 inputs_[0] = function;
1612 LOperand* function() { return inputs_[0]; }
1631 inputs_[0] = elements;
1632 inputs_[1] = key;
1635 LOperand* elements() { return inputs_[0]; }
1636 LOperand* key() { return inputs_[1]; }
1662 inputs_[0] = context;
1663 inputs_[1] = object;
1664 inputs_[2] = key;
1668 LOperand* context() { return inputs_[0]; }
1669 LOperand* object() { return inputs_[1]; }
1670 LOperand* key() { return inputs_[2]; }
1689 inputs_[0] = context;
1690 inputs_[1] = global_object;
1694 LOperand* context() { return inputs_[0]; }
1695 LOperand* global_object() { return inputs_[1]; }
1709 inputs_[0] = value;
1713 LOperand* value() { return inputs_[0]; }
1724 inputs_[0] = context;
1727 LOperand* context() { return inputs_[0]; }
1741 inputs_[0] = context;
1742 inputs_[1] = value;
1745 LOperand* context() { return inputs_[0]; }
1746 LOperand* value() { return inputs_[1]; }
1760 inputs_[0] = value;
1763 LOperand* value() { return inputs_[0]; }
1785 inputs_[0] = function;
1786 inputs_[1] = code_object;
1789 LOperand* function() { return inputs_[0]; }
1790 LOperand* code_object() { return inputs_[1]; }
1802 inputs_[0] = base_object;
1803 inputs_[1] = offset;
1806 LOperand* base_object() const { return inputs_[0]; }
1807 LOperand* offset() const { return inputs_[1]; }
1832 inputs_[0] = context;
1835 LOperand* context() { return inputs_[0]; }
1845 inputs_[0] = function;
1848 LOperand* function() { return inputs_[0]; }
1864 inputs_(descriptor.GetRegisterParameterCount() + 1, zone) {
1866 inputs_.AddAll(operands, zone);
1869 LOperand* target() const { return inputs_[0]; }
1882 ZoneList<LOperand*> inputs_;
1885 virtual int InputCount() FINAL OVERRIDE { return inputs_.length(); }
1886 virtual LOperand* InputAt(int i) FINAL OVERRIDE { return inputs_[i]; }
1897 inputs_[0] = context;
1898 inputs_[1] = function;
1901 LOperand* context() { return inputs_[0]; }
1902 LOperand* function() { return inputs_[1]; }
1916 inputs_[0] = context;
1917 inputs_[1] = function;
1920 LOperand* context() { return inputs_[0]; }
1921 LOperand* function() { return inputs_[1]; }
1933 inputs_[0] = context;
1934 inputs_[1] = constructor;
1937 LOperand* context() { return inputs_[0]; }
1938 LOperand* constructor() { return inputs_[1]; }
1952 inputs_[0] = context;
1953 inputs_[1] = constructor;
1956 LOperand* context() { return inputs_[0]; }
1957 LOperand* constructor() { return inputs_[1]; }
1971 inputs_[0] = context;
1974 LOperand* context() { return inputs_[0]; }
1992 inputs_[0] = value;
1995 LOperand* value() { return inputs_[0]; }
2004 inputs_[0] = value;
2007 LOperand* value() { return inputs_[0]; }
2016 inputs_[0] = value;
2021 LOperand* value() { return inputs_[0]; }
2032 inputs_[0] = value;
2037 LOperand* value() { return inputs_[0]; }
2049 inputs_[0] = value;
2052 LOperand* value() { return inputs_[0]; }
2065 inputs_[0] = value;
2068 LOperand* value() { return inputs_[0]; }
2083 inputs_[0] = value;
2088 LOperand* value() { return inputs_[0]; }
2102 inputs_[0] = value;
2105 LOperand* value() { return inputs_[0]; }
2115 inputs_[0] = value;
2118 LOperand* value() { return inputs_[0]; }
2129 inputs_[0] = value;
2132 LOperand* value() { return inputs_[0]; }
2145 inputs_[0] = object;
2146 inputs_[1] = value;
2150 LOperand* object() { return inputs_[0]; }
2151 LOperand* value() { return inputs_[1]; }
2168 inputs_[0] = context;
2169 inputs_[1] = object;
2170 inputs_[2] = value;
2173 LOperand* context() { return inputs_[0]; }
2174 LOperand* object() { return inputs_[1]; }
2175 LOperand* value() { return inputs_[2]; }
2190 inputs_[0] = object;
2191 inputs_[1] = key;
2192 inputs_[2] = value;
2202 LOperand* elements() { return inputs_[0]; }
2203 LOperand* key() { return inputs_[1]; }
2204 LOperand* value() { return inputs_[2]; }
2224 inputs_[0] = context;
2225 inputs_[1] = obj;
2226 inputs_[2] = key;
2227 inputs_[3] = value;
2230 LOperand* context() { return inputs_[0]; }
2231 LOperand* object() { return inputs_[1]; }
2232 LOperand* key() { return inputs_[2]; }
2233 LOperand* value() { return inputs_[3]; }
2249 inputs_[0] = object;
2250 inputs_[1] = context;
2254 LOperand* context() { return inputs_[1]; }
2255 LOperand* object() { return inputs_[0]; }
2277 inputs_[0] = object;
2281 LOperand* object() { return inputs_[0]; }
2292 inputs_[0] = context;
2293 inputs_[1] = left;
2294 inputs_[2] = right;
2297 LOperand* context() { return inputs_[0]; }
2298 LOperand* left() { return inputs_[1]; }
2299 LOperand* right() { return inputs_[2]; }
2310 inputs_[0] = context;
2311 inputs_[1] = string;
2312 inputs_[2] = index;
2315 LOperand* context() { return inputs_[0]; }
2316 LOperand* string() { return inputs_[1]; }
2317 LOperand* index() { return inputs_[2]; }
2327 inputs_[0] = context;
2328 inputs_[1] = char_code;
2331 inputs_[0]; }
2332 LOperand* char_code() { return inputs_[1]; }
2342 inputs_[0] = value;
2345 LOperand* value() { return inputs_[0]; }
2355 inputs_[0] = value;
2358 LOperand* value() { return inputs_[0]; }
2368 inputs_[0] = value;
2371 LOperand* value() { return inputs_[0]; }
2381 inputs_[0] = value;
2384 LOperand* value() { return inputs_[0]; }
2393 inputs_[0] = value;
2396 LOperand* value() { return inputs_[0]; }
2406 inputs_[0] = unclamped;
2410 LOperand* unclamped() { return inputs_[0]; }
2420 inputs_[0] = unclamped;
2423 LOperand* unclamped() { return inputs_[0]; }
2432 inputs_[0] = unclamped;
2436 LOperand* unclamped() { return inputs_[0]; }
2446 inputs_[0] = value;
2449 LOperand* value() { return inputs_[0]; }
2459 inputs_[0] = hi;
2460 inputs_[1] = lo;
2463 LOperand* hi() { return inputs_[0]; }
2464 LOperand* lo() { return inputs_[1]; }
2476 inputs_[0] = context;
2477 inputs_[1] = size;
2482 LOperand* context() { return inputs_[0]; }
2483 LOperand* size() { return inputs_[1]; }
2495 inputs_[0] = context;
2498 LOperand* context() { return inputs_[0]; }
2508 inputs_[0] = context;
2511 LOperand* context() { return inputs_[0]; }
2521 inputs_[0] = value;
2524 LOperand* value() { return inputs_[0]; }
2534 inputs_[0] = context;
2535 inputs_[1] = value;
2538 LOperand* context() { return inputs_[0]; }
2539 LOperand* value() { return inputs_[1]; }
2548 inputs_[0] = value;
2551 LOperand* value() { return inputs_[0]; }
2589 inputs_[0] = context;
2592 LOperand* context() { return inputs_[0]; }
2607 inputs_[0] = context;
2608 inputs_[1] = object;
2611 LOperand* context() { return inputs_[0]; }
2612 LOperand* object() { return inputs_[1]; }
2621 inputs_[0] = map;
2624 LOperand* map() { return inputs_[0]; }
2637 inputs_[0] = value;
2638 inputs_[1] = map;
2641 LOperand* value() { return inputs_[0]; }
2642 LOperand* map() { return inputs_[1]; }
2651 inputs_[0] = object;
2652 inputs_[1] = index;
2655 LOperand* object() { return inputs_[0]; }
2656 LOperand* index() { return inputs_[1]; }
2665 inputs_[0] = context;
2668 LOperand* context() { return inputs_[0]; }
2677 inputs_[0] = context;
2678 inputs_[1] = function;
2681 LOperand* context() { return inputs_[0]; }
2682 LOperand* function() { return inputs_[1]; }