Searched refs:operand_list (Results 1 – 5 of 5) sorted by relevance
/external/vixl/tools/test_generator/ |
D | parser.py | 235 operand_list = generator.OperandList(operands) 243 return operand_list, input_list 320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument 360 mnemonics, operand_list, input_list, test_cases) 385 operand_list, input_list = ParseDescription( 389 ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list,
|
D | data_types.py | 135 def __init__(self, name, type_name, operand_list): argument 137 self.operand_list = operand_list 144 return iter(self.operand_list) 158 return "\n".join([operand.Declare() for operand in self.operand_list]) 177 for operand in self.operand_list 182 arguments=", ".join([operand.name for operand in self.operand_list]))
|
D | generator.py | 41 def __init__(self, operand_list): argument 42 self.operand_list = operand_list 45 return iter(self.operand_list) 62 return itertools.chain(*self.operand_list)
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | README | 59 >>> ops = insn.operand_list()
|
D | libdisasm_oop.i | 662 X86_OpList * operand_list( ) { in operand_list() function
|