/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/ |
D | export-inline.ll | 35 ; SUMMARY-X86-NEXT: BitMask: 0 39 ; SUMMARY-ARM-NEXT: BitMask: 0 48 ; SUMMARY-X86-NEXT: BitMask: 0 52 ; SUMMARY-ARM-NEXT: BitMask: 0
|
D | export-bytearray.ll | 42 ; SUMMARY-X86-NEXT: BitMask: 0 46 ; SUMMARY-ARM-NEXT: BitMask: 2 55 ; SUMMARY-X86-NEXT: BitMask: 0 59 ; SUMMARY-ARM-NEXT: BitMask: 1
|
D | export-allones.ll | 163 ; SUMMARY-X86-NEXT: BitMask: 0 167 ; SUMMARY-ARM-NEXT: BitMask: 0 176 ; SUMMARY-X86-NEXT: BitMask: 0 180 ; SUMMARY-ARM-NEXT: BitMask: 0
|
D | export-icall.ll | 70 ; SUMMARY-NEXT: BitMask: 0 79 ; SUMMARY-NEXT: BitMask: 0
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 33 struct BitMask; 238 struct BitTracker::BitMask { struct 239 BitMask() : B(0), E(0) {} in BitMask() function 240 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} in BitMask() argument 265 RegisterCell &insert(const RegisterCell &RC, const BitMask &M); argument 266 RegisterCell extract(const BitMask &M) const; // Returns a new cell. 414 virtual BitMask mask(unsigned Reg, unsigned Sub) const;
|
D | BitTracker.cpp | 201 const BitMask &M) { in insert() 222 BT::RegisterCell BT::RegisterCell::extract(const BitMask &M) const { in extract() 360 BitMask M = mask(RR.Reg, RR.Sub); in getCell() 710 RegisterCell Res = RegisterCell::ref(A1).extract(BT::BitMask(B, Last)); in eXTR() 724 Res.insert(RegisterCell::ref(A2), BT::BitMask(AtN, AtN+W2-1)); in eINS() 729 BT::BitMask BT::MachineEvaluator::mask(unsigned Reg, unsigned Sub) const { in mask() 733 return BitMask(0, W-1); in mask() 769 Res.insert(Src, BitMask(0, WS-1)); in evaluate() 1009 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() 1010 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub); in subst()
|
/external/syzkaller/sys/netbsd/gen/ |
D | amd64.go | 68 …TypeName: "seek_whence", FldName: "whence", TypeSize: 2}}, Vals: []uint64{0, 1, 2}, BitMask: true}, 89 …, FldName: "mode", TypeSize: 4}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 121 …{TypeName: "mif6c_flags", FldName: "mif6c_flags", TypeSize: 1}}, Vals: []uint64{1}, BitMask: true}, 143 …eName: "send_flags", FldName: "f", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 1024}, BitMask: true}, 208 …TypeName: "semop_flags", FldName: "flg", TypeSize: 2}}, Vals: []uint64{2048, 4096}, BitMask: true}, 226 …send_flags", FldName: "msg_flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 1024}, BitMask: true}, 293 …Name: "unix_socket_family", FldName: "family", TypeSize: 2}}, Vals: []uint64{1, 0}, BitMask: true}, 299 …_socket_family", FldName: "family", TypeSize: 2, ArgDir: 1}}, Vals: []uint64{1, 0}, BitMask: true}, 305 …Name: "unix_socket_family", FldName: "family", TypeSize: 2}}, Vals: []uint64{1, 0}, BitMask: true}, 309 …_socket_family", FldName: "family", TypeSize: 2, ArgDir: 1}}, Vals: []uint64{1, 0}, BitMask: true}, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/ |
D | export-single-impl.ll | 11 ; SUMMARY-NEXT: BitMask: 0 24 ; SUMMARY-NEXT: BitMask: 0 37 ; SUMMARY-NEXT: BitMask: 0 50 ; SUMMARY-NEXT: BitMask: 0
|
D | export-unique-ret-val.ll | 13 ; SUMMARY-NEXT: BitMask: 0 31 ; SUMMARY-NEXT: BitMask: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 40 struct BitMask; 287 struct BitTracker::BitMask { struct 288 BitMask() = default; 289 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} in BitMask() argument 317 RegisterCell &insert(const RegisterCell &RC, const BitMask &M); argument 318 RegisterCell extract(const BitMask &M) const; // Returns a new cell. 465 virtual BitMask mask(unsigned Reg, unsigned Sub) const;
|
D | BitTracker.cpp | 216 const BitMask &M) { in insert() 236 BT::RegisterCell BT::RegisterCell::extract(const BitMask &M) const { in extract() 368 BitMask M = mask(RR.Reg, RR.Sub); in getCell() 690 RegisterCell Res = RegisterCell::ref(A1).extract(BT::BitMask(B, Last)); in eXTR() 703 Res.insert(RegisterCell::ref(A2), BT::BitMask(AtN, AtN+W2-1)); in eINS() 707 BT::BitMask BT::MachineEvaluator::mask(unsigned Reg, unsigned Sub) const { in mask() 711 return BitMask(0, W-1); in mask() 753 Res.insert(Src, BitMask(0, WS-1)); in evaluate() 1001 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() 1002 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub); in subst()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 135 _bits[n] |= BitMask(el); in Add() 167 private static ulong BitMask(int bitNumber) { in BitMask() method in Antlr.Runtime.BitSet 237 return (_bits[n] & BitMask(el)) != 0; in Member() 244 _bits[n] &= ~BitMask(el); in Remove()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 150 _bits[n] |= BitMask( el ); in Add() 188 private static ulong BitMask( int bitNumber ) in BitMask() method in Antlr.Runtime.BitSet 279 return ( _bits[n] & BitMask( el ) ) != 0; in Member() 288 _bits[n] &= ~BitMask( el ); in Remove()
|
/external/brotli/c/dec/ |
D | bit_reader.h | 34 static BROTLI_INLINE uint32_t BitMask(uint32_t n) { in BitMask() function 200 return (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliGetBits() 212 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliSafeGetBits() 239 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliTakeBits()
|
/external/syzkaller/sys/freebsd/gen/ |
D | amd64.go | 155 …me: "ip_msfilter_mode", FldName: "imsf_fmode", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 165 …, FldName: "mode", TypeSize: 4}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 295 …{TypeName: "mif6c_flags", FldName: "mif6c_flags", TypeSize: 1}}, Vals: []uint64{1}, BitMask: true}, 317 …nd_flags", FldName: "f", TypeSize: 4}}, Vals: []uint64{2048, 4, 128, 8, 131072, 1}, BitMask: true}, 382 …TypeName: "semop_flags", FldName: "flg", TypeSize: 2}}, Vals: []uint64{2048, 4096}, BitMask: true}, 400 …", FldName: "msg_flags", TypeSize: 4}}, Vals: []uint64{2048, 4, 128, 8, 131072, 1}, BitMask: true}, 483 …Name: "unix_socket_family", FldName: "family", TypeSize: 2}}, Vals: []uint64{1, 0}, BitMask: true}, 489 …_socket_family", FldName: "family", TypeSize: 2, ArgDir: 1}}, Vals: []uint64{1, 0}, BitMask: true}, 495 …Name: "unix_socket_family", FldName: "family", TypeSize: 2}}, Vals: []uint64{1, 0}, BitMask: true}, 499 …_socket_family", FldName: "family", TypeSize: 2, ArgDir: 1}}, Vals: []uint64{1, 0}, BitMask: true}, [all …]
|
/external/aac/libFDK/include/ |
D | FDK_bitstream.h | 225 BitMask[numberOfBits]; in FDKreadBits() 276 const UINT validMask = BitMask[numberOfBits]; in FDKreadBitsBwd() 344 const UINT validMask = BitMask[numberOfBits]; in FDKwriteBits() 389 const UINT validMask = BitMask[numberOfBits]; in FDKwriteBitsBwd()
|
/external/aac/libFDK/src/ |
D | FDK_bitbuffer.cpp | 109 const UINT BitMask[32 + 1] = { variable 266 UINT mask = ~((BitMask[numberOfBits] << (32 - numberOfBits)) >> bitOffset); in FDK_put() 286 (UINT)hBitBuf->Buffer[byteOffset4] & (~(BitMask[bits] << (8 - bits))); in FDK_put() 299 UINT mask = ~(BitMask[numberOfBits] << bitOffset); in FDK_putBwd() 333 ~(BitMask[bitOffset] >> (32 - numberOfBits))); in FDK_putBwd()
|
/external/syzkaller/sys/fuchsia/gen/ |
D | arm64.go | 241 …, TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 8192}, BitMask: true}, 414 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 426 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 438 …Common{TypeName: "dup_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{256}, BitMask: true}, 443 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 444 …lags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{256, 512, 1024, 2048, 4096}, BitMask: true}, 448 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 453 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 507 …eName: "linkat_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{4096, 1024}, BitMask: true}, 512 …TypeName: "seek_whence", FldName: "whence", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
D | amd64.go | 241 …, TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 8192}, BitMask: true}, 414 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 426 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 438 …Common{TypeName: "dup_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{256}, BitMask: true}, 443 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 444 …lags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{256, 512, 1024, 2048, 4096}, BitMask: true}, 448 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 453 …, FldName: "mode", TypeSize: 8}}, Vals: []uint64{256, 128, 64, 32, 16, 8, 4, 2, 1}, BitMask: true}, 507 …eName: "linkat_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{4096, 1024}, BitMask: true}, 512 …TypeName: "seek_whence", FldName: "whence", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
/external/syzkaller/sys/linux/gen/ |
D | arm.go | 237 …p_flags", FldName: "arp_flags", TypeSize: 4}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 245 …ldName: "arp_flags", TypeSize: 4, ArgDir: 2}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 275 …: "invflags", TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, BitMask: true}, 293 …n{TypeName: "mac_addr_mask_vals", TypeSize: 1}}, Vals: []uint64{0, 255}, BitMask: true}, Kind: 1, … 519 …"binder_transaction_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 16}, BitMask: true}, 694 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 700 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 804 …: "map_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32}, BitMask: true}, 817 …ame: "bpf_open_flags", FldName: "open_flags", TypeSize: 4}}, Vals: []uint64{8, 16}, BitMask: true}, 845 …ypeName: "bpf_map_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
D | 386.go | 232 …p_flags", FldName: "arp_flags", TypeSize: 4}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 240 …ldName: "arp_flags", TypeSize: 4, ArgDir: 2}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 270 …: "invflags", TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, BitMask: true}, 288 …n{TypeName: "mac_addr_mask_vals", TypeSize: 1}}, Vals: []uint64{0, 255}, BitMask: true}, Kind: 1, … 514 …"binder_transaction_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 16}, BitMask: true}, 689 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 695 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 799 …: "map_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32}, BitMask: true}, 812 …ame: "bpf_open_flags", FldName: "open_flags", TypeSize: 4}}, Vals: []uint64{8, 16}, BitMask: true}, 840 …ypeName: "bpf_map_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
D | arm64.go | 238 …p_flags", FldName: "arp_flags", TypeSize: 4}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 246 …ldName: "arp_flags", TypeSize: 4, ArgDir: 2}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 276 …: "invflags", TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, BitMask: true}, 294 …n{TypeName: "mac_addr_mask_vals", TypeSize: 1}}, Vals: []uint64{0, 255}, BitMask: true}, Kind: 1, … 520 …"binder_transaction_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 16}, BitMask: true}, 697 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 703 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 807 …: "map_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32}, BitMask: true}, 820 …ame: "bpf_open_flags", FldName: "open_flags", TypeSize: 4}}, Vals: []uint64{8, 16}, BitMask: true}, 848 …ypeName: "bpf_map_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
D | amd64.go | 238 …p_flags", FldName: "arp_flags", TypeSize: 4}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 246 …ldName: "arp_flags", TypeSize: 4, ArgDir: 2}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 276 …: "invflags", TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, BitMask: true}, 294 …n{TypeName: "mac_addr_mask_vals", TypeSize: 1}}, Vals: []uint64{0, 255}, BitMask: true}, Kind: 1, … 520 …"binder_transaction_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 16}, BitMask: true}, 697 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 703 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 807 …: "map_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32}, BitMask: true}, 820 …ame: "bpf_open_flags", FldName: "open_flags", TypeSize: 4}}, Vals: []uint64{8, 16}, BitMask: true}, 848 …ypeName: "bpf_map_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
D | ppc64le.go | 229 …p_flags", FldName: "arp_flags", TypeSize: 4}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 237 …ldName: "arp_flags", TypeSize: 4, ArgDir: 2}}, Vals: []uint64{2, 4, 8, 16, 32, 64}, BitMask: true}, 267 …: "invflags", TypeSize: 2}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, BitMask: true}, 285 …n{TypeName: "mac_addr_mask_vals", TypeSize: 1}}, Vals: []uint64{0, 255}, BitMask: true}, Kind: 1, … 511 …"binder_transaction_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 16}, BitMask: true}, 688 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 694 …ypeName: "bpf_attach_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2}, BitMask: true}, 798 …: "map_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32}, BitMask: true}, 811 …ame: "bpf_open_flags", FldName: "open_flags", TypeSize: 4}}, Vals: []uint64{8, 16}, BitMask: true}, 839 …ypeName: "bpf_map_flags", FldName: "flags", TypeSize: 8}}, Vals: []uint64{0, 1, 2}, BitMask: true}, [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 158 uint64_t BitMask = ~BypassType->getBitMask(); in insertFastDiv() local 159 Value *AndV = MainBuilder.CreateAnd(OrV, BitMask); in insertFastDiv()
|