Lines Matching refs:cpol

144   bits<5>  cpol;
169 (ins Offset:$offset, FORMAT:$format, CPol_0:$cpol, i1imm_0:$swz));
201 string ret = " $vdata, " # Pfx # "$offset$cpol";
360 bits<5> cpol;
417 …dag NonVaddrInputs = !con((ins SReg_128:$srsrc), SOffset, (ins Offset:$offset, CPol_0:$cpol, i1imm…
464 string OtherArgs = "$cpol";
671 (ins SReg_128:$srsrc, SCSrc_b32:$soffset, Offset:$offset, CPol:$cpol, i1imm:$swz),
672 " $srsrc, $soffset$offset lds$cpol"> {
695 dag CPol = !if(vdata_in, (ins CPol_GLC_WithDefault:$cpol),
696 (ins CPol_NonGLC_WithDefault:$cpol));
1307 let InOperandList = (ins CPol_0:$cpol);
1308 let AsmOperands = "$cpol";
1330 let InOperandList = (ins CPol_0:$cpol);
1331 let AsmOperands = "$cpol";
2343 let Inst{12} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
2345 let Inst{13} = !if(!or(ps.mayLoad, ps.mayStore), cpol{CPolBit.DLC}, ps.dlc_value);
2346 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
2360 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
2363 let Inst{54} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
2371 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2445 bits<6> cpol;
2459 let Inst{54-53} = cpol{2-1}; // th{2-1}
2460 let Inst{52} = !if(ps.IsAtomicRet, 1, cpol{0}); // th{0}
2461 let Inst{51-50} = cpol{4-3}; // scope
2895 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
2906 let Inst{12} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
2907 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
2923 let Inst{54} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
2975 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
3047 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
3048 let Inst{15} = !if(has_sccb, cpol{CPolBit.SCC}, ps.sccb_value);
3050 let Inst{17} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
3161 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
3163 let Inst{17} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
3313 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
3321 let Inst{53} = !if(ps.has_sccb, cpol{CPolBit.SCC}, ps.sccb_value);
3322 let Inst{54} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);
3368 let Inst{14} = !if(ps.has_glc, cpol{CPolBit.GLC}, ps.glc_value);
3376 let Inst{54} = !if(ps.has_slc, cpol{CPolBit.SLC}, ?);