Lines Matching defs:offset
1387 * Operand(1): Offset - immediate (un)signed offset or SGPR
1389 * Operand(n-1): SOffset - SGPR offset (Vega only)
1483 constexpr SubdwordSel(unsigned size, unsigned offset, bool sign_extend)
1484 : sel((sdwa_sel)((sign_extend ? sext : 0) | size << 2 | offset))
1490 constexpr unsigned offset() const { return sel & 0x3; }
1494 reg_byte_offset += offset();
1556 * Operand(1): VADDR - Address source. Can carry an index and/or offset
1557 * Operand(2): SOFFSET - SGPR to supply unsigned byte offset. (SGPR, M0, or inline constant)
1563 bool offen : 1; /* Supply an offset from VGPR (VADDR) */
1572 uint16_t offset : 12; /* Unsigned byte offset - 12 bit */
1583 * Operand(1): VADDR - Address source. Can carry an index and/or offset
1584 * Operand(2): SOFFSET - SGPR to supply unsigned byte offset. (SGPR, M0, or inline constant)
1592 bool offen : 1; /* Supply an offset from VGPR (VADDR) */
1601 uint16_t offset; /* Unsigned byte offset - 12 bit */
1610 * Operand(3): VADDR - Address source. Can carry an offset or an index.
1651 int16_t offset; /* Vega/Navi only */
1920 unsigned offset = 0;