Displaying 3 results from an estimated 3 matches for "wreg".
Did you mean:
reg
2009 Jan 27
2
[LLVMdev] Can TargetInstrInfo::storeRegToStackSlot use temp/virtual regs?
Dan Gohman a écrit :
> On Jan 23, 2009, at 3:28 AM, Mondada Gabriele wrote:
>
>
>> Hi,
>> I'm implementing storeRegToStackSlot() and, in order to store some
>> specific registers (floating point regs and address regs) I've to
>> copy them to more standard regs and copy these last ones to the slot.
>> I tried to generate instructions that use
1998 Apr 11
0
Printing to Unix Printers w/ Samba
...er or dragging files onto it we get cryptic
errors.
Can't write to directory, operation failed, etc.
We've followed all the instructions and we even have the Samba book! The
spool directory is set up right, printer working....
Any ideas?
Thanks!
--
William C. Regli, Ph.D. wregli@mcs.drexel.edu
Drexel University http://www.mcs.drexel.edu/~wregli
Mathematics and Computer Science Tel: + 1 (215) 895 - 6827
32nd and Chestnut Streets Fax: + 1 (215) 895 - 1582
Philadelphia, PA 19104
2019 Mar 25
2
Overlapping register groups in old 8-bit MC6809 processor.
...dd AA, AB, CC, DP, AE, AF)>;
def GR16 : RegisterClass<"MC6809", [i16], 8, (add AD, IX, IY, SU, SS, PC, AW, AV, A0)>;
def GR32 : RegisterClass<"MC6809", [i32], 8, (add AQ)>;
def IX16 : RegisterClass<"MC6809", [i16], 8, (add IX, IY, SU, SS)>;
def WREG : RegisterClass<"MC6809", [i16], 8, (add AW)>;
def ALLREG : RegisterClass<"MC6809", [i8, i16], 8, (add AD, IX, IY, SU, SS, PC, AW, AV, AA, AB, CC, DP, A0, AE, AF)>;
//===----------------------------------------------------------------------===//
(The extra register...