Home | History | Annotate | Download | only in arm

Lines Matching refs:right

670   LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) {
672 inputs_[1] = right;
678 LOperand* right() { return inputs_[1]; }
798 LMulI(LOperand* left, LOperand* right) {
800 inputs_[1] = right;
804 LOperand* right() { return inputs_[1]; }
855 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
857 inputs_[1] = right;
861 LOperand* right() { return inputs_[1]; }
1001 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
1003 inputs_[1] = right;
1007 LOperand* right() { return inputs_[1]; }
1112 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) {
1115 inputs_[2] = right;
1120 LOperand* right() { return inputs_[2]; }
1198 LCmpT(LOperand* context, LOperand* left, LOperand* right) {
1201 inputs_[2] = right;
1206 LOperand* right() { return inputs_[2]; }
1217 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
1220 inputs_[2] = right;
1225 LOperand* right() { return inputs_[2]; }
1278 LBitI(LOperand* left, LOperand* right) {
1280 inputs_[1] = right;
1284 LOperand* right() { return inputs_[1]; }
1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
1298 inputs_[1] = right;
1303 LOperand* right() { return inputs_[1]; }
1316 LSubI(LOperand* left, LOperand* right) {
1318 inputs_[1] = right;
1322 LOperand* right() { return inputs_[1]; }
1331 LRSubI(LOperand* left, LOperand* right) {
1333 inputs_[1] = right;
1337 LOperand* right() { return inputs_[1]; }
1494 LAddI(LOperand* left, LOperand* right) {
1496 inputs_[1] = right;
1500 LOperand* right() { return inputs_[1]; }
1509 LMathMinMax(LOperand* left, LOperand* right) {
1511 inputs_[1] = right;
1515 LOperand* right() { return inputs_[1]; }
1524 LPower(LOperand* left, LOperand* right) {
1526 inputs_[1] = right;
1530 LOperand* right() { return inputs_[1]; }
1539 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1542 inputs_[1] = right;
1547 LOperand* right() { return inputs_[1]; }
1565 LOperand* right)
1569 inputs_[2] = right;
1574 LOperand* right() { return inputs_[2]; }
2349 LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
2352 inputs_[2] = right;
2357 LOperand* right() { return inputs_[2]; }