Lines Matching refs:dcache
700 def TH_DCACHE_CSW : THCacheInst_r<0b00001, "th.dcache.csw">;
701 def TH_DCACHE_ISW : THCacheInst_r<0b00010, "th.dcache.isw">;
702 def TH_DCACHE_CISW : THCacheInst_r<0b00011, "th.dcache.cisw">;
703 def TH_DCACHE_CVAL1 : THCacheInst_r<0b00100, "th.dcache.cval1">;
704 def TH_DCACHE_CVA : THCacheInst_r<0b00101, "th.dcache.cva">;
705 def TH_DCACHE_IVA : THCacheInst_r<0b00110, "th.dcache.iva">;
706 def TH_DCACHE_CIVA : THCacheInst_r<0b00111, "th.dcache.civa">;
707 def TH_DCACHE_CPAL1 : THCacheInst_r<0b01000, "th.dcache.cpal1">;
708 def TH_DCACHE_CPA : THCacheInst_r<0b01001, "th.dcache.cpa">;
709 def TH_DCACHE_IPA : THCacheInst_r<0b01010, "th.dcache.ipa">;
710 def TH_DCACHE_CIPA : THCacheInst_r<0b01011, "th.dcache.cipa">;
714 def TH_DCACHE_CALL : THCacheInst_void<0b00001, "th.dcache.call">;
715 def TH_DCACHE_IALL : THCacheInst_void<0b00010, "th.dcache.iall">;
716 def TH_DCACHE_CIALL : THCacheInst_void<0b00011, "th.dcache.ciall">;