Searched refs:ZF (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp45 #undef ZF macro
52 #define ZF X86_EFL_ZF macro
234 { UINT8_C(0x00), UINT8_C(0x00), 0, UINT8_C(0x00), ZF | PF },
235 { UINT8_C(0xff), UINT8_C(0x01), 0, UINT8_C(0x00), CF | ZF | AF | PF },
241 { UINT16_C(0x0000), UINT16_C(0x0000), 0, UINT16_C(0x0000), ZF | PF },
242 { UINT16_C(0xfefd), UINT16_C(0x0103), 0, UINT16_C(0x0000), CF | ZF | AF | PF },
248 { UINT32_C(0x00000000), UINT32_C(0x00000000), 0, UINT32_C(0x00000000), ZF | PF },
249 { UINT32_C(0xfefdfcfb), UINT32_C(0x01020305), 0, UINT32_C(0x00000000), CF | ZF | AF | PF },
255 { UINT64_C(0x0000000000000000), UINT64_C(0x0000000000000000), 0, UINT64_C(0x0000000000000000), ZF | PF },
256 { UINT64_C(0xfefdfcfbfaf9f8f7), UINT64_C(0x0102030405060709), 0, UINT64_C(0x0000000000000000), CF | ZF | A
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h184 #define ZF ( 1 << 6 ) macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dbios_console.c325 return ( ! ( flags & ZF ) );
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1007 UINT32 ZF:1; member in struct:__anon10757
1051 UINT16 ZF:1; member in struct:__anon10759
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm2028 ; ZF reflects the eax value to save a couple of instructions...
2072 ; ZF reflects the eax value to save a couple of instructions...
2502 ; @returns ZF=1 on success, ZF=0 on failure.
2646 ; @returns ZF=1 on success, ZF=0+EAX on failure.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4835 UINT32 ZF:1; ///< Zero Flag. member in struct:__anon11926::__anon11927
4861 UINT32 ZF:1; ///< Zero Flag. member in struct:__anon11928::__anon11929
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1754 if (Regs.X.Flags.ZF != 0) {
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1815 ; jump if ZF=1 AND (E)CX != 0
1849 ; jump if ZF=0 AND (E)CX != 0
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm633 ;; set ZF/CF
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm1357 ; @returns EFLAGS after the operation, only the ZF flag is valid.

Completed in 1489 milliseconds