Home | History | Annotate | Download | only in x64

Lines Matching refs:right

685   LModI(LOperand* left, LOperand* right, LOperand* temp) {
687 inputs_[1] = right;
692 LOperand* right() { return inputs_[1]; }
826 LMulI(LOperand* left, LOperand* right) {
828 inputs_[1] = right;
832 LOperand* right() { return inputs_[1]; }
841 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
843 inputs_[1] = right;
847 LOperand* right() { return inputs_[1]; }
982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
984 inputs_[1] = right;
988 LOperand* right() { return inputs_[1]; }
1091 LOperand* right) {
1094 inputs_[2] = right;
1099 LOperand* right() { return inputs_[2]; }
1179 LCmpT(LOperand* context, LOperand* left, LOperand* right) {
1182 inputs_[2] = right;
1187 LOperand* right() { return inputs_[2]; }
1198 LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
1201 inputs_[2] = right;
1206 LOperand* right() { return inputs_[2]; }
1259 LBitI(LOperand* left, LOperand* right) {
1261 inputs_[1] = right;
1265 LOperand* right() { return inputs_[1]; }
1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
1282 inputs_[1] = right;
1287 LOperand* right() { return inputs_[1]; }
1300 LSubI(LOperand* left, LOperand* right) {
1302 inputs_[1] = right;
1306 LOperand* right() { return inputs_[1]; }
1471 LAddI(LOperand* left, LOperand* right) {
1473 inputs_[1] = right;
1477 LOperand* right() { return inputs_[1]; }
1491 LMathMinMax(LOperand* left, LOperand* right) {
1493 inputs_[1] = right;
1497 LOperand* right() { return inputs_[1]; }
1506 LPower(LOperand* left, LOperand* right) {
1508 inputs_[1] = right;
1512 LOperand* right() { return inputs_[1]; }
1521 LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1524 inputs_[1] = right;
1529 LOperand* right() { return inputs_[1]; }
1547 LOperand* right)
1551 inputs_[2] = right;
1557 LOperand* right() { return inputs_[2]; }
2336 LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
2339 inputs_[2] = right;
2344 LOperand* right() { return inputs_[2]; }