Searched refs:aL (Results 1 – 1 of 1) sorted by relevance
/hal_xtensa-3.5.0/src/hal/ |
D | cache_asm.S | 814 # define aL a3 /* lsb word = prefctl value */ macro 817 # define aL a2 /* lsb word = prefctl value */ macro 829 addi a4, aL, 1 // does prefctl value aL == -1 ? 830 moveqz aL, a5, a4 // if yes (XTHAL_PREFETCH_ENABLE), set it to default 831 …movgez a2, aL, aL // if the high bit is not set, then we want to transfer the contents of aL… 833 bgez aL, 1f // high bit set indicates masked update 835 src a5, aL, aH // get 16-bit-swapped 32-bit value 838 src a3, aH, aL // get 32-bit mask
|