HomeSort by relevance Sort by last modified time
    Searched full:is32bit (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h 23 // in a GR128 pair. Is32Bit says whether we want a GR32 or GR64.
24 inline unsigned even128(bool Is32bit) {
25 return Is32bit ? subreg_hl32 : subreg_h64;
27 inline unsigned odd128(bool Is32bit) {
28 return Is32bit ? subreg_l32 : subreg_l64;
SystemZISelLowering.cpp 65 static bool is32Bit(EVT VT) {
    [all...]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 246 /// @param is32bit - Instructon is only 32-bit
254 bool is32bit,
X86RecognizableInstr.cpp 235 Is32Bit = false;
242 Is32Bit = true;
898 UID, Is32Bit, IgnoresVEX_L, AddressSize);
904 UID, Is32Bit, IgnoresVEX_L, AddressSize);
    [all...]
X86RecognizableInstr.h 86 bool Is32Bit;
X86DisassemblerTables.cpp 906 bool is32bit,
912 if ((is32bit || addressSize == 16) &&
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 484 // is32bit reports whether x can be represented using 32 bits.
485 func is32bit(x int64) bool { func
673 if !is32bit(a) || !is32bit(b) {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 484 // is32bit reports whether x can be represented using 32 bits.
485 func is32bit(x int64) bool { func
673 if !is32bit(a) || !is32bit(b) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) {
194 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")
  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 1613 is32bit (bfd *abfd) function
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 316 bool is32Bit() const {
X86FrameLowering.cpp     [all...]
  /system/core/debuggerd/
debuggerd.cpp 345 static bool is32bit(pid_t tid) { function
819 if (is32bit(request.tid)) {
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 1534 bool is32bit = false; \/\/ used to distinguish between CONST32 and CONST64 local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 6137 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.td 25 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
582 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
constant.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
constant.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
constant.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
constant.a     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 2580 milliseconds

1 2