HomeSort by relevance Sort by last modified time
    Searched refs:VisitBinop (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/
simplified-lowering.cc 813 void VisitBinop(Node* node, UseInfo left_use, UseInfo right_use,
826 void VisitBinop(Node* node, UseInfo input_use, MachineRepresentation output,
828 VisitBinop(node, input_use, input_use, output, restriction_type);
834 return VisitBinop(node, UseInfo::TruncatingWord32(),
838 return VisitBinop(node, CheckedUseInfoAsWord32FromHint(hint),
858 VisitBinop(node, UseInfo::TruncatingFloat64(),
862 VisitBinop(node, UseInfo::TruncatingWord32(),
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 119 void VisitBinop(InstructionSelector* selector, Node* node,
169 void VisitBinop(InstructionSelector* selector, Node* node,
172 VisitBinop<Matcher>(selector, node, opcode, operand_mode, &cont);
506 VisitBinop<Matcher>(selector, node, opcode, imm_mode);
656 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned);
668 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned);
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 161 static void VisitBinop(InstructionSelector* selector, Node* node,
220 static void VisitBinop(InstructionSelector* selector, Node* node,
224 VisitBinop(selector, node, opcode, has_reverse_opcode, reverse_opcode, &cont);
227 static void VisitBinop(InstructionSelector* selector, Node* node,
229 VisitBinop(selector, node, opcode, false, kArchNop, cont);
232 static void VisitBinop(InstructionSelector* selector, Node* node,
234 VisitBinop(selector, node, opcode, false, kArchNop);
432 VisitBinop(this, node, kMipsAnd, true, kMipsAnd);
437 VisitBinop(this, node, kMipsOr, true, kMipsOr);
461 VisitBinop(this, node, kMipsXor, true, kMipsXor)
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 257 static void VisitBinop(InstructionSelector* selector, Node* node,
316 static void VisitBinop(InstructionSelector* selector, Node* node,
320 VisitBinop(selector, node, opcode, has_reverse_opcode, reverse_opcode, &cont);
323 static void VisitBinop(InstructionSelector* selector, Node* node,
325 VisitBinop(selector, node, opcode, false, kArchNop, cont);
328 static void VisitBinop(InstructionSelector* selector, Node* node,
330 VisitBinop(selector, node, opcode, false, kArchNop);
536 VisitBinop(this, node, kMips64And32, true, kMips64And32);
591 VisitBinop(this, node, kMips64And, true, kMips64And);
596 VisitBinop(this, node, kMips64Or32, true, kMips64Or32)
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 504 static void VisitBinop(InstructionSelector* selector, Node* node,
565 static void VisitBinop(InstructionSelector* selector, Node* node,
568 VisitBinop(selector, node, opcode, &cont);
580 VisitBinop(this, node, kX64And32);
586 VisitBinop(this, node, kX64And);
591 VisitBinop(this, node, kX64Or32);
596 VisitBinop(this, node, kX64Or);
606 VisitBinop(this, node, kX64Xor32);
617 VisitBinop(this, node, kX64Xor);
873 VisitBinop(this, node, kX64Add32)
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 530 void VisitBinop(InstructionSelector* selector, Node* node,
591 void VisitBinop(InstructionSelector* selector, Node* node,
594 VisitBinop(selector, node, opcode, &cont);
600 VisitBinop(this, node, kIA32And);
605 VisitBinop(this, node, kIA32Or);
615 VisitBinop(this, node, kIA32Xor);
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 443 void VisitBinop(InstructionSelector* selector, Node* node,
504 void VisitBinop(InstructionSelector* selector, Node* node,
507 VisitBinop(selector, node, opcode, &cont);
513 VisitBinop(this, node, kX87And);
518 VisitBinop(this, node, kX87Or);
528 VisitBinop(this, node, kX87Xor);
794 VisitBinop(this, node, kX87Add);
804 VisitBinop(this, node, kX87Sub);
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 401 void VisitBinop(InstructionSelector* selector, Node* node,
489 void VisitBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode,
492 VisitBinop<Matcher>(selector, node, opcode, operand_mode, &cont);
507 VisitBinop<Matcher>(selector, node, opcode, kArithmeticImm);
908 VisitBinop<Matcher>(selector, node, opcode, imm_mode)
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 234 void VisitBinop(InstructionSelector* selector, Node* node,
301 void VisitBinop(InstructionSelector* selector, Node* node,
304 VisitBinop(selector, node, opcode, reverse_opcode, &cont);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 430 void VisitBinop(InstructionSelector* selector, Node* node,
502 void VisitBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode,
505 VisitBinop<Matcher>(selector, node, opcode, operand_mode, &cont);
    [all...]

Completed in 74 milliseconds