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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
45 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
47 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
48 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
49 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
50 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
45 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
47 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
48 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
49 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
50 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
LaneBitmask.h 13 /// A lane mask is a bitmask representing the covering of a register with
18 /// physical registers. The individual bits in a lane mask can't be assigned
47 explicit constexpr LaneBitmask(Type V) : Mask(V) {}
49 constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
50 constexpr bool operator!= (LaneBitmask M) const { return Mask != M.Mask; }
51 constexpr bool operator< (LaneBitmask M) const { return Mask < M.Mask; }
52 constexpr bool none() const { return Mask == 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SanitizerBlacklist.h 34 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
36 bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName,
38 bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const;
39 bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName,
41 bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc,
  /external/v8/src/arm64/
decoder-arm64-inl.h 132 (instr->Mask(0x01000010) == 0x00000010)) {
146 (instr->Mask(0x00E0001D) == 0x00200001) ||
147 (instr->Mask(0x00E0001D) == 0x00400001) ||
148 (instr->Mask(0x00E0001E) == 0x00200002) ||
149 (instr->Mask(0x00E0001E) == 0x00400002) ||
150 (instr->Mask(0x00E0001C) == 0x00600000) ||
151 (instr->Mask(0x00E0001C) == 0x00800000) ||
152 (instr->Mask(0x00E0001F) == 0x00A00000) ||
153 (instr->Mask(0x00C0001C) == 0x00C00000)) {
160 const Instr masked_003FF0E0 = instr->Mask(0x003FF0E0)
    [all...]
  /external/vixl/src/aarch64/
decoder-aarch64.cc 210 (instr->Mask(0x01000010) == 0x00000010)) {
224 (instr->Mask(0x00E0001D) == 0x00200001) ||
225 (instr->Mask(0x00E0001D) == 0x00400001) ||
226 (instr->Mask(0x00E0001E) == 0x00200002) ||
227 (instr->Mask(0x00E0001E) == 0x00400002) ||
228 (instr->Mask(0x00E0001C) == 0x00600000) ||
229 (instr->Mask(0x00E0001C) == 0x00800000) ||
230 (instr->Mask(0x00E0001F) == 0x00A00000) ||
231 (instr->Mask(0x00C0001C) == 0x00C00000)) {
238 const Instr masked_003FF0E0 = instr->Mask(0x003FF0E0)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
TestAndClearBit.c 28 UINT16 Mask;
37 Mask = 1U << (Bit & 15);
39 for (Word = *(UINT16 *) Address; Word & Mask; Word = Read) {
40 Read = InterlockedCompareExchange16 (Address, Word, Word & ~Mask);

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 91011>>