brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · 7bfdf3b Raw
21 lines · json
1{2    "Opcodes": {3        "ADD": [],4        "SUB": [],5        "MUL": [],6        "MOV": [],7        "CMP": [],8        "JMP": [],9        "CALL": [],10        "RET": []11    },12    "CommonOperands": {13        "Immediate": []14    },15    "PhysicalRegisters": {16        "GR32": []17    },18    "VirtualRegisters": {19        "GR32": []20    }21}