H A D | aco_opcodes.py | 73 VOP2 = 1 << 9 variable in Format 673 # VOP2 instructions: 2 inputs, 1 output (+ optional vcc) 675 VOP2 = { variable 752 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, modifiers) in VOP2: 753 opcode(name, gfx7, gfx9, gfx10, Format.VOP2, InstrClass.Valu32, modifiers, modifiers) 758 opcode(name, gfx7, gfx9, gfx10, Format.VOP2, InstrClass.Valu32, True, False) 991 # VOP3b instructions: have a unique scalar output, e.g. VOP2 with vcc out 1097 (0x12f, 0x12f, 0x296, 0x296, 0x12f, "v_cvt_pkrtz_f16_f32_e64", True, False), # GFX6_7_10 is VOP2 with opcode 0x02f
|