Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/machine/mips/
Dmemcpy.S170 # define PREFETCH_FOR_LOAD(chunk, reg) \ argument
173 # define PREFETCH_FOR_STORE(chunk, reg) \ argument
178 # define PREFETCH_FOR_LOAD(chunk, reg) \ argument
180 # define PREFETCH_FOR_STORE(chunk, reg) \ argument
206 # define PREFETCH_FOR_LOAD(offset, reg) argument
207 # define PREFETCH_FOR_STORE(offset, reg) argument
Dmemset.S127 # define PREFETCH_FOR_STORE(chunk, reg) \ argument
132 # define PREFETCH_FOR_STORE(chunk, reg) \ argument
160 # define PREFETCH_FOR_STORE(offset, reg) argument
/picolibc-latest/picocrt/machine/aarch64/
Dcrt0.c245 static void aarch64_fault_write_reg(const char *prefix, uint64_t reg) in aarch64_fault_write_reg()
/picolibc-latest/picocrt/machine/arm/
Dcrt0.c324 static void arm_fault_write_reg(const char *prefix, unsigned reg) in arm_fault_write_reg()