-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/655/#review1375
-----------------------------------------------------------



src/arch/power/isa/decoder.isa
<http://reviews.m5sim.org/r/655/#comment1825>

    I'm still not super happy with these explicit casts... don't they go away 
when you finally get to supporting arbitrary types anyway?  Can we just flatten 
this series of changes to get rid of this interim step?


- Steve


On 2011-06-29 04:07:35, Gabe Black wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/655/
> -----------------------------------------------------------
> 
> (Updated 2011-06-29 04:07:35)
> 
> 
> Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and 
> Nathan Binkert.
> 
> 
> Summary
> -------
> 
> ISA parser: Simplify operand type handling.
> 
> This change simplifies the code surrounding operand type handling and makes it
> depend only on the ctype that goes with each operand type. Future changes will
> allow defining operand types by their ctypes directly, convert the ISAs over
> to that style of definition, and then remove support for the old style. These
> changes are to make it easier to use non-builtin types like classes or
> structures as the type for operands.
> 
> 
> Diffs
> -----
> 
>   src/arch/arm/isa/insts/ldr.isa 4adb1148ef73 
>   src/arch/arm/isa/insts/mem.isa 4adb1148ef73 
>   src/arch/arm/isa/insts/str.isa 4adb1148ef73 
>   src/arch/isa_parser.py 4adb1148ef73 
>   src/arch/mips/isa/decoder.isa 4adb1148ef73 
>   src/arch/power/isa/decoder.isa 4adb1148ef73 
>   src/arch/power/isa/formats/mem.isa 4adb1148ef73 
>   src/arch/sparc/isa/decoder.isa 4adb1148ef73 
> 
> Diff: http://reviews.m5sim.org/r/655/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Gabe
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to