Home
last modified time | relevance | path

Searched refs:SLDT (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td201 def SLDT : BinaryRXF<"sldt", 0xED40, null_frag, FP64, FP64, null_frag, 0>;
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h1224 EVALUATE(SLDT);
Dsimulator-s390.cc1550 EvalTable[SLDT] = &Simulator::Evaluate_SLDT; in EvalTableInit()
11238 EVALUATE(SLDT) { in EVALUATE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedSandyBridge.td898 def: InstRW<[SBWriteResGroup67], (instregex "SLDT(16|32|64)r",
DX86SchedBroadwell.td1022 def: InstRW<[BWWriteResGroup68], (instregex "SLDT(16|32|64)r")>;
DX86SchedHaswell.td1536 def: InstRW<[HWWriteResGroup107], (instregex "SLDT(16|32|64)r")>;
DX86SchedSkylakeClient.td1046 def: InstRW<[SKLWriteResGroup80], (instregex "SLDT(16|32|64)r")>;
DX86SchedSkylakeServer.td1215 def: InstRW<[SKXWriteResGroup84], (instregex "SLDT(16|32|64)r")>;
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h659 #define SLDT(a) CHOICE(sldt a, sldt a, sldt a) macro
1372 #define SLDT(a) sldt a macro
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt3834 SLDT
Di386.txt624 SLDT
4668 SLDT Store LDT Register
4923 and SLDT give access to the LDTR.
10650 LLDT, and SLDT. Programs executing in real-address mode are able to take
19606 SLDT Store Local Descriptor Table Register
19610 0F 00 /0 SLDT r/m16 pm=2/2 Store LDTR to EA word
19619 SLDT stores the Local Descriptor Table Register (LDTR) in the two-byte
19623 SLDT is used only in operating system software. It is not used in
19639 Interrupt 6; SLDT is not recognized in Real Address Mode
20597 6 SLDT STR LLDT LTR VERR VERW
[all …]
Di386-notutf8.txt624 SLDT
4668 SLDT �� Store LDT Register
4923 and SLDT give access to the LDTR.
10650 LLDT, and SLDT. Programs executing in real-address mode are able to take
19606 SLDT �� Store Local Descriptor Table Register
19610 0F 00 /0 SLDT r/m16 pm=2/2 Store LDTR to EA word
19619 SLDT stores the Local Descriptor Table Register (LDTR) in the two-byte
19623 SLDT is used only in operating system software. It is not used in
19639 Interrupt 6; SLDT is not recognized in Real Address Mode
20597 6� SLDT � STR � LLDT � LTR � VERR � VERW � � �
[all …]
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h304 V(sldt, SLDT, 0xED40) /* type = RXF SHIFT SIGNIFICAND LEFT (long DFP) */ \