Searched refs:LDS (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dfpreg.c180 #define LDS(reg,val) asm volatile ("itofs %0,$f"#reg : : "r"(val)); macro
182 #define LDS(reg,val) asm volatile ("lds $f"#reg",%0" : : "m"(val)); macro
194 LDS(0, val);
197 case 0: LDS( 0, val); break;
198 case 1: LDS( 1, val); break;
199 case 2: LDS( 2, val); break;
200 case 3: LDS( 3, val); break;
201 case 4: LDS( 4, val); break;
202 case 5: LDS( 5, val); break;
203 case 6: LDS(
[all...]
/linux-master/arch/xtensa/kernel/
H A DMakefile41 quiet_cmd__cpp_lds_S = LDS $@
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm297 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
340 /* save first 4 VGPR, then LDS save could use */
359 /* save LDS */
372 s_barrier //LDS is used? wait for other waves in the same TG
377 // first wave do LDS save;
379 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
380 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
383 // LDS at offset: size(VGPR)+SIZE(SGPR)+SIZE(HWREG)
405 ds_read_b64 v[0:1], v2 //x =LDS[
[all...]
H A Dcwsr_trap_handler_gfx9.asm442 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
488 /* save first 4 VGPR, then LDS save could use */
515 /* save LDS */
528 s_barrier //LDS is used? wait for other waves in the same TG
532 // first wave do LDS save;
534 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
535 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
538 // LDS at offset: size(VGPR)+SIZE(SGPR)+SIZE(HWREG)
582 ds_read_b64 v[0:1], v2 //x =LDS[
[all...]
H A Dcwsr_trap_handler_gfx10.asm572 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
635 /* save LDS */
653 s_barrier //LDS is used? wait for other waves in the same TG
657 // first wave do LDS save;
659 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
660 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
663 // LDS at offset: size(VGPR)+size(SVGPR)+SIZE(SGPR)+SIZE(HWREG)
698 s_cbranch_scc1 L_SAVE_LDS_LOOP_SQC_W32 //LDS save is complete?
718 s_cbranch_scc1 L_SAVE_LDS_LOOP_W32 //LDS sav
[all...]
/linux-master/scripts/
H A DMakefile.build370 quiet_cmd_cpp_lds_S = LDS $@

Completed in 196 milliseconds