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/ |
D | X86ScheduleZnver2.td | 550 //PUSHF 551 def : InstRW<[WriteMicrocoded], (instregex "PUSHF(16|32)")>;
|
D | X86ScheduleZnver1.td | 561 //PUSHF 562 def : InstRW<[WriteMicrocoded], (instregex "PUSHF(16|32)")>;
|
D | X86SchedSandyBridge.td | 772 "PUSHF(16|64)")>;
|
D | X86SchedBroadwell.td | 945 def: InstRW<[BWWriteResGroup57], (instregex "PUSHF(16|64)")>;
|
D | X86SchedHaswell.td | 1448 def: InstRW<[HWWriteResGroup88], (instregex "PUSHF(16|64)")>;
|
D | X86SchedSkylakeClient.td | 956 def: InstRW<[SKLWriteResGroup65], (instregex "PUSHF(16|64)")>;
|
D | X86SchedSkylakeServer.td | 1116 def: InstRW<[SKXWriteResGroup69], (instregex "PUSHF(16|64)")>;
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3239 PUSHF
|
D | i386.txt | 612 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 …]
|
D | i386-notutf8.txt | 612 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/ |
D | sljitNativeX86_common.c | 241 #define PUSHF 0x9c macro
|