Displaying 10 results from an estimated 10 matches for "r234".
Did you mean:
1234
2006 Apr 20
1
How do you run a rail app from a subdirectory?
...t to
be able to have multiple check-outs on one server, and I don''t have to
modify httpd.conf every time I do.
Basically, I envisioned that it would work like this:
There''s a development server: dev.myserver.com
Each check-out goes in a seperate subdirectory:
dev.myserver.com/r234 -> revision 234 checked out
dev.myserver.com/r235 -> 235th revision
And each checked-out version is an app, so it works like this:
dev.myserver.com/r234/controller/action/id
And the paths from link_to and javascript_include_tag are set right
link_to :controller=>''mycontr'...
2015 Dec 15
2
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...te sequence which does
not get decoded every 64 bytes but AFAIK that is the scheduling info,
so that should be fine.
One thing which does stand out is that this:
0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
1: ld u32 %r222 c0[0x4] (0)
2: ld u64 { %r225 %r228 } c0[0x8] (0)
3: ld u32 %r234 c0[0x10] (0)
Gets translated into (nvdisasm output) :
/*0008*/ LDC R4, c[0x0][0x0]; /* 0x1400000003f11c86 */
/*0010*/ MOV R2, c[0x0][0x4]; /* 0x2800400010009de4 */
/*0018*/...
2015 Dec 15
2
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...at is the scheduling info,
>> so that should be fine.
>>
>> One thing which does stand out is that this:
>>
>> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
>> 1: ld u32 %r222 c0[0x4] (0)
>> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
>> 3: ld u32 %r234 c0[0x10] (0)
>>
>> Gets translated into (nvdisasm output) :
>>
>> /*0008*/ LDC R4, c[0x0][0x0];
>> /* 0x1400000003f11c86 */
>> /*0010*/ MOV R2, c[0x0][0x4];
>> /* 0x2800400010009de4 */
>> /*0...
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...4, R185, R186, R187, R188, R189, R190, R191,
R192, R193, R194, 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, R...
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
2015 Dec 16
4
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...>>>>
>>>> One thing which does stand out is that this:
>>>>
>>>> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
>>>> 1: ld u32 %r222 c0[0x4] (0)
>>>> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
>>>> 3: ld u32 %r234 c0[0x10] (0)
>>>>
>>>> Gets translated into (nvdisasm output) :
>>>>
>>>> /*0008*/ LDC R4, c[0x0][0x0];
>>>> /* 0x1400000003f11c86 */
>>>> /*0010*/ MOV R2, c[0x0][0x4];
>...
2015 Dec 15
0
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...oded every 64 bytes but AFAIK that is the scheduling info,
> so that should be fine.
>
> One thing which does stand out is that this:
>
> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
> 1: ld u32 %r222 c0[0x4] (0)
> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
> 3: ld u32 %r234 c0[0x10] (0)
>
> Gets translated into (nvdisasm output) :
>
> /*0008*/ LDC R4, c[0x0][0x0];
> /* 0x1400000003f11c86 */
> /*0010*/ MOV R2, c[0x0][0x4];
> /* 0x2800400010009de4 */
> /*0018*/ LDC.64 R...
2015 Dec 16
0
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...gt; so that should be fine.
>>>
>>> One thing which does stand out is that this:
>>>
>>> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
>>> 1: ld u32 %r222 c0[0x4] (0)
>>> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
>>> 3: ld u32 %r234 c0[0x10] (0)
>>>
>>> Gets translated into (nvdisasm output) :
>>>
>>> /*0008*/ LDC R4, c[0x0][0x0];
>>> /* 0x1400000003f11c86 */
>>> /*0010*/ MOV R2, c[0x0][0x4];
>>> /* 0x2800400010...
2015 Dec 16
0
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...;>>> One thing which does stand out is that this:
>>>>>
>>>>> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
>>>>> 1: ld u32 %r222 c0[0x4] (0)
>>>>> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
>>>>> 3: ld u32 %r234 c0[0x10] (0)
>>>>>
>>>>> Gets translated into (nvdisasm output) :
>>>>>
>>>>> /*0008*/ LDC R4, c[0x0][0x0];
>>>>> /* 0x1400000003f11c86 */
>>>>> /*0010*/ M...
2015 Dec 18
0
Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
...;>> One thing which does stand out is that this:
>>>>>
>>>>> 0: ld u32 %r219 c0[0x0000000000000000+0x0] (0)
>>>>> 1: ld u32 %r222 c0[0x4] (0)
>>>>> 2: ld u64 { %r225 %r228 } c0[0x8] (0)
>>>>> 3: ld u32 %r234 c0[0x10] (0)
>>>>>
>>>>> Gets translated into (nvdisasm output) :
>>>>>
>>>>> /*0008*/ LDC R4, c[0x0][0x0];
>>>>> /* 0x1400000003f11c86 */
>>>>> /*0010*/...