refactor(vm) helpful codegen round 1~
This commit is contained in:
1
data/database.json
Normal file
1
data/database.json
Normal file
File diff suppressed because one or more lines are too long
12
data/instruction_help_patches.json
Normal file
12
data/instruction_help_patches.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bapz": "Branch to line c if abs(a) <= max(b * abs(a), float.epsilon * 8)",
|
||||
"bapzal": "Branch to line c if abs(a) <= max(b * abs(a), float.epsilon * 8) and store next line number in ra",
|
||||
"bnaz": "Branch to line c if abs(a) > max (b * abs(a), float.epsilon * 8)",
|
||||
"bnazal": "Branch to line c if abs(a) > max (b * abs(a), float.epsilon * 8) and store next line number in ra",
|
||||
"brapz": "Relative branch to line c if abs(a) <= max(b * abs(a), float.epsilon * 8)",
|
||||
"brnaz": "Relative branch to line c if abs(a) > max(b * abs(a), float.epsilon * 8)",
|
||||
"sapz": "Register = 1 if abs(a) <= max(b * abs(a), float.epsilon * 8), otherwise 0",
|
||||
"snaz": "Register = 1 if abs(a) > max(b * abs(a), float.epsilon), otherwise 0",
|
||||
"log": "Register = base e log(a) or ln(a)",
|
||||
"exp": "Register = exp(a) or e^a"
|
||||
}
|
||||
Reference in New Issue
Block a user