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