Home | History | Annotate | Download | only in x64

Lines Matching refs:left

546   LModI(LOperand* left, LOperand* right, LOperand* temp) {
547 inputs_[0] = left;
559 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
560 inputs_[0] = left;
572 LMulI(LOperand* left, LOperand* right) {
573 inputs_[0] = left;
584 LCmpIDAndBranch(LOperand* left, LOperand* right) {
585 inputs_[0] = left;
617 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
618 inputs_[0] = left;
629 explicit LCmpConstantEqAndBranch(LOperand* left) {
630 inputs_[0] = left;
713 explicit LStringCompareAndBranch(LOperand* left, LOperand* right) {
714 inputs_[0] = left;
785 LCmpT(LOperand* left, LOperand* right) {
786 inputs_[0] = left;
813 LInstanceOf(LOperand* left, LOperand* right) {
814 inputs_[0] = left;
853 LBitI(LOperand* left, LOperand* right) {
854 inputs_[0] = left;
867 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
869 inputs_[0] = left;
887 LSubI(LOperand* left, LOperand* right) {
888 inputs_[0] = left;
1044 LAddI(LOperand* left, LOperand* right) {
1045 inputs_[0] = left;
1056 LPower(LOperand* left, LOperand* right) {
1057 inputs_[0] = left;
1079 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1081 inputs_[0] = left;
1098 LArithmeticT(Token::Value op, LOperand* left, LOperand* right)
1100 inputs_[0] = left;
1782 LStringAdd(LOperand* left, LOperand* right) {
1783 inputs_[0] = left;
1790 LOperand* left() { return inputs_[0]; }