Lines Matching refs:inputs
124 "inputs": [
153 for json_input_type in json_data_types["inputs"]
158 for json_input_type in json_data_types["inputs"]
169 immediate as operand. It will also need inputs for the registers, as well as
199 "inputs": [
237 json_description_inputs = json_description["inputs"]
256 "inputs": [
268 "inputs": [
272 "input-limit": 200 // Choose a random sample of 200 inputs.
289 # TODO: The fields in "operands" and "inputs" respectively refer to operands
290 # and inputs declared in the instruction description (see `ParseDescription`).
298 input_names = json_test_case["inputs"] if "inputs" in json_test_case else []