Lines Matching full:wave
212 // Host trap may occur while wave is halted.
220 // Wave is halted but neither host trap nor SAVECTX is raised.
232 // and debugger (host trap, wave start/end, trap after instruction)
233 // exceptions always cause the wave to enter the trap handler.
244 // Maskable exceptions only cause the wave to enter the trap handler if
266 // Second-level trap will halt wave and RFE, re-entering for SAVECTX.
307 // If not caused by trap then halt wave to prevent re-entry.
366 …ot enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit…
435 /* the first wave in the threadgroup */
436 …d_b32 s_save_tmp, s_save_spi_init_hi, S_SAVE_SPI_INIT_FIRST_WAVE_MASK // extract fisrt wave bit
438 …s_or_b32 s_save_exec_hi, s_save_tmp, s_save_exec_hi // save first wave bit to s_save_exec…
489 // each wave will alloc 4 vgprs at least...
532 // first wave do LDS save;
719 /* the first wave in the threadgroup */
915 …rier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FI…