Searched refs:typesize (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opcodes.c.py | 32 size = typesize(opcode) 66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructions = instructions, typesize = typesize))
|
| H A D | bi_builder.h.py | 72 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 D | bifrost_isa.py | 339 def typesize(opcode): function
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | disasm.py | 1 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 D | valhall.py | 249 tsize = typesize(name) 319 def typesize(opcode): function
|
| H A D | asm.py | 27 from valhall import instructions, enums, immediates, typesize
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 409 - pan/midgard: Expose more typesize manipulation routines
|
| H A D | 20.0.0.rst | 287 - pan/midgard: Expose more typesize helpers
|
| H A D | 20.2.0.rst | 526 - pan/bi: Fix branch condition typesize
|
| H A D | 21.2.0.rst | 830 - pan/bi: Move typesize to common code
|
Completed in 43 milliseconds