brintos

brintos / llvm-project-archived public Read only

0
0
Text · 291 B · 6274fb7 Raw
17 lines · json
1{2    "Opcodes": {3        "ADD": [1.0, 2.0, 3.0],4        "SUB": [1.5],5        "MUL": [2.0, 3.0]6    },7    "CommonOperands": {8        "Immediate": [1.0]9    },10    "PhysicalRegisters": {11        "GR32": [1.0, 2.0]12    },13    "VirtualRegisters": {14        "GR32": [1.0, 2.0, 3.0]15    }16}17