/external/syslinux/gpxe/src/include/gpxe/ |
D | filter.h | 67 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/ |
D | lithium-codegen-mips64.cc | 1342 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 …]
|
D | lithium-mips64.cc | 1416 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/ |
D | lithium-codegen-s390.cc | 1336 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 …]
|
D | lithium-s390.cc | 1308 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/ |
D | lithium-codegen-arm.cc | 1451 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 …]
|
D | lithium-arm.cc | 1423 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/ |
D | lithium-codegen-mips.cc | 1341 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 …]
|
D | lithium-mips.cc | 1415 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/ |
D | lithium-codegen-ppc.cc | 1384 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 …]
|
D | lithium-ppc.cc | 1437 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/ |
D | lithium-codegen-arm64.cc | 4481 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/ |
D | instruction-selector-arm64.cc | 276 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/ |
D | simulator-arm.cc | 2153 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/ |
D | lithium-codegen-x64.cc | 1792 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/ |
D | lithium-codegen-ia32.cc | 1657 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/ |
D | lithium-codegen-x87.cc | 1934 Operand right_op = ToOperand(right); in DoMathMinMax() local 1935 __ cmp(left_reg, right_op); in DoMathMinMax() 1937 __ mov(left_reg, right_op); in DoMathMinMax()
|