search for: binop8rf

Displaying 2 results from an estimated 2 matches for "binop8rf".

2018 Jul 10
2
Stuck with instruction in tablegen
...arithmetic with that register and another param. The two instructions don't seem to require a specific register for the address in the table class, so the RegisterInfo table is not defined so far in the minimized version The problem is in Z80InstrInfo.td, in the following section of "BinOp8RF", which is used by the "defm" line that generates the "add" instruction pattern: multiclass BinOp8RF<Prefix prefix, bits<3> opcode, string mnemonic, bit compare = 0> { let isCompare = compare, Defs = [A, F], Uses = [A] in {...
2018 Jul 10
2
Stuck with instruction in tablegen