Searched refs:ImmWidth (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 101 uint64_t ImmWidth : 5; member
|
D | PPCInstrInfo.cpp | 2614 III.ImmWidth = 16; in instrHasImmForm() 2708 III.ImmWidth = 16; in instrHasImmForm() 2729 III.ImmWidth = 5; in instrHasImmForm() 2734 III.ImmWidth = 5; in instrHasImmForm() 2758 III.ImmWidth = 16; in instrHasImmForm() 2775 III.ImmWidth = 6; in instrHasImmForm() 2780 III.ImmWidth = 6; in instrHasImmForm() 3001 if (!ActualValue.isSignedIntN(III.ImmWidth)) in transformToImmForm() 3004 uint64_t UnsignedMax = (1 << III.ImmWidth) - 1; in transformToImmForm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 6439 auto GetBlendDomains = [&](unsigned ImmWidth, bool Is256) { in getExecutionDomainCustom() argument 6443 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4)) in getExecutionDomainCustom() 6445 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2)) in getExecutionDomainCustom() 6527 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() argument 6530 Imm = (ImmWidth == 16 ? ((Imm << 8) | Imm) : Imm); in setExecutionDomainCustom() 6538 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom() 6540 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm); in setExecutionDomainCustom() 6544 if ((ImmWidth / (Is256 ? 2 : 1)) != 8) { in setExecutionDomainCustom() 6546 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom() 6550 AdjustBlendMask(Imm, ImmWidth, 8, &NewImm); in setExecutionDomainCustom()
|