Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFormats.td47 // ImmType - This specifies the immediate type used by an instruction. This is
50 class ImmType<bits<3> val> {
53 def NoImm : ImmType<0>;
54 def Imm8 : ImmType<1>;
55 def Imm8PCRel : ImmType<2>;
56 def Imm16 : ImmType<3>;
57 def Imm16PCRel : ImmType<4>;
58 def Imm32 : ImmType<5>;
59 def Imm32PCRel : ImmType<6>;
60 def Imm64 : ImmType<7>;
[all …]
DX86InstrArithmetic.td504 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind,
531 ImmType ImmEncoding = immkind;
/external/llvm/lib/Target/X86/
DX86InstrFormats.td59 // ImmType - This specifies the immediate type used by an instruction. This is
62 class ImmType<bits<4> val> {
65 def NoImm : ImmType<0>;
66 def Imm8 : ImmType<1>;
67 def Imm8PCRel : ImmType<2>;
68 def Imm16 : ImmType<3>;
69 def Imm16PCRel : ImmType<4>;
70 def Imm32 : ImmType<5>;
71 def Imm32PCRel : ImmType<6>;
72 def Imm32S : ImmType<7>;
[all …]
DX86InstrArithmetic.td551 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind,
579 ImmType ImmEncoding = immkind;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h218 uint64_t Imm, MVT ImmType);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp1064 uint64_t Imm, MVT ImmType) { in FastEmit_ri_() argument
1085 unsigned MaterialReg = FastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in FastEmit_ri_()
/external/llvm/include/llvm/CodeGen/
DFastISel.h378 uint64_t Imm, MVT ImmType);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1743 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_() argument
1764 unsigned MaterialReg = fastEmit_i(ImmType, ImmType, ISD::Constant, Imm); in fastEmit_ri_()
/external/llvm/docs/TableGen/
Dindex.rst132 ImmType ImmT = NoImm;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td37 class T_Immext<Operand ImmType>
38 : EXTENDERInst<(outs), (ins ImmType:$imm),
209 Operand ImmType, bit IsImmExt, bit IsImmSigned, int ImmBits>
210 : ALU64Inst<(outs PredRegs:$Pd), (ins IntRegs:$Rs, ImmType:$Imm),