Searched refs:fcsr_orig (Results 1 – 1 of 1) sorted by relevance
155 u32 fcsr_orig; in poly1305_init()157 asm volatile("cfc1 %0,$31" : "=r"(fcsr_orig)); in poly1305_init()212 asm volatile("ctc1 %0,$31" ::"r"(fcsr_orig)); in poly1305_init()270 u32 fcsr_orig; in poly1305_blocks() local272 asm volatile("cfc1 %0,$31" : "=r"(fcsr_orig)); in poly1305_blocks()421 asm volatile("ctc1 %0,$31" ::"r"(fcsr_orig)); in poly1305_blocks()