Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.h216 #define mul_byte(s) mul_byte_asm(&M.x86.R_EFLG,&M.x86.R_AX,M.x86.R_AL,s) macro
H A Dprim_ops.c1975 void mul_byte(u8 s) in mul_byte() function