Home
last modified time | relevance | path

Searched refs:POPF (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/memchr/bench/data/sliceslice/
Di386.txt609 POPF/POPFD
685 3-23 Flag Format for PUSHF and POPF
2067 PUSHFD, POPF, POPFD, CALL, RET, IRET, IRETD, exceptions, and
4194 The PUSHF and POPF instructions are not only useful for storing the flags
4204 POPF (Pop Flags) transfers specific bits from the word at the top of stack
4259 Figure 3-23. Flag Format for PUSHF and POPF
4263 PUSHF/POPF
7617 A task can change IOPL only with the POPF instruction; however, such
7623 The POPF instruction may be used in addition to CLI and STI to alter the
7624 interrupt-enable flag (IF); however, changes to IF by POPF are
[all …]
Di386-notutf8.txt609 POPF/POPFD
685 3-23 Flag Format for PUSHF and POPF
2067 PUSHFD, POPF, POPFD, CALL, RET, IRET, IRETD, exceptions, and
4194 The PUSHF and POPF instructions are not only useful for storing the flags
4204 POPF (Pop Flags) transfers specific bits from the word at the top of stack
4259 Figure 3-23. Flag Format for PUSHF and POPF
4263 PUSHF/POPF
7617 A task can change IOPL only with the POPF instruction; however, such
7623 The POPF instruction may be used in addition to CLI and STI to alter the
7624 interrupt-enable flag (IF); however, changes to IF by POPF are
[all …]
Dwords.txt3062 POPF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleZnver2.td538 def : InstRW<[WriteMicrocoded], (instregex "POPF(16|32)")>;
DX86ScheduleZnver1.td549 def : InstRW<[WriteMicrocoded], (instregex "POPF(16|32)")>;
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_common.c236 #define POPF 0x9d macro