Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py30 class InstrClass(Enum): class
251 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False, output_mod = False, is_atomic = False):
257 if isinstance(op[-1], InstrClass):
262 opcode("exp", 0, 0, 0, format = Format.EXP, cls = InstrClass.Export)
370 (0x2b, 0x2b, 0x29, 0x29, -1, "s_cbranch_g_fork", InstrClass.Branch),
372 ( -1, -1, 0x2b, 0x2b, -1, "s_rfe_restore_b64", InstrClass.Branch),
385 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP2, InstrClass.Salu):
409 (0x11, 0x11, 0x10, 0x10, -1, "s_cbranch_i_fork", InstrClass.Branch),
413 ( -1, -1, 0x15, 0x15, 0x16, "s_call_b64", InstrClass.Branch),
414 ( -1, -1, -1, -1, 0x17, "s_waitcnt_vscnt", InstrClass
[all...]

Completed in 2 milliseconds