Home
last modified time | relevance | path

Searched defs:mul_long (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.h218 #define mul_long(s) mul_long_asm(&M.x86.R_EFLG,&M.x86.R_EAX,&M.x86.R_EDX,M.x86.R_EAX,s) macro
H A Dprim_ops.c2012 void mul_long(u32 s) in mul_long() function