Searched refs:ImmType (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 47 // 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 …]
|
D | X86InstrArithmetic.td | 504 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind, 531 ImmType ImmEncoding = immkind;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 59 // 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 …]
|
D | X86InstrArithmetic.td | 551 PatFrag loadnode, X86MemOperand memoperand, ImmType immkind, 579 ImmType ImmEncoding = immkind;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 218 uint64_t Imm, MVT ImmType);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1064 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/ |
D | FastISel.h | 378 uint64_t Imm, MVT ImmType);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1743 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/ |
D | index.rst | 132 ImmType ImmT = NoImm;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 37 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),
|