Home
last modified time | relevance | path

Searched refs:type (Results 1 – 8 of 8) sorted by relevance

/hal_xtensa-latest/src/hal/
Dclock.S52 .type xthal_get_ccount,@function
82 .type xthal_set_ccompare,@function
113 .type xthal_get_ccompare,@function
Dmp_asm.S46 .type xthal_compare_and_set,@function
113 .type xthal_get_prid,@function
Dmem_ecc_parity.S50 # define SYMBOL(x) .global x ; .type x,@function ; \
51 .global x ## _nw ; .type x ## _nw,@function ; \
54 # define SYMBOL(x) .global x ; .type x,@function ; .align 4 ; x:
Dmemcopy.S114 .type xthal_bcopy,@function
169 .type xthal_memcpy,@function
277 .type xthal_copy123,@function
Dcache_asm.S55 .type xthal_dcache_hugerange_\name,@function
128 .type xthal_icache_hugerange_\name,@function
Dwindowspill_asm.S367 .type xthal_window_spill,@function
/hal_xtensa-latest/include/xtensa/
Dcore-macros.h193 # define _XTHAL_DCACHE_BLOCK_UPGRADE(addr, size, type) \ argument
195 type((const int*)addr, size); \
200 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE(addr, size, type) \ argument
206 type((const int*)_a, __s); \
211 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, type, max) \ argument
215 type((const int*)_a, _s); \
218 _XTHAL_DCACHE_BLOCK_DOWNGRADE(addr, size, type); \
Dcoreasm.h1027 #define _TYP(x) .type x,@function