HomeSort by: relevance | last modified time | path
    Searched defs:VOP2 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_opcodes.py 73 VOP2 = 1 << 9
667 # VOP2 instructions: 2 inputs, 1 output (+ optional vcc)
669 VOP2 = {
745 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, modifiers) in VOP2:
746 opcode(name, gfx7, gfx9, gfx10, Format.VOP2, InstrClass.Valu32, modifiers, modifiers)
751 opcode(name, gfx7, gfx9, gfx10, Format.VOP2, InstrClass.Valu32, True, False)
984 # VOP3b instructions: have a unique scalar output, e.g. VOP2 with vcc out
1090 (0x12f, 0x12f, 0x296, 0x296, 0x12f, "v_cvt_pkrtz_f16_f32_e64", True, False), # GFX6_7_10 is VOP2 with opcode 0x02f
aco_ir.h 62 * - VOP2* | VOP3 represents a VOP2 instruction in VOP3 encoding
63 * - VOP2* | DPP represents a VOP2 instruction with data parallel primitive.
64 * - VOP2* | SDWA represents a VOP2 instruction with sub-dword addressing.
100 VOP2 = 1 << 9,
290 assert(format == Format::VOP1 || format == Format::VOP2 || format == Format::VOPC);
1241 VOP2_instruction& vop2() noexcept
1246 const VOP2_instruction& vop2() const noexcep
    [all...]

Completed in 9 milliseconds