Home | History | Annotate | Download | only in NVPTX

Lines Matching full:ldu

1260 // Support for ldu on sm_20 or later
1267 !strconcat("ldu.global.", TyStr),
1270 !strconcat("ldu.global.", TyStr),
1273 !strconcat("ldu.global.", TyStr),
1277 !strconcat("ldu.global.", TyStr),
1280 !strconcat("ldu.global.", TyStr),
1303 // Elementized vector ldu
1307 !strconcat("ldu.global.", TyStr), []>;
1310 !strconcat("ldu.global.", TyStr), []>;
1316 !strconcat("ldu.global.", TyStr), []>;
1319 !strconcat("ldu.global.", TyStr), []>;
1432 // FIXME: 8-bit LDG should be fixed once LDG/LDU nodes are made into proper loads.