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

  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 43 std::vector<uint8_t> operand_count(256);
48 operand_count[operand] += 1;
49 CHECK_EQ(operand_count[operand], 1);
56 operand_count[operand] += 1;
57 CHECK_EQ(operand_count[operand], 1);
  /external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c 14 insn->operand_count = 1;
29 insn->operand_count = insn->operand_count + 1;
62 insn->operand_count = 0;
159 return insn->operand_count;
libdis.h 517 size_t operand_count; /* total number of operands */ member in struct:__anon12446
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 87 const size_t operand_count = OperandCount(instr); local
88 auto* op_constraints = zone->NewArray<OperandConstraint>(operand_count);
107 InstructionConstraint instr_constraint = {instr, operand_count,
121 const size_t operand_count = instr_constraint.operand_constaints_size_; local
124 CHECK(operand_count == OperandCount(instr));
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 1725 int operand_count; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 490 size_t operand_count;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 4386 int i, operand_count, o_operand_count; local
4552 int i, operand_count, o_operand_count, check_operand_count; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]

Completed in 155 milliseconds