HomeSort by relevance Sort by last modified time
    Searched refs:operand_types (Results 1 - 17 of 17) 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.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...]
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 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
  /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/gas/config/
tc-i386.c 4741 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]
tc-tic30.c 891 p_insn.tm->operand_types[count][i]) == 0)
911 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn))
    [all...]
tc-tic54x.c     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_normalization.cc 153 std::vector<PrimitiveType> operand_types(crs->operand_count());
159 operand_types[i] = crs->operand(i)->shape().element_type();
161 if (operand_types[i] == F32 || output_types[i] == F32) {
163 } else if (operand_types[i] == BF16) {
173 if (operand_types[i] != BF16) {
  /toolchain/binutils/binutils-2.27/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:__anon4901
    [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 923 milliseconds