Home
last modified time | relevance | path

Searched refs:and_word (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h57 u16 and_word (u16 d, u16 s);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c409 u16 and_word(u16 d, u16 s) in and_word() function
H A Dops.c106 and_word, /*04 */
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch4303 *destreg = and_word(*destreg, srcval);
4361 - M.x86.R_AX = and_word(M.x86.R_AX, (u16)srcval);
4364 + M.x86.R_AX = and_word(M.x86.R_AX, (u16) srcval);
6977 - and_word, /*04 */
6986 + and_word, /*04 */
7166 - and_word, /*04 *//*YYY UNUSED ???? */
15136 -u16 and_word(u16 d, u16 s)
15138 +and_word(u16 d, u16 s)
15161 @@ -411,433 +432,456 @@ u16 and_word(u16 d, u16 s)
21184 -u16 and_word (u16 d, u16 s);
[all …]