Searched refs:unop_numeric_convert (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes.py192 def unop_numeric_convert(name, out_type, in_type, const_expr): function
263 unop_numeric_convert("{0}2{1}{2}{3}".format(src_t[0],
277 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[0],
282 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[0],
290 unop_numeric_convert("f2fmp", tfloat16, tfloat32, opcodes["f2f16"].const_expr)
291 unop_numeric_convert("i2imp", tint16, tint32, opcodes["i2i16"].const_expr)
293 unop_numeric_convert("f2imp", tint16, tfloat32, opcodes["f2i16"].const_expr)
294 unop_numeric_convert("f2ump", tuint16, tfloat32, opcodes["f2u16"].const_expr)
295 unop_numeric_convert("i2fmp", tfloat16, tint32, opcodes["i2f16"].const_expr)
296 unop_numeric_convert("u2fm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opcodes.py180 def unop_numeric_convert(name, out_type, in_type, const_expr): function
224 unop_numeric_convert("{0}2{1}{2}{3}".format(src_t[0], dst_t[0],
229 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[0], bit_size),

Completed in 6 milliseconds