We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BinaryCalculation
1 parent 4cdc87b commit 47fd24dCopy full SHA for 47fd24d
usm/isa/binary_calculation.go
@@ -16,6 +16,8 @@ type BinaryCalculation struct {
16
opt.DefinesTargetsInstruction
17
}
18
19
+// Validates that there are exactly two arguments and one target, all of the
20
+// same type.
21
func (BinaryCalculation) Validate(info *gen.InstructionInfo) core.ResultList {
22
results := core.ResultList{}
23
0 commit comments