Home | History | Annotate | Download | only in mips

Lines Matching refs:temp

586   LMulI(LOperand* left, LOperand* right, LOperand* temp) {
589 temps_[0] = temp;
618 LUnaryMathOperation(LOperand* value, LOperand* temp) {
620 temps_[0] = temp;
674 LIsObjectAndBranch(LOperand* value, LOperand* temp) {
676 temps_[0] = temp;
688 LIsStringAndBranch(LOperand* value, LOperand* temp) {
690 temps_[0] = temp;
715 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
717 temps_[0] = temp;
786 LClassOfTestAndBranch(LOperand* value, LOperand* temp) {
788 temps_[0] = temp;
826 LInstanceOfKnownGlobal(LOperand* value, LOperand* temp) {
828 temps_[0] = temp;
941 LCmpMapAndBranch(LOperand* value, LOperand* temp) {
943 temps_[0] = temp;
997 LValueOf(LOperand* value, LOperand* temp) {
999 temps_[0] = temp;
1009 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) {
1011 temps_[0] = temp;
1287 LStoreGlobalCell(LOperand* value, LOperand* temp) {
1289 temps_[0] = temp;
1920 LClampDToUint8(LOperand* value, LOperand* temp) {
1922 temps_[0] = temp;
1945 LClampTToUint8(LOperand* value, LOperand* temp) {
1947 temps_[0] = temp;
2043 explicit LIsConstructCallAndBranch(LOperand* temp) {
2044 temps_[0] = temp;
2277 // Methods for getting operands for Use / Define / Temp.