Home
last modified time | relevance | path

Searched refs:PUSHF (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleZnver2.td550 //PUSHF
551 def : InstRW<[WriteMicrocoded], (instregex "PUSHF(16|32)")>;
DX86ScheduleZnver1.td561 //PUSHF
562 def : InstRW<[WriteMicrocoded], (instregex "PUSHF(16|32)")>;
DX86SchedSandyBridge.td772 "PUSHF(16|64)")>;
DX86SchedBroadwell.td945 def: InstRW<[BWWriteResGroup57], (instregex "PUSHF(16|64)")>;
DX86SchedHaswell.td1448 def: InstRW<[HWWriteResGroup88], (instregex "PUSHF(16|64)")>;
DX86SchedSkylakeClient.td956 def: InstRW<[SKLWriteResGroup65], (instregex "PUSHF(16|64)")>;
DX86SchedSkylakeServer.td1116 def: InstRW<[SKXWriteResGroup69], (instregex "PUSHF(16|64)")>;
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt3239 PUSHF
Di386.txt612 PUSHF/PUSHFD
685 3-23 Flag Format for PUSHF and POPF
2066 registers; e.g., PUSH, POP, PUSHA, PUSHAD, POPA, POPAD, PUSHF,
2728 significant bits are lost. (For ways to test OF, refer to the INTO and PUSHF
4194 The PUSHF and POPF instructions are not only useful for storing the flags
4198 PUSHF (Push Flags) decrements ESP by two and then transfers the low-order
4259 Figure 3-23. Flag Format for PUSHF and POPF
4263 PUSHF/POPF
7839 The instruction PUSHF stores all flags, including IF, in the stack
10876 The setting of the flags stored by PUSHF, by interrupts, and by
[all …]
Di386-notutf8.txt612 PUSHF/PUSHFD
685 3-23 Flag Format for PUSHF and POPF
2066 registers; e.g., PUSH, POP, PUSHA, PUSHAD, POPA, POPAD, PUSHF,
2728 significant bits are lost. (For ways to test OF, refer to the INTO and PUSHF
4194 The PUSHF and POPF instructions are not only useful for storing the flags
4198 PUSHF (Push Flags) decrements ESP by two and then transfers the low-order
4259 Figure 3-23. Flag Format for PUSHF and POPF
4263 PUSHF/POPF
7839 � The instruction PUSHF stores all flags, including IF, in the stack
10876 The setting of the flags stored by PUSHF, by interrupts, and by
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_common.c241 #define PUSHF 0x9c macro