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

123

/external/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) argument
8 mov eax, Bit
/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc150 ASSERT((scratch.Bit() & object_regs) == 0);
151 ASSERT((scratch.Bit() & non_object_regs) == 0);
223 Generate_DebugBreakCallHelper(masm, x1.Bit() | x3.Bit(), 0, x10);
237 Generate_DebugBreakCallHelper(masm, x0.Bit() | x2.Bit(), 0, x10);
251 Generate_DebugBreakCallHelper(masm, x0.Bit() | x1.Bit() | x2.Bit(), 0, x10);
260 Generate_DebugBreakCallHelper(masm, x0.Bit() | x
[all...]
H A Ddecoder-arm64-inl.h102 ASSERT(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...]
/external/chromium_org/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.
511 inline int Bit(int nr) const { function in class:v8::internal::Instruction
528 static inline int Bit(Instr instr, int nr) { function in class:v8::internal::Instruction
581 inline int NValue() const { return Bit(7); }
582 inline int MValue() const { return Bit(5); }
583 inline int DValue() const { return Bit(22); }
585 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.cc1351 if (instr->Bit(4) == 0) {
2005 if (instr->Bit(24) == 0) {
2013 if (instr->Bit(23) == 0) {
2014 if (instr->Bit(21) == 0) {
2028 if (instr->Bit(22) == 0) {
2059 if (instr->Bit(22) == 1) {
2088 if (instr->Bit(22) == 0) {
2176 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) {
2566 if (instr->Bit(4) == 0) {
2569 if (instr->Bit(
[all...]
/external/vixl/src/a64/
H A Ddecoder-a64.cc167 VIXL_ASSERT(instr->Bit(28) == 0x1);
186 if (instr->Bit(25) == 0) {
194 if (instr->Bit(25) == 0) {
195 if ((instr->Bit(24) == 0x1) ||
207 if (instr->Bit(25) == 0) {
208 if (instr->Bit(24) == 0) {
251 if ((instr->Bit(24) == 0x1) ||
279 if (instr->Bit(24) == 0) {
280 if (instr->Bit(28) == 0) {
281 if (instr->Bit(2
[all...]
H A Dmacro-assembler-a64.cc1406 IncludeByRegList(available_, list.list() & ~(xzr.Bit() | sp.Bit()));
1418 RegList include = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit();
1420 include &= ~(xzr.Bit() | sp.Bit());
1430 RegList include = reg1.Bit() | reg2.Bit() | reg
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp77 for (uint32_t Bit = (1u << 5); Bit < (1u << 12); Bit <<= 1) {
78 if ((RegSave & Bit) == 0u)
81 Mask |= Bit;
111 uint32_t Bit = 1u << (i - 1);
112 if ((VFPRegSave & Bit) == 0u) {
120 Bit >>= 1;
122 while (i > 16 && (VFPRegSave & Bit)) {
125 Bit >>
[all...]
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons10 if env.Bit('host_windows') or env.Bit('host_mac'):
19 if env.Bit('host_windows') and env.Bit('build_x86_64'):
48 env.Bit('host_linux') or env.Bit('host_mac') or
49 env.Bit('running_on_valgrind')))
69 # env.Bit('running_on_valgrind'))
88 # env.Bit('running_on_valgrind') or
89 # (env.Bit('host_window
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons19 if not env.Bit('nacl_disable_shared'):
21 if env.Bit('bitcode'):
/external/chromium_org/ppapi/native_client/
H A Dchrome_main.scons72 if env.Bit('browser_headless') and env.Bit('host_linux'):
112 if env.Bit('mac'):
116 if allow_64bit_redirect and env.Bit('target_x86_64'):
123 if env.Bit('windows'):
125 elif env.Bit('mac'):
180 if not env.Bit('nacl_glibc'):
228 if env.Bit('nacl_static_link'):
316 if env.Bit('nacl_static_link'):
344 if not env.Bit('nacl_glib
[all...]
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
H A Dnacl.scons50 env.Bit('running_on_valgrind') or
55 if not env.Bit('tests_use_irt'):
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons10 if env.Bit('nacl_static_link'):
/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.cpp219 if (BitInit *Bit = dyn_cast<BitInit>(BI->getBit(i))) {
220 Result |= Bit->getValue() << i;
495 if (Init *Bit = getBit(e-i-1))
496 Result += Bit->getAsString();
531 Init *Bit = CachedInit->getBit(CurBit->getBitNum()); local
532 NewBits[i] = fixBitInit(RV, CurBit, Bit);
549 Init *Bit = CurBitVar->getBit(CurBit->getBitNum()); local
550 NewBits[i] = fixBitInit(RV, CurBit, Bit);
734 Init *OpInit::getBit(unsigned Bit) const {
737 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!");
693 Init *getBit(unsigned Bit) const override {
694 assert(Bit < Bits.size() && "Bit index out of range!");
695 return Bits[Bit];
734 Init *getBit(unsigned Bit) cons
1095 unsigned Bit; member in class:llvm::VarBitInit
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse_arm.S13 @ Reference C code is in file complex_bit_reverse.c. Bit-exact.
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons86 env.Bit('nacl_glibc')))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.asm24 ; [18] Perform a 64 Bit relocation in the text section
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc5868 masm.FPTmpList()->set_list(d0.Bit());
5890 masm.FPTmpList()->set_list(d0.Bit());
8040 CHECK(x0.Bit() == (1UL << 0));
8041 CHECK(x1.Bit() == (1UL << 1));
8042 CHECK(x10.Bit() == (1UL << 10));
8045 CHECK(fp.Bit() == (1UL << kFramePointerRegCode));
8046 CHECK(lr.Bit() == (1UL << kLinkRegCode));
8049 CHECK(xzr.Bit() == (1UL << kZeroRegCode));
8052 CHECK(jssp.Bit() == (1UL << kJSSPCode));
8053 CHECK(csp.Bit()
[all...]
/external/llvm/lib/Target/R600/
H A DR600Packetizer.cpp229 void setIsLastBit(MachineInstr *MI, unsigned Bit) const {
231 MI->getOperand(LastOp).setImm(Bit);
/external/vixl/test/
H A Dtest-assembler-a64.cc7427 assert(x0.Bit() == (UINT64_C(1) << 0));
7428 assert(x1.Bit() == (UINT64_C(1) << 1));
7429 assert(x10.Bit() == (UINT64_C(1) << 10));
7432 assert(lr.Bit() == (UINT64_C(1) << kLinkRegCode));
7435 assert(xzr.Bit() == (UINT64_C(1) << kZeroRegCode));
7438 assert(sp.Bit() == (UINT64_C(1) << kSPRegInternalCode));
7439 assert(sp.Bit() != xzr.Bit());
7441 // xn.Bit() == wn.Bit() a
[all...]

Completed in 676 milliseconds

123