Searched refs:ebx (Results 1 – 3 of 3) sorted by relevance
46 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local61 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()62 : "m" (ebx) in mbedtls_padlock_has_support()79 int ebx = 0; in mbedtls_padlock_xcryptecb() local102 : "=m" (ebx) in mbedtls_padlock_xcryptecb()103 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()121 int ebx = 0; in mbedtls_padlock_xcryptcbc() local152 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()153 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
834 __asm mov ebx, b838 __asm mul ebx \
4531 * Fixed the "PIC register ebx clobbered in asm" bug
Completed in 10 milliseconds