Searched refs:type (Results 1 – 8 of 8) sorted by relevance
/hal_xtensa-latest/src/hal/ |
D | clock.S | 52 .type xthal_get_ccount,@function 82 .type xthal_set_ccompare,@function 113 .type xthal_get_ccompare,@function
|
D | mp_asm.S | 46 .type xthal_compare_and_set,@function 113 .type xthal_get_prid,@function
|
D | mem_ecc_parity.S | 50 # 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:
|
D | memcopy.S | 114 .type xthal_bcopy,@function 169 .type xthal_memcpy,@function 277 .type xthal_copy123,@function
|
D | cache_asm.S | 55 .type xthal_dcache_hugerange_\name,@function 128 .type xthal_icache_hugerange_\name,@function
|
D | windowspill_asm.S | 367 .type xthal_window_spill,@function
|
/hal_xtensa-latest/include/xtensa/ |
D | core-macros.h | 193 # 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); \
|
D | coreasm.h | 1027 #define _TYP(x) .type x,@function
|