/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.cpp | 64 ITCounter = CountITSize(Bits32(bits7_0, 3, 0)); 69 unsigned short FirstCond = Bits32(bits7_0, 7, 4); 98 unsigned short NewITState4_0 = Bits32(ITState, 4, 0) << 1; 119 return Bits32(ITState, 7, 4); 370 registers = Bits32(opcode, 7, 0); 380 registers = Bits32(opcode, 15, 0) & ~0xa000; 386 Rt = Bits32(opcode, 15, 12); 393 registers = Bits32(opcode, 15, 0); 399 Rt = Bits32(opcode, 15, 12); 493 registers = Bits32(opcode, 7, 0) [all...] |
/external/lldb/source/Plugins/Process/Utility/ |
ARMUtils.h | 62 return DecodeImmShift(Bits32(opcode, 5, 4), Bits32(opcode, 14, 12)<<2 | Bits32(opcode, 7, 6), shift_t); 69 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); 207 return Bit32(carry_in, 0) << 31 | Bits32(value, 31, 1); 275 return Bits32(val, msbit, lsbit);
|
InstructionUtils.h | 29 Bits32 (const uint32_t bits, const uint32_t msbit, const uint32_t lsbit)
|
RegisterContextDarwin_arm.cpp | [all...] |
/external/boringssl/src/ssl/test/runner/ |
poly1305.go | 153 bits32 uint64 1374 bits32 = math.MaxUint64 1377 bits32 >>= 32 1382 f0 &= bits32 1389 g0 &= bits32 1392 f1 &= bits32 1401 g1 &= bits32 1403 f2 &= bits32 1410 g2 &= bits32 1413 f3 &= bits32 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xmd.h | 139 typedef CARD32 BITS32;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xmd.h | 139 typedef CARD32 BITS32;
|
/external/mesa3d/src/mapi/glapi/gen/ |
Makefile.am | 21 -T xGenericEvent -T DeviceChangedEvent -T GCPtr -T BITS32 \
|
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | 208 const MemoryMapParams *bits32; member in struct:__anon15305::PlatformMemoryMapParams 460 MapParams = FreeBSD_X86_MemoryMapParams.bits32; 472 MapParams = Linux_X86_MemoryMapParams.bits32; [all...] |
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | [all...] |