HomeSort by relevance Sort by last modified time
    Searched full:operandcount (Results 1 - 24 of 24) sorted by null

  /external/v8/src/crankshaft/
hydrogen-mark-deoptimize.cc 33 for (int i = phi->OperandCount() - 1; i >= 0; --i) {
hydrogen-dce.cc 21 for (int i = 0; i < instr->OperandCount(); ++i) {
hydrogen-representation-changes.cc 163 for (int i = 0; i < current->OperandCount(); ++i) {
180 for (int i = 0; i < current->OperandCount(); ++i) {
hydrogen-uint32-analysis.cc 121 for (int j = 0; j < phi->OperandCount(); j++) {
145 for (int j = 0; j < phi->OperandCount(); j++) {
hydrogen-instructions.cc 122 for (int i = 0; i < OperandCount(); ++i) {
417 if (OperandCount() != other->OperandCount()) return false;
418 for (int i = 0; i < OperandCount(); ++i) {
429 int count = OperandCount();
508 for (int i = 0; i < OperandCount(); ++i) {
630 for (int i = 0; i < OperandCount(); ++i) {
728 for (int i = 0; i < OperandCount(); ++i) {
981 for (int i = 0; i < OperandCount(); i++) {
    [all...]
hydrogen-escape-analysis.cc 226 for (int i = 0; i < instr->OperandCount(); i++) {
hydrogen-range-analysis.cc 220 for (int i = 0; i < phi->OperandCount(); ++i) {
hydrogen-instructions.h 585 virtual int OperandCount() const = 0;
    [all...]
hydrogen-gvn.cc 619 for (int i = 0; i < instr->OperandCount(); ++i) {
lithium.cc 691 int length = value->OperandCount();
lithium-allocator.cc     [all...]
hydrogen.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 484 unsigned int operandCount = 0;
506 operandCount = xgate_get_operands (input_line, new_operands);
509 new_operands, operandCount);
557 operandCount = xgate_get_operands(input_line, new_operands);
560 operandCount);
908 int numberOfModes, s_operand oprs[], unsigned int operandCount)
917 switch (operandCount)
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 15 size_t OperandCount(const Instruction* instr) {
63 const size_t operand_count = OperandCount(instr);
126 CHECK(operand_count == OperandCount(instr));
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 794 if (current->OperandCount() == 0) {
801 for (int i = 1; i < current->OperandCount(); ++i) {
969 int argc = instr->OperandCount();
1024 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1032 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 804 if (current->OperandCount() == 0) {
811 for (int i = 1; i < current->OperandCount(); ++i) {
974 int argc = instr->OperandCount();
1029 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1037 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 804 if (current->OperandCount() == 0) {
811 for (int i = 1; i < current->OperandCount(); ++i) {
974 int argc = instr->OperandCount();
1029 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1037 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 809 if (current->OperandCount() == 0) {
816 for (int i = 1; i < current->OperandCount(); ++i) {
982 int argc = instr->OperandCount();
1035 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1043 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 734 if (current->OperandCount() == 0) {
741 for (int i = 1; i < current->OperandCount(); ++i) {
895 int argc = instr->OperandCount();
942 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
950 i < instr->OperandCount(); i++) {
    [all...]
  /external/skia/src/animator/
SkScript.cpp     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 819 if (current->OperandCount() == 0) {
826 for (int i = 1; i < current->OperandCount(); ++i) {
992 int argc = instr->OperandCount();
1047 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1055 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 637 if (current->OperandCount() == 0) {
644 for (int i = 1; i < current->OperandCount(); ++i) {
986 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
994 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 827 if (current->OperandCount() == 0) {
834 for (int i = 1; i < current->OperandCount(); ++i) {
1004 int argc = instr->OperandCount();
1058 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1066 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 824 if (current->OperandCount() == 0) {
831 for (int i = 1; i < current->OperandCount(); ++i) {
1021 int argc = instr->OperandCount();
1075 ZoneList<LOperand*> ops(instr->OperandCount(), zone())
    [all...]

Completed in 960 milliseconds