Home
last modified time | relevance | path

Searched refs:OpPrefix (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp114 OpPrefix = byteFromRec(Rec, "OpPrefixBits"); in RecognizableInstrBase()
204 if (OpPrefix == X86Local::PD) in insnContext()
212 if (OpPrefix == X86Local::PD) in insnContext()
214 else if (OpPrefix == X86Local::XS) in insnContext()
216 else if (OpPrefix == X86Local::XD) in insnContext()
218 else if (OpPrefix == X86Local::PS) in insnContext()
226 if (OpPrefix == X86Local::PD) in insnContext()
228 else if (OpPrefix == X86Local::XS) in insnContext()
230 else if (OpPrefix == X86Local::XD) in insnContext()
232 else if (OpPrefix == X86Local::PS) in insnContext()
[all …]
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86InstrMappingEmitter.cpp133 if (std::tuple(OldRI.IsCodeGenOnly, OldRI.OpMap, NewRI.OpPrefix, in operator ()()
136 std::tuple(NewRI.IsCodeGenOnly, NewRI.OpMap, OldRI.OpPrefix, in operator ()()
H A DX86RecognizableInstr.h185 uint8_t OpPrefix; member
H A DX86FoldTablesEmitter.cpp372 if (std::tuple(RegRI.Encoding, RegRI.Opcode, RegRI.OpPrefix, RegRI.OpMap, in operator ()()
379 std::tuple(MemRI.Encoding, MemRI.Opcode, MemRI.OpPrefix, MemRI.OpMap, in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td38 class PS { Prefix OpPrefix = PS; }
39 class PD { Prefix OpPrefix = PD; }
40 class XD { Prefix OpPrefix = XD; }
41 class XS { Prefix OpPrefix = XS; }
487 !if(!eq(OpPrefix.Value, XS.Value), [UseSSE1],
488 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2],
489 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
504 !if(!eq(OpPrefix.Value, XS.Value), [UseSSE1],
505 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2],
506 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2],
[all …]
H A DX86InstrFormats.td241 Prefix OpPrefix = !if(!eq(OpEnc, EncNormal), NoPrfx, PS);
242 bits<3> OpPrefixBits = OpPrefix.Value;
H A DX86InstrSSE.td6708 let Predicates = [HasCRC32, NoEGPR], OpMap = T8, OpPrefix = XD in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DBUFInstructions.td1551 multiclass BufferAtomicPat_Common<string OpPrefix, ValueType vt, string Inst, bit isIntr = 0> {
1554 defvar Op = !cast<SDPatternOperator>(OpPrefix
1577 multiclass BufferAtomicPat<string OpPrefix, ValueType vt, string Inst, bit isIntr = 0> {
1579 defm : BufferAtomicPat_Common<OpPrefix, vt, Inst, isIntr>;
1581 defm : BufferAtomicPat_Common<OpPrefix, vt, Inst # "_VBUFFER", isIntr>;
1584 multiclass BufferAtomicIntrPat<string OpPrefix, ValueType vt, string Inst> {
1585 defm : BufferAtomicPat<OpPrefix, vt, Inst, /* isIntr */ 1>;
1665 multiclass SIBufferAtomicPat_Common<string OpPrefix, ValueType vt, string Inst,
1669 defvar Op = !cast<SDPatternOperator>(OpPrefix
1714 multiclass SIBufferAtomicPat<string OpPrefix, ValueType vt, string Inst,
[all …]
H A DMIMGInstructions.td1160 class MIMG_Sampler_OpList_gfx10p<dag OpPrefix, bit HasD16> {
1161 dag ret = !con(OpPrefix,