Lines Matching refs:opcodes
151 # global dictionary of opcodes
152 opcodes = {}
156 assert name not in opcodes
157 opcodes[name] = Opcode(name, output_size, output_type, input_sizes,
227 # Generate all of the numeric conversion opcodes
289 unop_numeric_convert("f2fmp", tfloat16, tfloat32, opcodes["f2f16"].const_expr)
290 unop_numeric_convert("i2imp", tint16, tint32, opcodes["i2i16"].const_expr)
292 unop_numeric_convert("f2imp", tint16, tfloat32, opcodes["f2i16"].const_expr)
293 unop_numeric_convert("f2ump", tuint16, tfloat32, opcodes["f2u16"].const_expr)
294 unop_numeric_convert("i2fmp", tfloat16, tint32, opcodes["i2f16"].const_expr)
295 unop_numeric_convert("u2fmp", tfloat16, tuint32, opcodes["u2f16"].const_expr)
1294 # vc4-specific opcodes
1341 # Mali-specific opcodes
1398 # NOTE: Unlike many of the other dp4a opcodes, this mixed signs of source 0
1450 # NOTE: Unlike many of the other dp4a opcodes, this mixed signs of source 0