Searched refs:operand_types (Results 1 – 5 of 5) sorted by relevance
/external/vixl/tools/test_generator/ |
D | parser.py | 54 def __init__(self, operand_types, operand_variants, input_types, argument 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)
|
D | generator.py | 149 def GenerateOperands(self, operand_types): argument 180 for operand_type in operand_types.unwrap() 183 args=",".join(operand_types.GetNames()),
|
/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 141 const OperandType* operand_types = in GetRegisterOperandRange() local 143 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange()
|
D | bytecode-array-builder.h | 350 template <OperandType... operand_types> in NON_EXPORTED_BASE()
|
D | bytecode-array-builder.cc | 214 template <OperandType... operand_types> 230 bytecode, OperandHelper<operand_types>::Convert(builder, operands)..., in INLINE()
|