Home | History | Annotate | Download | only in arm

Lines Matching refs:left

546   LModI(LOperand* left,
548 inputs_[0] = left;
556 LModI(LOperand* left,
561 inputs_[0] = left;
575 LDivI(LOperand* left, LOperand* right) {
576 inputs_[0] = left;
587 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
588 inputs_[0] = left;
600 LCmpIDAndBranch(LOperand* left, LOperand* right) {
601 inputs_[0] = left;
634 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
635 inputs_[0] = left;
647 explicit LCmpConstantEqAndBranch(LOperand* left) {
648 inputs_[0] = left;
731 LStringCompareAndBranch(LOperand* left, LOperand* right) {
732 inputs_[0] = left;
802 LCmpT(LOperand* left, LOperand* right) {
803 inputs_[0] = left;
816 LInstanceOf(LOperand* left, LOperand* right) {
817 inputs_[0] = left;
856 LBitI(LOperand* left, LOperand* right) {
857 inputs_[0] = left;
870 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
872 inputs_[0] = left;
890 LSubI(LOperand* left, LOperand* right) {
891 inputs_[0] = left;
1065 LAddI(LOperand* left, LOperand* right) {
1066 inputs_[0] = left;
1077 LPower(LOperand* left, LOperand* right) {
1078 inputs_[0] = left;
1100 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1102 inputs_[0] = left;
1119 LArithmeticT(Token::Value op, LOperand* left, LOperand* right)
1121 inputs_[0] = left;
1813 LStringAdd(LOperand* left, LOperand* right) {
1814 inputs_[0] = left;
1821 LOperand* left() { return inputs_[0]; }