Displaying 3 results from an estimated 3 matches for "r244".
Did you mean:
0244
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...4, R195, R196, R197, R198, R199, R200, R201, R202, R203, R204, R205, R206, R207,
R208, R209, R210, R211, R212, R213, R214, R215, R216, R217, R218, R219, R220, R221, R222, R223,
R224, R225, R226, R227, R228, R229, R230, R231, R232, R233, R234, R235, R236, R237, R238, R239,
R240, R241, R242, R243, R244, R245, R246, R247, R248, R249, R250, R251, R252, R253, R254, R255
]
,
Uses = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R34, R35, R36, R37, R38, R39, R40, R41, R42, R43, R44, R4...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...l Coosemans)
Clean up ie6 a bit
r245 | daniel.r.kegel | 2008-12-02
1. Added new variable WINDIR (good suggestion from Nicolas Koch)
2. Removed obsolete wsh51 verb
3. make xvid load vcrun6 if needed (else it dies without mfc42)
4. Fix some places where a space in WINEPREFIX would have caused grief
r244 | daniel.r.kegel | 2008-12-02
Quoted the last few instances of $WINETRICKS_TMP.
(Thanks to Nicolas Koch for the tip.)
r243 | daniel.r.kegel | 2008-11-30
New verb urlmon.
r242 | daniel.r.kegel | 2008-11-30
Add verb wininet.
r241 | daniel.r.kegel | 2008-11-29
New version 20081129.
r240 | daniel.r...