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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1.s 15 .equ DC, 1 # Direct call from "compressed" code
17 .equ DU, 4 # Direct call from "uncompressed" code
19 .equ LO, 16 # Direct address reference (%lo)
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 13 // Direct searches to search.html
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 49 case StackMapParserT::LocationKind::Direct:
50 OS << "Direct R#" << Loc.getDwarfRegNum() << " + "
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 31 enum Direct { Leftward, Rightward };
47 template <size_t DIRECT>
52 template <size_t DIRECT>
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
namespacetest.cpp 43 TEST(NamespaceTest,Direct) {
  /external/llvm/lib/Target/WebAssembly/
Relooper.h 42 Direct = 0, // We will directly reach the right location through other
Relooper.cpp 354 Solipsize(iter, Branch::Direct, Simple, JustInner);
818 // creation time to make direct branches, and we can do
820 // case of a break and a direct: This would normally be
840 } else if (Details->Type != Branch::Direct)
847 Details->Type = Branch::Direct;
852 assert(Details->Type == Branch::Direct);
864 // branches to direct.
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 40 /// Direct - Pass the argument directly using the normal converted LLVM
46 Direct,
48 /// Extend - Valid only for integer argument types. Same as 'direct'
72 KindFirst = Direct,
99 TheKind(Direct), PaddingInReg(false), InReg(false) {}
104 auto AI = ABIArgInfo(Direct);
164 bool isDirect() const { return TheKind == Direct; }
173 // Direct/Extend accessors
175 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
179 assert((isDirect() || isExtend()) && "Not a direct or extend kind")
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 103 ATTRIBUTE Ascend-IP-Direct 209 ipaddr
113 ATTRIBUTE Ascend-FR-Direct 219 integer
114 ATTRIBUTE Ascend-FR-Direct-Profile 220 string
115 ATTRIBUTE Ascend-FR-Direct-DLCI 221 integer
169 VALUE Ascend-FR-Direct FR-Direct-No 0
170 VALUE Ascend-FR-Direct FR-Direct-Yes 1
  /external/llvm/test/MC/Mips/
cpsetup.s 34 # FIXME: Direct object emission for N32 is still under development.
65 # FIXME: Direct object emission for N32 is still under development.
104 # FIXME: Direct object emission for N32 is still under development.
161 # FIXME: Direct object emission for N32 is still under development.
  /toolchain/binutils/binutils-2.25/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/llvm/include/llvm/CodeGen/
StackMaps.h 136 Direct,
  /external/v8/build/android/gyp/
write_build_config.py 122 def Direct(self, wanted_type=None):
132 raise Exception('Cannot remove direct dep.')
248 help='Whether there is alternative-locale-resource in direct deps')
297 # direct deps.
299 alternative = [r['path'] for r in deps.Direct('android_resources')
301 # We can only have one locale resources in direct deps.
303 raise Exception('The number of locale resource in direct deps is wrong %d'
311 direct_library_deps = deps.Direct('java_library')
314 direct_resources_deps = deps.Direct('android_resources')
  /external/llvm/include/llvm/Object/
StackMapParser.h 101 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
134 /// Get the offset for this location. (Kind must be Direct or Indirect).
136 assert((getKind() == LocationKind::Direct ||
138 "Not direct or indirect.");
  /external/v8/test/webkit/
eval-and-with.js 17 // DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 // Direct non-strict eval inside a with.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 236 } direct; member in struct:__anon75244
414 debug ("Found direct reference\n");
427 debug ("Direct reference is a label\n");
428 current_op->direct.label = token + 1;
432 retval = expression (&current_op->direct.direct_expr);
435 current_op->direct.direct_expr.X_op);
437 (long) current_op->direct.direct_expr.X_add_number);
442 if (current_op->direct.direct_expr.X_op == O_constant)
444 current_op->direct.address =
445 current_op->direct.direct_expr.X_add_number
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 43 enum Kind { Default = 0x0, Direct = 0x1 };
67 bool isDirect() const { return P.getInt() & Direct; }
125 os << ',' << (K.isDirect() ? "direct" : "default")
193 return removeBinding(R, BindingKey::Direct).
226 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
412 assert(!B.lookup(R, BindingKey::Direct));
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 104 Locs.emplace_back(StackMaps::Location::Direct, Size,
184 case Location::Direct:
185 OS << "Direct ";
448 /// uint8 : Register | Direct | Indirect | Constant | ConstantIndex
465 /// 0x2, Direct, Reg + Offset (frame index)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 96 ;; Type # - Direct for ldp
104 ;; Type @ - Direct
  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 357 if ((insn->tm->operand_types[1] & (Direct | Indirect))
358 == (Direct | Indirect))
  /external/clang/lib/CodeGen/
CGCall.cpp 549 // them are direct or extend without a specified coerce type, specify the
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 108 * AWS Direct Connect (Python 3)
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 79 @CHECK-OBJ-NEXT: Description: Direct
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 111 if (str.compare(0, 6, "DIRECT") == 0) {
112 list->push_back("DIRECT");
150 TEST(ProxyResolverV8Test, Direct) {
160 EXPECT_EQ("DIRECT",proxies[0]);
408 EXPECT_EQ("DIRECT", proxies[0]);
456 EXPECT_NE("DIRECT", proxies[0]);
481 EXPECT_NE("DIRECT", proxies[0]);
500 EXPECT_NE("DIRECT", proxies[0]);
518 EXPECT_NE("DIRECT", proxies[0]);
534 EXPECT_EQ("DIRECT", proxies[0])
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 1115 milliseconds

1 2