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.27/opcodes/
i386-gen.c 592 static bitfield operand_types[] = variable
1001 bitfield types [ARRAY_SIZE (operand_types)];
1004 memcpy (types, operand_types, sizeof (types));
1026 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
1071 /* Find operand_types. */
1072 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
1076 operand_types [i] = NULL;
1080 operand_types [i] = next_field (str, ',', &str, last);
1081 if (*operand_types[i] == '0')
1084 operand_types[i] = NULL
    [all...]
i386-opc.h 875 /* operand_types[i] describes the type of operand i. This is made
877 'operand_types[i] = Reg|Imm' specifies that operand i can be
879 i386_operand_type operand_types[MAX_OPERANDS]; member in struct:insn_template
  /toolchain/binutils/binutils-2.27/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:__anon4901
    [all...]
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386.c 4741 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]

Completed in 208 milliseconds