HomeSort by relevance Sort by last modified time
    Searched defs:Direct (Results 51 - 75 of 80) sorted by null

1 23 4

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 105 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
138 /// Get the offset for this location. (Kind must be Direct or Indirect).
140 assert((getKind() == LocationKind::Direct ||
142 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 81 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 81 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /toolchain/binutils/binutils-2.27/include/opcode/
tic30.h 195 #define Direct 0x0010
209 #define GAddr1 Rn | Direct | Indirect | Imm16
409 { "iack" ,1,0x1B000000,AddressMode, { Direct|Indirect, 0, 0 }, Imm_None },
441 { "ldfi" ,2,0x07800000,AddressMode, { Direct|Indirect, Rn, 0 }, Imm_None },
470 { "ldii" ,2,0x08800000,AddressMode, { Direct|Indirect, AllReg, 0 }, Imm_None },
472 { "ldp" ,2,0x08700000,0, { Abs24|Direct, DPReg|NotReq, 0 }, Imm_UInt },
557 { "stf" ,2,0x14000000,AddressMode, { Rn, Direct|Indirect, 0 }, Imm_Float },
558 { "stfi" ,2,0x14800000,AddressMode, { Rn, Direct|Indirect, 0 }, Imm_Float },
559 { "sti" ,2,0x15000000,AddressMode, { AllReg, Direct|Indirect, 0 }, Imm_SInt },
560 { "stii" ,2,0x15800000,AddressMode, { AllReg, Direct|Indirect, 0 }, Imm_SInt }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 45 enum Kind { Default = 0x0, Direct = 0x1 };
69 bool isDirect() const { return P.getInt() & Direct; }
127 os << ',' << (K.isDirect() ? "direct" : "default")
195 return removeBinding(R, BindingKey::Direct).
228 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
414 assert(!B.lookup(R, BindingKey::Direct));
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sqlite4java-0.282.jar 

Completed in 394 milliseconds

1 23 4