Searched refs:ebx (Results 1 – 3 of 3) sorted by relevance
30 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local44 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()45 : "m" (ebx) in mbedtls_padlock_has_support()62 int ebx = 0; in mbedtls_padlock_xcryptecb() local90 : "=m" (ebx) in mbedtls_padlock_xcryptecb()91 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()110 int ebx = 0; in mbedtls_padlock_xcryptcbc() local144 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()145 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
930 __asm mov ebx, b934 __asm mul ebx \
6227 * Fixed the "PIC register ebx clobbered in asm" bug