Home
last modified time | relevance | path

Searched refs:LSC_ADDR_SIZE_64b (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h724 LSC_ADDR_SIZE_64b, // [ADDR]:a64 enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendLdStLsc.cpp366 case LSC_ADDR_SIZE_64b: ss << "addr size is 64b"; break; in translateLscUntypedInst()
799 case LSC_ADDR_SIZE_64b: addrSizeEnc = 0x3; addrSizeBits = 64; break; in lscEncodeAddrSize()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCISA.l957 CISAlval.lsc_addr_size = LSC_ADDR_SIZE_64b;
H A DCISA.y1930 $$ = {nullptr,{$3,$5,$7,$9,$11,$13},{LSC_ADDR_TYPE_FLAT,1,0,LSC_ADDR_SIZE_64b}};
H A DIsaDisassembly.cpp2694 case LSC_ADDR_SIZE_64b: ss << "a64"; break; in formatAddrSize()
H A DIsaVerification.cpp3489 case LSC_ADDR_SIZE_64b: in verifyAddrSize()