Displaying 3 results from an estimated 3 matches for "type11".
Did you mean:
type1
2019 May 28
2
Instruction is selected, but it shouldn't (?)
...rd">.n,
[(set GR16:$rd, (opNode GR16:$rn, GR16:$rs)), (implicit SR)]>;
I also have specific instructions that can only use the SP, so I defined this as well
class T11sr16alu<string opcStr, string altOpcStr, SDNode opNode, bits<3> opcode, bits<2> mode>: Type11
<opcode, mode,
(outs GR16:$rd), (ins SSP:$sp, GR16:$rd0),
AsmStr< opcStr, altOpcStr, "\t$sp, $rd0, $rd">.n,
[(set GR16:$rd, (opNode SSP:$sp, GR16:$rd0)), (implicit SR)]>
{let Constraints = "$r...
2019 May 28
2
Instruction is selected, but it shouldn't (?)
...[(set GR16:$rd, (opNode GR16:$rn, GR16:$rs)), (implicit SR)]>;
>
> I also have specific instructions that can only use the SP, so I defined this as well
>
> class T11sr16alu<string opcStr, string altOpcStr, SDNode opNode, bits<3> opcode, bits<2> mode>: Type11
> <opcode, mode,
> (outs GR16:$rd), (ins SSP:$sp, GR16:$rd0),
> AsmStr< opcStr, altOpcStr, "\t$sp, $rd0, $rd">.n,
> [(set GR16:$rd, (opNode SSP:$sp, GR16:$rd0)), (implicit SR)]>
> {l...
2003 May 13
4
RE: (was: what are these messages telling me?)
my interfaces file:
net eth0 155.229.27.55
loc eth1 192.168.1.231
dmz eth2 192.168.100.1
route -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
155.229.27.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0