Home
last modified time | relevance | path

Searched refs:fcsr_orig (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c155 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() local
272 asm volatile("cfc1 %0,$31" : "=r"(fcsr_orig)); in poly1305_blocks()
421 asm volatile("ctc1 %0,$31" ::"r"(fcsr_orig)); in poly1305_blocks()