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

1 2 3

  /art/compiler/utils/arm/
constants_arm.h 145 BIC = 14, // Bit Clear
254 // Read one particular bit out of the instruction bits.
255 inline int Bit(int nr) const {
259 // Read a bit field out of the instruction bits.
289 inline int RegShiftField() const { return Bit(4); }
301 inline int BField() const { return Bit(22); }
302 inline int WField() const { return Bit(21); }
303 inline int LField() const { return Bit(20); }
311 inline int SignField() const { return Bit(6); }
312 inline int HField() const { return Bit(5);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp 77 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 >>= 1
    [all...]
  /external/v8/src/arm/
constants-arm.h 181 // Instr is merely used by the Assembler to distinguish 32bit integers
182 // representing instructions from usual 32 bit values.
183 // Instruction objects are pointers to 32bit values, and provide methods to
205 BIC = 14 << 21, // Bit Clear.
210 // The bits for bit 7-4 for some type 0 miscellaneous instructions.
257 // Instruction bit masks.
319 // Bit encoding P U W.
331 // Bit encoding P U W .
363 // svc (formerly swi) provides a 24bit immediate value. Use bits 22:0 for
364 // standard SoftwareInterrupCode. Bit 23 is reserved for the stop feature
    [all...]
constants-arm.cc 48 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
49 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
50 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 13 if not env.Bit('windows'):
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 13 if not env.Bit('windows'):
talk_linux.py 161 if not env.Bit('host_linux'):
245 if not env.Bit('host_linux'):
275 def EnableFeatureWherePackagePresent(env, bit, cpp_flag, package):
280 bit: The name of the Bit to enable when the package is present.
284 if not env.Bit('host_linux'):
287 env.SetBits(bit)
292 'provides the \"%s.pc\" file.') % (package, bit, package)
295 if env.Bit('cross_compile'):
305 if env.Bit('linux')
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 140 // Instr is merely used by the Assembler to distinguish 32bit integers
141 // representing instructions from usual 32 bit values.
142 // Instruction objects are pointers to 32bit values, and provide methods to
164 BIC = 14 << 21, // Bit Clear.
169 // The bits for bit 7-4 for some type 0 miscellaneous instructions.
216 // Instruction bit masks.
279 // Bit encoding P U W.
291 // Bit encoding P U W .
349 // svc (formerly swi) provides a 24bit immediate value. Use bits 22:0 for
350 // standard SoftwareInterrupCode. Bit 23 is reserved for the stop feature
    [all...]
constants-arm.cc 48 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
49 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
50 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
disasm-arm.cc 122 // Each of these functions decodes one particular instruction type, a 3-bit
267 shift_names[instr->Bit(6) * 2],
356 // Print register list in ascending order, by scanning the bit mask.
391 (instr->Bit(24) == 0x0) &&
393 (instr->Bit(4) == 0x1)) {
395 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4);
479 if (instr->Bit(21) == 0) {
506 if (instr->Bit(21) == 0) {
508 // Bits 20-16 represent most-significant bit. Covert to width.
556 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) &
    [all...]
simulator-arm.cc     [all...]
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 10 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'))
84 # This test is currently flaky on Win 32 bit on x86, disabling there.
87 env.Bit('running_on_valgrind') o
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/
peerconnection.scons 6 if env.Bit('have_webrtc_voice') and env.Bit('have_webrtc_video'):
51 ('', '/nodefaultlib:libcmt')[env.Bit('debug')],
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
nacl.scons 19 if not env.Bit('nacl_disable_shared'):
21 if env.Bit('bitcode'):
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 189 if env.Bit('windows'):
194 elif env.Bit('mac'):
196 elif env.Bit('linux'):
206 if env.Bit('windows'):
207 if env.Bit('debug'):
211 elif env.Bit('mac'):
213 elif env.Bit('linux'):
249 if env.Bit('windows'):
257 if env.Bit('mac'):
331 platforms[x] for x in iter(platforms) if env.Bit(x
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtc.scons 9 if env.Bit('linux'):
16 if env.Bit('have_webrtc_voice') and env.Bit('have_webrtc_video'):
81 win_link_flags = [('', '/nodefaultlib:libcmt')[env.Bit('debug')]],
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 81 if env.Bit('browser_headless') and env.Bit('host_linux'):
121 if env.Bit('mac'):
125 if allow_64bit_redirect and env.Bit('target_x86_64'):
126 # On 64-bit Windows and on Mac, we need the 32-bit plugin because
127 # the browser is 32-bit.
128 # Unfortunately it is tricky to build the 32-bit plugin (and all the
129 # libraries it needs) in a 64-bit build... so we'll assume it has already
132 if env.Bit('windows')
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
nacl.scons 42 env.Bit('nacl_glibc'))
78 env.Bit('nacl_glibc'))
106 env.Bit('nacl_glibc'))
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 68 test_args=[('is_pnacl', int(env.Bit('pnacl_generate_pexe')))],
79 env.Bit('host_windows') or
80 env.Bit('running_on_valgrind'))
87 if env.Bit('bitcode'):
94 if not env.Bit('nacl_glibc'):
  /external/clang/test/Parser/
MicrosoftExtensions.c 21 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit)
26 mov eax, Bit
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 50 env.Bit('running_on_valgrind') or
51 # inbrowser_test_runner_parallel is flaky on 32 bit windows
55 if not env.Bit('tests_use_irt'):
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/
talk.py 392 platforms[x] for x in iter(platforms) if env.Bit(x)
395 platforms[x] for x in iter(platforms) if not env.Bit(x)
438 construction variables. It can build signed targets and 64bit copies
473 signed = env.Bit('windows') and PopEntry(params, 'signed')
497 if env.Bit('windows'):
521 if env.Bit('linux') and 'LIBS' in env:
543 if env.Bit('mac') and 'ComponentProgram' == component:
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
nacl.scons 10 if env.Bit('nacl_static_link'):
  /external/llvm/lib/TableGen/
TGLexer.h 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List,
  /external/llvm/include/llvm/TableGen/
Record.h 141 /// BitRecTy - 'bit' - Represent a single bit
169 virtual std::string getAsString() const { return "bit"; }
427 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
495 /// the bit subscript operator on this initializer, return null.
537 /// bit.
538 virtual Init *getBit(unsigned Bit) const = 0;
540 /// getBitVar - This method is used to retrieve the initializer for bit
544 /// getBitNum - This method is used to retrieve the bit number of a bit
    [all...]

Completed in 345 milliseconds

1 2 3