/external/llvm/test/CodeGen/ARM/ |
D | 2012-08-09-neon-extload.ll | 21 ; CHECK: vld1.16 {d[[LOAD:[0-9]+]][0]}, [{{r[0-9]+}}:16] 22 ; CHECK: vmovl.s8 {{q[0-9]+}}, d[[LOAD]] 36 ; CHECK: vmovl.s8 {{q[0-9]+}}, d[[LOAD]] 53 ; CHECK: vld1.32 {d[[LOAD:[0-9]+]][0]}, [{{r[0-9]+}}:32] 54 ; CHECK: vmovl.s8 {{q[0-9]+}}, d[[LOAD]] 68 ; CHECK: vld1.32 {d[[LOAD:[0-9]+]][0]}, [{{r[0-9]+}}:32] 69 ; CHECK: vmovl.s8 {{q[0-9]+}}, d[[LOAD]] 82 ; CHECK: vld1.32 {d[[LOAD:[0-9]+]][0]}, [{{r[0-9]+}}:32] 83 ; CHECK: vmovl.s16 {{q[0-9]+}}, d[[LOAD]] 97 ; CHECK: vld1.32 {d[[LOAD:[0-9]+]][0]}, [{{r[0-9]+}}:32] [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
D | chacha_vec.c | 80 #define LOAD(m) (vec)(*((vec*)(m))) macro 104 #define LOAD(m) (vec)_mm_loadu_si128((__m128i*)(m)) macro 152 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \ 153 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \ 154 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \ 155 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3)); 197 s0 = LOAD(chacha_const); in CRYPTO_chacha_20_neon() 198 s1 = LOAD(&((vec*)kp)[0]); in CRYPTO_chacha_20_neon() 199 s2 = LOAD(&((vec*)kp)[1]); in CRYPTO_chacha_20_neon() 328 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0)); in CRYPTO_chacha_20_neon() [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 32 The tuning of the choice between LOAD ADDRESS (LA) and addition in 70 We don't use the LOAD AND TEST or TEST DATA CLASS instructions. 74 We could use the generic floating-point forms of LOAD COMPLEMENT, 75 LOAD NEGATIVE and LOAD POSITIVE in cases where we don't need the 111 We don't use the halfword forms of LOAD REVERSED and STORE REVERSED 122 ISD opcode. We could add one and implement it using LOAD POSITIVE. 123 Negated absolutes could use LOAD NEGATIVE.
|
D | SystemZPatterns.td | 40 // with LOAD, OPERATOR and STORE being the read, modify and write 58 // The inserted operand is loaded using LOAD from an address of mode MODE. 69 // Use MVC instruction INSN for a load of type LOAD followed by a store 83 // Record that INSN is a LOAD AND TEST that can be used to compare
|
/external/chromium/chrome/common/extensions/ |
D | extension_file_util_unittest.cc | 82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 156 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 173 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 189 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
|
D | extension_l10n_util_unittest.cc | 404 ExtensionInfo info(NULL, "", FilePath(), Extension::LOAD); in TEST() 412 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 422 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 433 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 445 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 456 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
|
D | extension.h | 53 LOAD, // --load-extension. enumerator 378 return location == Extension::LOAD || in ShouldDoStrictErrorChecking() 385 return location == Extension::LOAD; in ShouldAlwaysAllowFileAccess()
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 44 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]] 48 ; CHECK: call {{.*}}(i32 [[LOAD]]) 50 ; CHECK: ret i32 [[LOAD]] 72 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]] 73 ; CHECK-NEXT: ret i32 [[LOAD]]
|
/external/llvm/test/Object/ |
D | objdump-private-headers.test | 7 ELF-i386: LOAD off 0x00000000 vaddr 0x08048000 paddr 0x08048000 align 2**12 13 ELF-x86-64: LOAD off 0x0000000000000000 vaddr 0x0000000000400000 paddr 0x0000000000400000 al…
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 70 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering() 71 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32); in AMDGPUTargetLowering() 73 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering() 74 AddPromotedToType(ISD::LOAD, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering() 76 setOperationAction(ISD::LOAD, MVT::v4f32, Promote); in AMDGPUTargetLowering() 77 AddPromotedToType(ISD::LOAD, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering() 79 setOperationAction(ISD::LOAD, MVT::f64, Promote); in AMDGPUTargetLowering() 80 AddPromotedToType(ISD::LOAD, MVT::f64, MVT::i64); in AMDGPUTargetLowering()
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
D | suggest_apps_dialog.js | 320 SuggestAppsDialog.Metrics.LOAD.SUCCEEDED); 334 SuggestAppsDialog.Metrics.recordLoad(SuggestAppsDialog.Metrics.LOAD.FAILURE); 423 SuggestAppsDialog.Metrics.LOAD.CANCELLED); 499 LOAD: Object.freeze({ property
|
/external/chromium_org/media/base/ |
D | media_log_event.h | 42 LOAD, enumerator
|
D | media_log.cc | 29 case MediaLogEvent::LOAD: in EventTypeToString() 151 scoped_ptr<MediaLogEvent> event(CreateEvent(MediaLogEvent::LOAD)); in CreateLoadEvent()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_ui_unittest.cc | 164 extension_path, pages, Extension::LOAD)); in TEST() 225 extension_path, pages, Extension::LOAD)); in TEST()
|
D | extensions_ui.cc | 70 if (extension->location() == Extension::LOAD) in ShouldShowExtension() 692 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue() 697 extension->location() == Extension::LOAD); in CreateExtensionDetailValue() 708 extension->location() == Extension::LOAD); in CreateExtensionDetailValue() 713 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
|
D | extension_service.cc | 117 if (info.extension_location == Extension::LOAD) in ShouldReloadExtensionManifest() 228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ? in LoadSingleExtension() 230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD)) in LoadSingleExtension() 235 Extension::LOAD, in LoadSingleExtension() 692 if (Extension::LOAD != location) { in UninstallExtension() 959 if (location == Extension::LOAD) in LoadAllExtensions() 1039 if (info.extension_location != Extension::LOAD) in LoadInstalledExtension() 1673 if (extension->location() != Extension::LOAD) in DisableIfPrivilegeIncrease() 1776 if (Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) && in OnExtensionInstalled()
|
D | extension_prefs.cc | 190 if (location != Extension::LOAD) in CleanupBadExtensionKeys() 288 location_value == Extension::LOAD) { in MakePathsRelative() 332 location_value == Extension::LOAD) { in MakePathsAbsolute() 883 if (extension->location() != Extension::LOAD) { in OnExtensionInstalled() 981 if (extension->location() != Extension::LOAD) { in UpdateManifest() 1086 location != Extension::LOAD && in GetInstalledExtensionInfoImpl() 1093 if (location != Extension::LOAD && in GetInstalledExtensionInfoImpl()
|
/external/elfutils/libebl/ |
D | eblsegmenttypename.c | 75 PTYPE (LOAD),
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
D | chrome.uvwxyz.readelf-e | 81 LOAD 0x000000 0x0000000000000000 0x0000000000000000 0xab385f8 0xab385f8 R E 0x1000 82 LOAD 0xab38720 0x000000000ab39720 0x000000000ab39720 0x442aa8 0x4bb40a RW 0x1000
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 118 case ISD::LOAD: in Select()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | SIISelLowering.cpp | 53 setOperationAction(ISD::LOAD, MVT::i32, Custom); in SITargetLowering() 54 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SITargetLowering() 266 case ISD::LOAD: return LowerLOAD(Op, DAG); in LowerOperation()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIISelLowering.cpp | 53 setOperationAction(ISD::LOAD, MVT::i32, Custom); in SITargetLowering() 54 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SITargetLowering() 266 case ISD::LOAD: return LowerLOAD(Op, DAG); in LowerOperation()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 104 ; Test the result of LOAD POSITIVE. 123 ; Test the result of LOAD NEGATIVE. 143 ; Test the result of LOAD COMPLEMENT.
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 456 LOAD, STORE, enumerator
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 357 if (N1.getOpcode() == ISD::LOAD && in SelectIndexedBinOp() 414 case ISD::LOAD: in Select()
|