Lines Matching refs:cvt
300 // Generate a cvt to the given type from all possible types.
306 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
311 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
316 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
321 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
326 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
331 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
336 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
341 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
346 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
351 // Generate a cvt to all possible types.
362 // This set of cvt is different from the above. The type of the source
366 "cvt.s16.s8 \t$dst, $src;", []>;
368 "cvt.s32.s8 \t$dst, $src;", []>;
370 "cvt.s32.s16 \t$dst, $src;", []>;
372 "cvt.s64.s8 \t$dst, $src;", []>;
374 "cvt.s64.s16 \t$dst, $src;", []>;
376 "cvt.s64.s32 \t$dst, $src;", []>;
1053 // Need to add cvt for the 8-bits.
2046 "cvt.u16.u32\t$dst, $src;",
2333 // use an integer selp to select either 1 or 0 and then cvt to floating-point.