Searched refs:GCC_REG_ACCUM (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | compiler.h | 12 #define GCC_REG_ACCUM "$0" macro 14 #define GCC_REG_ACCUM "accum" macro
|
D | delay.h | 52 : GCC_REG_ACCUM); in __udelay() 68 : GCC_REG_ACCUM); in __ndelay()
|
D | param.h | 35 : GCC_REG_ACCUM); \
|
D | div64.h | 70 : GCC_REG_ACCUM); \
|
/linux-2.4.37.9/include/asm-mips64/ |
D | compiler.h | 12 #define GCC_REG_ACCUM "$0" macro 14 #define GCC_REG_ACCUM "accum" macro
|
D | delay.h | 60 : GCC_REG_ACCUM); in __udelay() 82 : GCC_REG_ACCUM); in __ndelay()
|
D | param.h | 43 : GCC_REG_ACCUM); \
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | time.c | 246 : "lo", GCC_REG_ACCUM); in fixed_rate_gettimeoffset() 301 : "lo", GCC_REG_ACCUM); in calibrate_div32_gettimeoffset() 343 : "hi", "lo", GCC_REG_ACCUM); in calibrate_div64_gettimeoffset() 357 : "lo", GCC_REG_ACCUM); in calibrate_div64_gettimeoffset()
|
D | cpu-probe.c | 184 : "hi", "lo", GCC_REG_ACCUM); in mult_sh_align_mod()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | time.c | 246 : "lo", GCC_REG_ACCUM); in fixed_rate_gettimeoffset() 301 : "lo", GCC_REG_ACCUM); in calibrate_div32_gettimeoffset() 343 : "hi", "lo", GCC_REG_ACCUM); in calibrate_div64_gettimeoffset() 357 : "lo", GCC_REG_ACCUM); in calibrate_div64_gettimeoffset()
|
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/ |
D | time.c | 169 : "hi", "lo", GCC_REG_ACCUM); in do_fast_gettimeoffset() 183 : "hi", "lo", GCC_REG_ACCUM); in do_fast_gettimeoffset()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | time.c | 353 : "hi", "lo", GCC_REG_ACCUM); in do_fast_cp0_gettimeoffset()
|