Searched refs:ImmT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrUtils.td | 69 ImmType ImmT = Imm8; 73 ImmType ImmT = Imm8; 77 ImmType ImmT = Imm8; 81 ImmType ImmT = Imm8; 85 ImmType ImmT = Imm8; 571 // PSIi8 - SSE1 instructions with ImmT == Imm8 and PS prefix. 601 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 603 // SSDIi8 - SSE2 instructions with ImmT == Imm8 and XS prefix. 605 // PDIi8 - SSE2 instructions with ImmT == Imm8 and PD prefix. 611 // MMXSDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix as well as [all …]
|
H A D | X86InstrFormats.td | 214 ImmType ImmT = i; 293 let TSFlags{21-18} = ImmT.Value;
|
H A D | X86InstrTBM.td | 38 let ImmT = Imm32S in
|
H A D | X86InstrConditionalCompare.td | 21 let ImmT = !if(!eq(op2, i16i8imm), Imm8,
|
H A D | X86InstrMMX.td | 88 let ImmT = NoImm, Constraints = "$src1 = $dst" in {
|
H A D | X86InstrSSE.td | 4818 let ImmT = NoImm, Predicates = [HasAVX, NoVLX_Or_NoBWI] in { 4832 let ImmT = NoImm, Predicates = [HasAVX] in { 4864 let ImmT = NoImm, Predicates = [HasAVX2, NoVLX_Or_NoBWI] in { 4878 let ImmT = NoImm, Predicates = [HasAVX2] in { 4908 let ImmT = NoImm, Constraints = "$src1 = $dst" in {
|
H A D | X86InstrAVX512.td | 10743 let ExeDomain = DestInfo.ExeDomain, ImmT = Imm8 in { 10769 let ExeDomain = _.ExeDomain, ImmT = Imm8 in
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 364 bool isImmTy(ImmTy ImmT) const { in isImmTy() 365 return isImm() && Imm.Type == ImmT; in isImmTy() 6695 AMDGPUOperand::ImmTy ImmT, in addOptionalImmOperand() argument 6697 auto i = OptionalIdx.find(ImmT); in addOptionalImmOperand()
|