Searched refs:typesize (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opcodes.c.py32 size = typesize(opcode)
66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructions = instructions, typesize = typesize))
H A Dbi_builder.h.py72 cond += "{}bitsize == {}".format(' && ' if cond != '' else '', typesize(opcode))
135 sizes = [typesize(x) for x in variants]
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, signature = signature, arguments = arguments, src_count = src_count, typesize = typesize, SKIP = SKIP))
H A Dbifrost_isa.py339 def typesize(opcode): function
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Ddisasm.py1 from valhall import instructions, immediates, enums, typesize, safe_name
242 print(Template(template).render(OPCODES = OPCODE_BUCKETS, IMMEDIATES = immediates, ENUMS = enums, typesize = typesize, safe_name = safe_name))
H A Dvalhall.py249 tsize = typesize(name)
319 def typesize(opcode): function
H A Dasm.py27 from valhall import instructions, enums, immediates, typesize
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst409 - pan/midgard: Expose more typesize manipulation routines
H A D20.0.0.rst287 - pan/midgard: Expose more typesize helpers
H A D20.2.0.rst526 - pan/bi: Fix branch condition typesize
H A D21.2.0.rst830 - pan/bi: Move typesize to common code

Completed in 24 milliseconds