Home | History | Annotate | Download | only in ia32

Lines Matching refs:left

536   LModI(LOperand* left, LOperand* right, LOperand* temp) {
537 inputs_[0] = left;
549 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
550 inputs_[0] = left;
562 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
563 inputs_[0] = left;
575 LCmpIDAndBranch(LOperand* left, LOperand* right) {
576 inputs_[0] = left;
630 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
631 inputs_[0] = left;
642 explicit LCmpConstantEqAndBranch(LOperand* left) {
643 inputs_[0] = left;
724 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) {
726 inputs_[1] = left;
807 LCmpT(LOperand* context, LOperand* left, LOperand* right) {
809 inputs_[1] = left;
822 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
824 inputs_[1] = left;
866 LBitI(LOperand* left, LOperand* right) {
867 inputs_[0] = left;
880 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
882 inputs_[0] = left;
900 LSubI(LOperand* left, LOperand* right) {
901 inputs_[0] = left;
1066 LAddI(LOperand* left, LOperand* right) {
1067 inputs_[0] = left;
1078 LPower(LOperand* left, LOperand* right) {
1079 inputs_[0] = left;
1101 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1103 inputs_[0] = left;
1122 LOperand* left,
1126 inputs_[1] = left;
1136 LOperand* left() { return inputs_[1]; }
1867 LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
1869 inputs_[1] = left;
1877 LOperand* left() { return inputs_[1]; }