HomeSort by relevance Sort by last modified time
    Searched refs:High (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 44 : Kind(Range), Low(Value), High(Value), Target(Target) {}
46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT)
47 : Kind(JumpTable), Low(Low), High(High), JT(JT) {}
51 uint64_t getHigh() const { return High; }
61 bool isUnitRange() const { return Low == High; }
62 bool isPairRange() const { return Low == High - 1; }
71 uint64_t High;
IceSwitchLowering.cpp 38 return x.High < y.Low;
64 const uint64_t MaxValue = CaseClusters.back().High;
81 // Case.High could be UINT64_MAX which makes the loop awkward. Unwrap the
83 for (uint64_t I = Case.Low; I < Case.High; ++I)
85 JumpTable->addTarget(Case.High - MinValue, Case.Target);
99 this->Target == New.Target && this->High + 1 == New.Low;
101 this->High = New.High;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
rtstr.c 114 UINTN High, Low;
116 High = BcdValue >> 4;
117 Low = BcdValue - (High << 4);
119 return ((UINT8)(Low + (High * 10)));
132 UINTN High, Low;
134 High = DecValue / 10;
135 Low = DecValue - (High * 10);
137 return ((UINT8)(Low + (High << 4)));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
Console.c 215 UINTN High;
220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
221 while (Low <= High) {
222 Index = (Low + High) >> 1;
235 High = Index - 1;
244 if (Low <= High) {
  /external/llvm/lib/IR/
IntrinsicInst.cpp 63 const char *const *High = NameTable.end();
65 while (CmpEnd < Name.size() && High - Low > 0) {
73 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp);
75 if (High - Low > 0)
  /external/clang/test/Index/
complete-type-factors.m 9 High
31 [a method:Red priority:High];
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
56 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
72 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
88 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
106 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
122 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
134 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 36 int64_t Low, High;
43 // Find the first range whose High field is >= R.High,
48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; });
64 ConstantInt* High;
67 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb)
68 : Low(low), High(high), BB(bb) {}
93 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 51 Constant* High;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
77 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
120 O << *B->Low << " -" << *B->High;
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
186 if (Leaf.Low == Leaf.High) {
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 99 unsigned getX86SubSuperRegister(unsigned, unsigned, bool High=false);
104 bool High = false);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
IoApic.h 79 UINT32 High;
  /external/gemmlowp/meta/generators/
mul_1x8_Mx8_neon.py 64 emitter.AllLanes(registers.High(register))],
113 registers.Low(aggregator), registers.High(aggregator))
118 emitter.EmitVPadd('u32', registers.High(temp), registers.Low(aggregators[2]),
134 emitter.EmitVPadd('u32', registers.High(temp_2),
142 emitter.EmitVPadd('u32', registers.High(temp_2),
177 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp)],
182 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp),
187 [registers.Low(temp), registers.High(temp), registers.Low(temp_2)],
190 registers.High(temp_2), 0), emitter.Dereference(results, None))
192 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DivU64x32.S 69 movl 0xC(%ebp), %eax # Put high 32 bits of 64-bit dividend in EAX
77 divl %ecx # Leave the REMAINDER in EDX as High 32-bit of new dividend
87 popl %edx # Pop High 32-bit QUOITENT to EDX
DivU64x32.c 55 mov eax, dword ptr Dividend[4] ; Put high 32 bits of 64-bit dividend in EAX
63 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
73 pop edx ; Pop High 32-bit QUOITENT to EDX
  /external/libvpx/libvpx/test/
register_state_check.h 42 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 88 void CountInRangeImpl(int *NumInRange, int Low, int High,
92 if (Low <= *Args[i] && *Args[i] <= High)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 212 UINTN High;
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
218 while (Low <= High) {
219 Index = (Low + High) >> 1;
232 High = Index - 1;
241 if (Low <= High) {
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 215 UINTN High;
220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
221 while (Low <= High) {
222 Index = (Low + High) >> 1;
235 High = Index - 1;
244 if (Low <= High) {
  /external/llvm/include/llvm/IR/
InlineAsm.h 281 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
294 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
303 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
351 unsigned High = Flag >> 16;
354 if (!High)
356 RC = High - 1;
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 232 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
245 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
283 unsigned High = Flag >> 16;
286 if (!High)
288 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 292 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
307 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
317 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
355 unsigned High = Flag >> 16;
358 if (!High)
360 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
354 unsigned High = Flag >> 16;
357 if (!High)
359 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
354 unsigned High = Flag >> 16;
357 if (!High)
359 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
354 unsigned High = Flag >> 16;
357 if (!High)
359 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
354 unsigned High = Flag >> 16;
357 if (!High)
359 RC = High - 1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InlineAsm.h 291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
354 unsigned High = Flag >> 16;
357 if (!High)
359 RC = High - 1;

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 9