Searched refs:Bit (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/lib/Basic/
H A DSanitizers.cpp20 unsigned Bit = static_cast<unsigned>(K); local
21 return Kinds & (1 << Bit);
25 unsigned Bit = static_cast<unsigned>(K); local
26 Kinds = Value ? (Kinds | (1 << Bit)) : (Kinds & ~(1 << Bit));
/external/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) argument
8 mov eax, Bit
/external/vixl/src/vixl/a64/
H A Ddecoder-a64.cc163 VIXL_ASSERT(instr->Bit(28) == 0x1);
182 if (instr->Bit(25) == 0) {
190 if (instr->Bit(25) == 0) {
191 if ((instr->Bit(24) == 0x1) ||
203 if (instr->Bit(25) == 0) {
204 if (instr->Bit(24) == 0) {
247 if ((instr->Bit(24) == 0x1) ||
275 if ((instr->Bit(28) == 0) && (instr->Bit(29) == 0) && (instr->Bit(2
[all...]
H A Dmacro-assembler-a64.cc2428 IncludeByRegList(available_, list.list() & ~(xzr.Bit() | sp.Bit()));
2441 RegList include = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit();
2443 include &= ~(xzr.Bit() | sp.Bit());
2453 RegList include = reg1.Bit() | reg2.Bit() | reg
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h144 BIC = 14 << 21, // Bit Clear.
261 // Bit encoding P U W.
273 // Bit encoding P U W .
332 // standard SoftwareInterrupCode. Bit 23 is reserved for the stop feature.
453 inline int Bit(int nr) const { function in class:v8::internal::Instruction
470 static inline int Bit(Instr instr, int nr) { function in class:v8::internal::Instruction
523 inline int NValue() const { return Bit(7); }
524 inline int MValue() const { return Bit(5); }
525 inline int DValue() const { return Bit(22); }
527 inline int PValue() const { return Bit(2
[all...]
H A Dconstants-arm.cc25 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
26 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
27 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
H A Ddisasm-arm.cc240 shift_names[instr->Bit(6) * 2],
364 (instr->Bit(24) == 0x0) &&
366 (instr->Bit(4) == 0x1)) {
368 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4);
451 if (instr->Bit(21) == 0) {
477 if (instr->Bit(21) == 0) {
527 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) &&
528 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) {
529 if (instr->Bit(5) == 1) {
638 if (instr->Bit(2
[all...]
H A Dsimulator-arm.cc1352 if (instr->Bit(4) == 0) {
2006 if (instr->Bit(24) == 0) {
2014 if (instr->Bit(23) == 0) {
2015 if (instr->Bit(21) == 0) {
2029 if (instr->Bit(22) == 0) {
2060 if (instr->Bit(22) == 1) {
2089 if (instr->Bit(22) == 0) {
2177 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) {
2567 if (instr->Bit(4) == 0) {
2570 if (instr->Bit(
[all...]
/external/v8/src/arm64/
H A Ddebug-arm64.cc156 DCHECK((scratch.Bit() & object_regs) == 0);
157 DCHECK((scratch.Bit() & non_object_regs) == 0);
233 Generate_DebugBreakCallHelper(masm, x1.Bit() | x3.Bit(), 0, x10);
241 Generate_DebugBreakCallHelper(masm, receiver.Bit() | name.Bit(), 0, x10);
251 masm, receiver.Bit() | name.Bit() | value.Bit(), 0, x10);
267 masm, receiver.Bit() | nam
[all...]
H A Ddecoder-arm64-inl.h102 DCHECK(instr->Bit(28) == 0x1);
122 if (instr->Bit(25) == 0) {
130 if (instr->Bit(25) == 0) {
131 if ((instr->Bit(24) == 0x1) ||
143 if (instr->Bit(25) == 0) {
144 if (instr->Bit(24) == 0) {
187 if ((instr->Bit(24) == 0x1) ||
216 if (instr->Bit(24) == 0) {
217 if (instr->Bit(28) == 0) {
218 if (instr->Bit(2
[all...]
H A Dassembler-arm64.h58 RegList Bit() const;
281 return (Bit() & kAllocatableFPRegisters) != 0;
452 : list_(reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit()),
542 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
543 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
544 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
545 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
[all...]
H A Dinstructions-arm64.h107 int Bit(int pos) const { function in class:v8::internal::Instruction
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp17 int Bit = rand() % 8; local
18 char Mask = 1 << Bit;
20 if (X & (1 << Bit))
/external/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp159 unsigned Bit = 0; local
161 if (BitAllocs[I] < BitAllocs[Bit])
162 Bit = I;
164 AllocByteOffset = BitAllocs[Bit];
168 BitAllocs[Bit] = ReqSize;
173 AllocMask = 1 << Bit;
388 for (auto Bit : BSI.Bits)
389 Bits |= uint64_t(1) << Bit;
476 Value *Bit = createBitSetTest(ThenB, BSI, BAI, BitOffset); local
484 P->addIncoming(Bit, Then
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp85 uint64_t Bit = 1ULL << Shift;
86 if (const char *PropName = ApplePropertyString(Bit))
89 OS << format("DW_APPLE_PROPERTY_0x%" PRIx64, Bit);
90 if (!(Val ^= Bit))
/external/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
H A DRecord.cpp232 if (BitInit *Bit = dyn_cast<BitInit>(BI->getBit(i))) {
233 Result |= Bit->getValue() << i;
508 if (Init *Bit = getBit(e-i-1))
509 Result += Bit->getAsString();
544 Init *Bit = CachedInit->getBit(CurBit->getBitNum()); local
545 NewBits[i] = fixBitInit(RV, CurBit, Bit);
562 Init *Bit = CurBitVar->getBit(CurBit->getBitNum()); local
563 NewBits[i] = fixBitInit(RV, CurBit, Bit);
747 Init *OpInit::getBit(unsigned Bit) const {
750 return VarBitInit::get(const_cast<OpInit*>(this), Bit);
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h543 virtual Init *getBit(unsigned Bit) const = 0;
613 Init *getBit(unsigned Bit) const override {
643 Init *getBit(unsigned Bit) const override {
644 assert(Bit < 1 && "Bit index out of range!");
702 Init *getBit(unsigned Bit) const override {
703 assert(Bit < Bits.size() && "Bit index out of range!");
704 return Bits[Bit];
743 Init *getBit(unsigned Bit) cons
1104 unsigned Bit; member in class:llvm::VarBitInit
[all...]
/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp347 int Bit = NumElements > 8 ? i % (128 / ElementBits) : i;
348 assert(Bit < 8 &&
350 ShuffleMask.push_back(((Imm >> Bit) & 1) ? NumElements + i : i);
/external/v8/test/cctest/
H A Dtest-assembler-arm64.cc6067 masm.FPTmpList()->set_list(d0.Bit());
6089 masm.FPTmpList()->set_list(d0.Bit());
8239 CHECK(x0.Bit() == (1UL << 0));
8240 CHECK(x1.Bit() == (1UL << 1));
8241 CHECK(x10.Bit() == (1UL << 10));
8244 CHECK(fp.Bit() == (1UL << kFramePointerRegCode));
8245 CHECK(lr.Bit() == (1UL << kLinkRegCode));
8248 CHECK(xzr.Bit() == (1UL << kZeroRegCode));
8251 CHECK(jssp.Bit() == (1UL << kJSSPCode));
8252 CHECK(csp.Bit()
[all...]
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp119 if (unsigned Bit = Flags & ID) { \
120 SplitFlags.push_back(Bit); \
121 Flags &= ~Bit; \
/external/llvm/include/llvm/Support/
H A DCommandLine.h1388 template <class T> static unsigned Bit(const T &V) { function in class:llvm::cl::bits_storage
1408 *Location |= Bit(V);
1414 return (*Location & Bit(V)) != 0;
1424 template <class T> static unsigned Bit(const T &V) {
1432 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1436 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
/external/llvm/lib/Target/R600/
H A DR600Packetizer.cpp229 void setIsLastBit(MachineInstr *MI, unsigned Bit) const {
231 MI->getOperand(LastOp).setImm(Bit);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp411 // Table 2-1 "16-Bit Addressing Forms with the ModR/M byte". We can only
1030 unsigned Bit = 0; local
1036 REX |= 1 << Bit; // set REX.B (Bit=0) and REX.X (Bit=1)
1037 Bit++;
1053 unsigned Bit = 0; local
1058 REX |= 1 << Bit; // REX.B (Bit=0) and REX.X (Bit
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dmain.scons89 if linux_env.Bit('arch_64'):

Completed in 520 milliseconds

123