Home
last modified time | relevance | path

Searched refs:right_op (Results 1 – 17 of 17) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dfilter.h67 struct xfer_interface_operations *right_op, in filter_init() argument
70 xfer_init ( &right->xfer, right_op, refcnt ); in filter_init()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1342 LOperand* right_op = instr->right(); in DoMulS() local
1348 if (right_op->IsConstantOperand()) { in DoMulS()
1349 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulS()
1412 DCHECK(right_op->IsRegister()); in DoMulS()
1413 Register right = ToRegister(right_op); in DoMulS()
1446 LOperand* right_op = instr->right(); in DoMulI() local
1452 if (right_op->IsConstantOperand()) { in DoMulI()
1453 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1517 DCHECK(right_op->IsRegister()); in DoMulI()
1518 Register right = ToRegister(right_op); in DoMulI()
[all …]
Dlithium-mips64.cc1416 LOperand* right_op; in DoMul() local
1428 right_op = UseConstant(right); in DoMul()
1435 right_op = UseRegister(right); in DoMul()
1443 right_op = UseRegister(right); in DoMul()
1447 ? DefineAsRegister(new (zone()) LMulS(left_op, right_op)) in DoMul()
1448 : DefineAsRegister(new (zone()) LMulI(left_op, right_op)); in DoMul()
1449 if (right_op->IsConstantOperand() in DoMul()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1336 LOperand* right_op = instr->right(); in DoMulI() local
1342 if (right_op->IsConstantOperand()) { in DoMulI()
1343 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1423 DCHECK(right_op->IsRegister()); in DoMulI()
1424 Register right = ToRegister(right_op); in DoMulI()
1503 LOperand* right_op = instr->right(); in DoBitI() local
1508 if (right_op->IsConstantOperand()) { in DoBitI()
1511 __ AndP(result, left, Operand(ToOperand(right_op))); in DoBitI()
1514 __ OrP(result, left, Operand(ToOperand(right_op))); in DoBitI()
1517 __ XorP(result, left, Operand(ToOperand(right_op))); in DoBitI()
[all …]
Dlithium-s390.cc1308 LOperand* right_op; in DoMul() local
1320 right_op = UseConstant(right); in DoMul()
1327 right_op = UseRegister(right); in DoMul()
1335 right_op = UseRegister(right); in DoMul()
1337 LMulI* mul = new (zone()) LMulI(left_op, right_op); in DoMul()
1338 if (right_op->IsConstantOperand() in DoMul()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1451 LOperand* right_op = instr->right(); in DoMulI() local
1457 if (right_op->IsConstantOperand()) { in DoMulI()
1458 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1518 DCHECK(right_op->IsRegister()); in DoMulI()
1519 Register right = ToRegister(right_op); in DoMulI()
1556 LOperand* right_op = instr->right(); in DoBitI() local
1562 if (right_op->IsStackSlot()) { in DoBitI()
1563 right = Operand(EmitLoadRegister(right_op, ip)); in DoBitI()
1565 DCHECK(right_op->IsRegister() || right_op->IsConstantOperand()); in DoBitI()
1566 right = ToOperand(right_op); in DoBitI()
[all …]
Dlithium-arm.cc1423 LOperand* right_op; in DoMul() local
1435 right_op = UseConstant(right); in DoMul()
1442 right_op = UseRegister(right); in DoMul()
1450 right_op = UseRegister(right); in DoMul()
1452 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
1453 if (right_op->IsConstantOperand() in DoMul()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1341 LOperand* right_op = instr->right(); in DoMulI() local
1347 if (right_op->IsConstantOperand()) { in DoMulI()
1348 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1412 DCHECK(right_op->IsRegister()); in DoMulI()
1413 Register right = ToRegister(right_op); in DoMulI()
1450 LOperand* right_op = instr->right(); in DoBitI() local
1456 if (right_op->IsStackSlot()) { in DoBitI()
1457 right = Operand(EmitLoadRegister(right_op, at)); in DoBitI()
1459 DCHECK(right_op->IsRegister() || right_op->IsConstantOperand()); in DoBitI()
1460 right = ToOperand(right_op); in DoBitI()
[all …]
Dlithium-mips.cc1415 LOperand* right_op; in DoMul() local
1427 right_op = UseConstant(right); in DoMul()
1434 right_op = UseRegister(right); in DoMul()
1442 right_op = UseRegister(right); in DoMul()
1444 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
1445 if (right_op->IsConstantOperand() in DoMul()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1384 LOperand* right_op = instr->right(); in DoMulI() local
1390 if (right_op->IsConstantOperand()) { in DoMulI()
1391 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1473 DCHECK(right_op->IsRegister()); in DoMulI()
1474 Register right = ToRegister(right_op); in DoMulI()
1538 LOperand* right_op = instr->right(); in DoBitI() local
1544 if (right_op->IsStackSlot()) { in DoBitI()
1545 right = Operand(EmitLoadRegister(right_op, ip)); in DoBitI()
1547 DCHECK(right_op->IsRegister() || right_op->IsConstantOperand()); in DoBitI()
1548 right = ToOperand(right_op); in DoBitI()
[all …]
Dlithium-ppc.cc1437 LOperand* right_op; in DoMul() local
1449 right_op = UseConstant(right); in DoMul()
1456 right_op = UseRegister(right); in DoMul()
1464 right_op = UseRegister(right); in DoMul()
1466 LMulI* mul = new (zone()) LMulI(left_op, right_op); in DoMul()
1467 if (right_op->IsConstantOperand() in DoMul()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc4481 LOperand* right_op = instr->right(); in DoShiftI() local
4485 if (right_op->IsRegister()) { in DoShiftI()
4502 DCHECK(right_op->IsConstantOperand()); in DoShiftI()
4503 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftI()
4523 LOperand* right_op = instr->right(); in DoShiftS() local
4527 if (right_op->IsRegister()) { in DoShiftS()
4565 DCHECK(right_op->IsConstantOperand()); in DoShiftS()
4566 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftS()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc276 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend() argument
286 *right_op = g->UseRegister(mright.left().node()); in TryMatchAnyExtend()
300 *right_op = g->UseRegister(mleft_of_right.left().node()); in TryMatchAnyExtend()
/external/v8/src/arm/
Dsimulator-arm.cc2153 int64_t right_op = static_cast<int32_t>(rs_val); in DecodeType01() local
2154 uint64_t result = left_op * right_op; in DecodeType01()
2160 uint64_t right_op = static_cast<uint32_t>(rs_val); in DecodeType01() local
2161 uint64_t result = left_op * right_op; in DecodeType01()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1792 Operand right_op = ToOperand(right); in DoMathMinMax() local
1794 __ cmpp(left_reg, right_op); in DoMathMinMax()
1796 __ cmpl(left_reg, right_op); in DoMathMinMax()
1799 __ movp(left_reg, right_op); in DoMathMinMax()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1657 Operand right_op = ToOperand(right); in DoMathMinMax() local
1658 __ cmp(left_reg, right_op); in DoMathMinMax()
1660 __ mov(left_reg, right_op); in DoMathMinMax()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1934 Operand right_op = ToOperand(right); in DoMathMinMax() local
1935 __ cmp(left_reg, right_op); in DoMathMinMax()
1937 __ mov(left_reg, right_op); in DoMathMinMax()