search for: z80add_flag

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

2018 Jul 10
2
Stuck with instruction in tablegen
...compare = 0> { let isCompare = compare, Defs = [A, F], Uses = [A] in { def 8ap : I8 <prefix, {0b10, opcode, 0b110}, mnemonic, "\ta, $src", "", (outs), (ins ptr:$src), [(set A, F, (Z80add_flag A, (i8 (load iPTR:$src))))]>; } } and the parameters: def SDTBinOpRF : SDTypeProfile<2, 2, [SDTCisInt<0>, SDTCisFlag<1>, SDTCisSameAs<2...
2018 Jul 10
2
Stuck with instruction in tablegen