Searched refs:OpPrefix (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 114 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 D | X86EVEX2VEXTablesEmitter.cpp |
|
H A D | X86InstrMappingEmitter.cpp | 133 if (std::tuple(OldRI.IsCodeGenOnly, OldRI.OpMap, NewRI.OpPrefix, in operator ()() 136 std::tuple(NewRI.IsCodeGenOnly, NewRI.OpMap, OldRI.OpPrefix, in operator ()()
|
H A D | X86RecognizableInstr.h | 185 uint8_t OpPrefix; member
|
H A D | X86FoldTablesEmitter.cpp | 372 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 D | X86InstrUtils.td | 38 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 D | X86InstrFormats.td | 241 Prefix OpPrefix = !if(!eq(OpEnc, EncNormal), NoPrfx, PS); 242 bits<3> OpPrefixBits = OpPrefix.Value;
|
H A D | X86InstrSSE.td | 6708 let Predicates = [HasCRC32, NoEGPR], OpMap = T8, OpPrefix = XD in {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | BUFInstructions.td | 1551 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 D | MIMGInstructions.td | 1160 class MIMG_Sampler_OpList_gfx10p<dag OpPrefix, bit HasD16> { 1161 dag ret = !con(OpPrefix,
|