Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dprim_ops.h152 #define and_byte(d,s) and_byte_asm(&M.x86.R_EFLG,d,s) macro
H A Dprim_ops.c402 u8 and_byte(u8 d, u8 s) in and_byte() function