LDS Direct / Parameter Fetch Instructions
4 AMDGPU instructions in this category - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| ds_direct_load | ds_direct_load | DSDIR | Read a single 32-bit value from LDS to all lanes. |
| ds_param_load | ds_param_load | DSDIR | Transfer parameter data from LDS to VGPRs and expand data in LDS using the NewPrimMask (provided in M0) to place per-quad data into lanes 0-3 of each… |
| lds_direct_load | lds_direct_load | DSDIR | Read a single 32-bit value from LDS to all lanes. |
| lds_param_load | lds_param_load | DSDIR | Transfer parameter data from LDS to VGPRs and expand data in LDS using the NewPrimMask (provided in M0) to place per-quad data into lanes 0-3 of each… |