Searched defs:right_op (Results 1 - 17 of 17) sorted by relevance

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

Completed in 376 milliseconds