Searched defs:pushf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dpushf-err.asm2 pushf label
12 pushf label
22 pushf label
H A Dpushf.asm2 pushf label
12 pushf label
22 pushf label
/external/libpcap/msdos/
H A Dpktdrvr.c1161 int pushf = PktReceiver; local
1163 while (real_stub_array[pushf++] != 0x9C && /* pushf */
1164 real_stub_array[pushf] != 0xFA) /* cli */

Completed in 1678 milliseconds