Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.h192 #define shr_long(d,s) shr_long_asm(&M.x86.R_EFLG,d,s) macro
H A Dprim_ops.c1377 u32 shr_long(u32 d, u8 s) in shr_long() function