Searched defs:ror_long (Results 1 – 2 of 2) sorted by relevance
| /external/coreboot/src/device/oprom/x86emu/ | ||
| D | prim_ops.h | 186 #define ror_long(d,s) ror_long_asm(&M.x86.R_EFLG,d,s) macro |
| D | prim_ops.c | 1169 u32 ror_long(u32 d, u8 s) in ror_long() function |