Displaying 1 result from an estimated 1 matches for "memdst".
Did you mean:
memdsk
2013 Mar 20
2
[LLVMdev] Strange spill behaviour
...,(ins GR32:$src1,
GR32:$src2),"SUB.L\t{$dst,$src1 - $src2}",[(set GR32:$dst, (sub GR32:$src1,
GR32:$src2))]>;
def MOV32rm : M819Inst<(outs GR32:$dst), (ins memsrc:$src),"MOV.L\t{$dst,
[$src]}",[(set GR32:$dst,(load addr:$src))]>;
def MOV32mr : M819Inst<(outs), (ins memdst:$dst,
GR32:$src),"MOV.L\t{[$dst], $src}",[(store GR32:$src, addr:$dst)]>;
Am I misunderstanding something here?
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130320/5b61a24a/attachme...