Home
last modified time | relevance | path

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

/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/llvm/include/llvm/CodeGen/
DFastISel.h369 uint64_t Imm, MVT ImmType);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1654 bool Op0IsKill, uint64_t Imm, MVT ImmType) { in fastEmit_ri_() argument
1675 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),
208 Operand ImmType, bit IsImmExt, bit IsImmSigned, int ImmBits>
209 : ALU64Inst<(outs PredRegs:$Pd), (ins IntRegs:$Rs, ImmType:$Imm),