Lines Matching refs:left
545 LModI(LOperand* left,
547 inputs_[0] = left;
555 LModI(LOperand* left,
560 inputs_[0] = left;
574 LDivI(LOperand* left, LOperand* right) {
575 inputs_[0] = left;
586 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
587 inputs_[0] = left;
599 LCmpIDAndBranch(LOperand* left, LOperand* right) {
600 inputs_[0] = left;
633 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
634 inputs_[0] = left;
646 explicit LCmpConstantEqAndBranch(LOperand* left) {
647 inputs_[0] = left;
730 LStringCompareAndBranch(LOperand* left, LOperand* right) {
731 inputs_[0] = left;
801 LCmpT(LOperand* left, LOperand* right) {
802 inputs_[0] = left;
815 LInstanceOf(LOperand* left, LOperand* right) {
816 inputs_[0] = left;
855 LBitI(LOperand* left, LOperand* right) {
856 inputs_[0] = left;
869 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
871 inputs_[0] = left;
889 LSubI(LOperand* left, LOperand* right) {
890 inputs_[0] = left;
1045 LAddI(LOperand* left, LOperand* right) {
1046 inputs_[0] = left;
1057 LPower(LOperand* left, LOperand* right) {
1058 inputs_[0] = left;
1080 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1082 inputs_[0] = left;
1099 LArithmeticT(Token::Value op, LOperand* left, LOperand* right)
1101 inputs_[0] = left;
1793 LStringAdd(LOperand* left, LOperand* right) {
1794 inputs_[0] = left;
1801 LOperand* left() { return inputs_[0]; }