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

  /external/v8/src/interpreter/
bytecode-array-accessor.cc 141 const OperandType* operand_types = local
143 OperandType operand_type = operand_types[operand_index];
  /external/v8/src/compiler/
bytecode-analysis.cc 100 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); local
106 switch (operand_types[i]) {
135 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i]));
144 switch (operand_types[i]) {
172 DCHECK(!Bytecodes::IsRegisterInputOperandType(operand_types[i]));
217 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); local
220 switch (operand_types[i]) {
234 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i]));
  /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...]
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/include/opcode/
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:__anon116305
    [all...]
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 4644 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]

Completed in 309 milliseconds