Searched refs:or_byte (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 70 u8 or_byte (u8 d, u8 s);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 70 u8 or_byte(u8 d, u8 s);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | ops.c | 549 destval = or_byte(destval, *srcreg); 559 destval = or_byte(destval, *srcreg); 569 destval = or_byte(destval, *srcreg); 578 *destreg = or_byte(*destreg, *srcreg); 727 *destreg = or_byte(*destreg, srcval); 736 *destreg = or_byte(*destreg, srcval); 745 *destreg = or_byte(*destreg, srcval); 753 *destreg = or_byte(*destreg, *srcreg); 887 M.x86.R_AL = or_byte(M.x86.R_AL, srcval); 5191 or_byte, /* 0 [all...] |
| H A D | validate.c | 686 VAL_BYTE_BYTE_BINARY(or_byte);
|
| H A D | prim_ops.c | 680 u8 or_byte(u8 d, u8 s) function in typeref:typename:u8
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | ops.c | 568 destval = or_byte(destval, *srcreg); 578 destval = or_byte(destval, *srcreg); 588 destval = or_byte(destval, *srcreg); 597 *destreg = or_byte(*destreg, *srcreg); 752 *destreg = or_byte(*destreg, srcval); 761 *destreg = or_byte(*destreg, srcval); 770 *destreg = or_byte(*destreg, srcval); 778 *destreg = or_byte(*destreg, *srcreg); 918 M.x86.R_AL = or_byte(M.x86.R_AL, srcval); 5500 or_byte, /* 0 [all...] |
| H A D | validate.c | 690 VAL_BYTE_BYTE_BINARY(or_byte);
|
| H A D | prim_ops.c | 709 or_byte(u8 d, u8 s) function in typeref:typename:u8
|
Completed in 28 milliseconds