Home | History | Annotate | Download | only in mips

Lines Matching full:temp

640         LOperand* temp,
645 temps_[0] = temp;
652 LOperand* temp() { return temps_[0]; }
680 LOperand* temp = NULL) {
683 temps_[0] = temp;
688 LOperand* temp() { return temps_[0]; }
759 LMathFloor(LOperand* value, LOperand* temp) {
761 temps_[0] = temp;
765 LOperand* temp() { return temps_[0]; }
774 LMathRound(LOperand* value, LOperand* temp) {
776 temps_[0] = temp;
780 LOperand* temp() { return temps_[0]; }
886 LMathPowHalf(LOperand* value, LOperand* temp) {
888 temps_[0] = temp;
892 LOperand* temp() { return temps_[0]; }
928 LCompareMinusZeroAndBranch(LOperand* value, LOperand* temp) {
930 temps_[0] = temp;
934 LOperand* temp() { return temps_[0]; }
944 LIsObjectAndBranch(LOperand* value, LOperand* temp) {
946 temps_[0] = temp;
950 LOperand* temp() { return temps_[0]; }
961 LIsStringAndBranch(LOperand* value, LOperand* temp) {
963 temps_[0] = temp;
967 LOperand* temp() { return temps_[0]; }
993 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
995 temps_[0] = temp;
999 LOperand* temp() { return temps_[0]; }
1079 LClassOfTestAndBranch(LOperand* value, LOperand* temp) {
1081 temps_[0] = temp;
1085 LOperand* temp() { return temps_[0]; }
1132 LInstanceOfKnownGlobal(LOperand* context, LOperand* value, LOperand* temp) {
1135 temps_[0] = temp;
1140 LOperand* temp() { return temps_[0]; }
1294 LCmpMapAndBranch(LOperand* value, LOperand* temp) {
1296 temps_[0] = temp;
1300 LOperand* temp() { return temps_[0]; }
1336 LValueOf(LOperand* value, LOperand* temp) {
1338 temps_[0] = temp;
1342 LOperand* temp() { return temps_[0]; }
1351 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) {
1353 temps_[0] = temp;
1357 LOperand* temp() { return temps_[0]; }
1668 LStoreGlobalCell(LOperand* value, LOperand* temp) {
1670 temps_[0] = temp;
1674 LOperand* temp() { return temps_[0]; }
2110 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) {
2112 temps_[0] = temp;
2117 LOperand* temp() { return temps_[0]; }
2160 LOperand* temp,
2163 temps_[0] = temp;
2168 LOperand* temp() { return temps_[0]; }
2222 LStoreNamedField(LOperand* object, LOperand* value, LOperand* temp) {
2225 temps_[0] = temp;
2230 LOperand* temp() { return temps_[0]; }
2349 LOperand* temp) {
2351 temps_[0] = temp;
2355 LOperand* temp() { return temps_[0]; }
2478 LClampDToUint8(LOperand* unclamped, LOperand* temp) {
2480 temps_[0] = temp;
2484 LOperand* temp() { return temps_[0]; }
2504 LClampTToUint8(LOperand* unclamped, LOperand* temp) {
2506 temps_[0] = temp;
2510 LOperand* temp() { return temps_[0]; }
2610 explicit LIsConstructCallAndBranch(LOperand* temp) {
2611 temps_[0] = temp;
2614 LOperand* temp() { return temps_[0]; }
2782 // Methods for getting operands for Use / Define / Temp.