Displaying 2 results from an estimated 2 matches for "hasv4t".
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...t_V4 :
>> + case Hexagon::STriw_imm_cNotPt_V4 :
>> + case Hexagon::STriw_indexed_shl_cPt_V4 :
>> + case Hexagon::STriw_indexed_shl_cNotPt_V4 :
>> + case Hexagon::POST_STwri_cPt :
>> + case Hexagon::POST_STwri_cNotPt :
>> + return QRI.Subtarget.hasV4TOps();
>> +
>> + // V4 global address store before promoting to dot new.
>> + case Hexagon::STrid_GP_cPt_V4 :
>> + case Hexagon::STrid_GP_cNotPt_V4 :
>> + case Hexagon::STrib_GP_cPt_V4 :
>> + case Hexagon::STrib_GP_cNotPt_V4 :
>> + case Hex...
2014 Sep 19
2
[LLVMdev] predicates vs. requirements [TableGen, X86InstrInfo.td]
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Tom Stellard
> Sent: 19 September 2014 01:36
> To: Sanjay Patel
> Cc: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] predicates vs. requirements [TableGen,
> X86InstrInfo.td]
>
> On Thu, Sep 18, 2014 at 03:25:07PM -0600, Sanjay Patel wrote:
>