search for: z80isd

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

Did you mean: x86isd
2018 Jul 10
2
Stuck with instruction in tablegen
...SDTypeProfile<2, 2, [SDTCisInt<0>, SDTCisFlag<1>, SDTCisSameAs<2, 0>, SDTCisSameAs<3, 0>]>; def Z80add_flag : SDNode<"Z80ISD::ADD", SDTBinOpRF, [SDNPCommutative]>; The unary instruction builds fine, which can be checked by commenting out the generation of the binary instruction in the last line of the attached Z80InstrInfo.td. The log in Github indicates that this section was present for over a year, s...
2018 Jul 10
2
Stuck with instruction in tablegen