Lines Matching full:right
582 LAddE(LOperand* left, LOperand* right) {
584 inputs_[1] = right;
588 LOperand* right() { return inputs_[1]; }
597 LAddI(LOperand* left, LOperand* right)
600 inputs_[1] = right;
603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
606 inputs_[1] = right;
610 LOperand* right() { return inputs_[1]; }
626 LAddS(LOperand* left, LOperand* right) {
628 inputs_[1] = right;
632 LOperand* right() { return inputs_[1]; }
714 LOperand* right)
717 inputs_[1] = right;
722 LOperand* right() { return inputs_[1]; }
740 LOperand* right)
744 inputs_[2] = right;
749 LOperand* right() { return inputs_[2]; }
780 LBitI(LOperand* left, LOperand* right)
783 inputs_[1] = right;
786 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
789 inputs_[1] = right;
793 LOperand* right() { return inputs_[1]; }
811 LBitS(LOperand* left, LOperand* right) {
813 inputs_[1] = right;
817 LOperand* right() { return inputs_[1]; }
1151 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
1153 inputs_[1] = right;
1157 LOperand* right() { return inputs_[1]; }
1166 LCmpT(LOperand* context, LOperand* left, LOperand* right) {
1169 inputs_[2] = right;
1174 LOperand* right() { return inputs_[2]; }
1201 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
1203 inputs_[1] = right;
1207 LOperand* right() { return inputs_[1]; }
1490 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
1493 inputs_[2] = right;
1498 LOperand* right() { return inputs_[2]; }
2064 LMathMinMax(LOperand* left, LOperand* right) {
2066 inputs_[1] = right;
2070 LOperand* right() { return inputs_[1]; }
2164 LModI(LOperand* left, LOperand* right) {
2166 inputs_[1] = right;
2170 LOperand* right() { return inputs_[1]; }
2179 LMulConstIS(LOperand* left, LConstantOperand* right) {
2181 inputs_[1] = right;
2185 LConstantOperand* right() { return LConstantOperand::cast(inputs_[1]); }
2194 LMulI(LOperand* left, LOperand* right) {
2196 inputs_[1] = right;
2200 LOperand* right() { return inputs_[1]; }
2209 LMulS(LOperand* left, LOperand* right) {
2211 inputs_[1] = right;
2215 LOperand* right() { return inputs_[1]; }
2282 LPower(LOperand* left, LOperand* right) {
2284 inputs_[1] = right;
2288 LOperand* right() { return inputs_[1]; }
2644 LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
2647 inputs_[2] = right;
2652 LOperand* right() { return inputs_[2]; }
2694 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) {
2697 inputs_[2] = right;
2702 LOperand* right() { return inputs_[2]; }
2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
2739 inputs_[1] = right;
2744 LOperand* right() { return inputs_[1]; }
2757 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
2760 inputs_[1] = right;
2765 LOperand* right() { return inputs_[1]; }
2836 LSubI(LOperand* left, LOperand* right)
2839 inputs_[1] = right;
2842 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
2845 inputs_[1] = right;
2849 LOperand* right() { return inputs_[1]; }
2865 LSubS(LOperand* left, LOperand* right) {
2867 inputs_[1] = right;
2871 LOperand* right() { return inputs_[1]; }