Lines Matching refs:identifier
41 described in JSON as dictionnaries indexed by their identifier. See
61 def BuildOperand(self, name, identifier):
63 Build a `data_types.Operand` object with the name `name`. `identifier`
66 type_name = self.operand_types[identifier]
67 variants, default = self.operand_variants[identifier]
72 def BuildInput(self, name, identifier):
74 Build a `data_types.Input` object with the name `name`. `identifier`
77 type_name = self.input_types[identifier]
78 values, default = self.input_values[identifier]
110 "identifier": "AllRegistersButPC"
126 "identifier": "Register"
143 json_operand_type["identifier"]: json_operand_type["type"]
147 json_operand_type["identifier"]:
152 json_input_type["identifier"]: json_input_type["type"]
156 json_input_type["identifier"]: