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

  /external/vixl/tools/test_generator/
parser.py 45 operand_types Dictionnary of type names corresponding to the JSON
54 def __init__(self, operand_types, operand_variants, input_types,
56 self.operand_types = operand_types
66 type_name = self.operand_types[identifier]
142 operand_types = {
160 return DataTypeBuilder(operand_types, operand_variants, input_types, input_values)
generator.py 149 def GenerateOperands(self, operand_types):
162 operand_types The `OperandList` object that describe the form of the
180 for operand_type in operand_types.unwrap()
183 args=",".join(operand_types.GetNames()),
  /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
  /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/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:__anon116305
    [all...]
  /external/v8/src/interpreter/
bytecode-array-accessor.cc 141 const OperandType* operand_types = local
143 OperandType operand_type = operand_types[operand_index];
bytecode-array-builder.cc 224 OperandType... operand_types>
232 // The "OperandHelper<operand_types>::Convert(builder, operands)..." will
239 return BytecodeNode::Create<bytecode, accumulator_use, operand_types...>(
241 OperandHelper<operand_types>::Convert(builder, operands)...);
    [all...]
bytecode-array-builder.h 419 OperandType... operand_types>
bytecode-pipeline.h 257 OperandType... operand_types>

Completed in 1320 milliseconds