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

  /external/v8/src/interpreter/
bytecode-traits.h 89 static const OperandType operand_types[] = {operand_0, operand_1, operand_2, local
91 return operand_types;
153 static const OperandType operand_types[] = {operand_0, operand_1, operand_2, local
155 return operand_types;
211 static const OperandType operand_types[] = {operand_0, operand_1, local
213 return operand_types;
263 static const OperandType operand_types[] = {operand_0, OperandType::kNone}; local
264 return operand_types;
309 static const OperandType operand_types[] = {OperandType::kNone}; local
310 return operand_types;
    [all...]
bytecode-array-iterator.cc 133 const OperandType* operand_types = local
135 DCHECK(Bytecodes::IsRegisterOperandType(operand_types[operand_index]));
136 if (operand_types[operand_index + 1] == OperandType::kRegCount) {
139 OperandType operand_type = operand_types[operand_index];
bytecode-array-writer.cc 178 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); local
179 for (int i = 0; operand_types[i] != OperandType::kNone; ++i) {
180 OperandType operand_type = operand_types[i];
206 if (operand_types[i + 1] == OperandType::kRegCount) {
bytecode-register-optimizer.cc 509 const OperandType* operand_types = local
517 OperandType operand_type = operand_types[i];
519 if (operand_types[i + 1] == OperandType::kRegCount) {
bytecode-array-builder.cc 687 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); local
689 switch (operand_types[i]) {
694 CHECK(operand_types[i - 1] == OperandType::kMaybeReg ||
695 operand_types[i - 1] == OperandType::kReg);
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 522 static bitfield operand_types[] = variable
898 bitfield types [ARRAY_SIZE (operand_types)];
901 memcpy (types, operand_types, sizeof (types));
923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
968 /* Find operand_types. */
969 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
973 operand_types [i] = NULL;
977 operand_types [i] = next_field (str, ',', &str, last);
978 if (*operand_types[i] == '0')
981 operand_types[i] = NULL
    [all...]
tic54x-dis.c 80 tm->operand_types,
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
477 ptm->name, ptm->operand_types, size, 0);
tic30-dis.c 154 if (current_optab->operand_types[0] & Imm24)
357 if ((insn->tm->operand_types[1] & (Direct | Indirect))
376 if ((insn->tm->operand_types[0] & NotReq) == 0)
609 if (insn->tm->operand_types[0] & Imm24)
616 else if (insn->tm->operand_types[0] & IVector)
i386-opc.h 839 /* operand_types[i] describes the type of operand i. This is made
841 'operand_types[i] = Reg|Imm' specifies that operand i can be
843 i386_operand_type operand_types[MAX_OPERANDS]; member in struct:insn_template
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 4644 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]
tc-tic30.c 886 p_insn.tm->operand_types[count][i]) == 0)
906 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn))
    [all...]
tc-tic54x.c     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon75761
    [all...]

Completed in 345 milliseconds