Home
last modified time | relevance | path

Searched refs:emulated (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic -O3 \
7 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -O3 \
9 ; RUN: llc < %s -emulated-tls -mtriple=arm-apple-darwin -O3 \
11 ; RUN: llc < %s -emulated-tls -mtriple=thumbv7-windows-gnu -O3 \
22 ; arm-apple-darwin must use -emulated-tls
23 ; windows must use -emulated-tls
Demutls1.ll1 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \
3 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \
6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr.
/external/llvm/test/CodeGen/X86/
Dtls-android-negative.ll1 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=x86_64-linux-android -relocation-model=pic | File…
2 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-android -relocation-model=pic | F…
4 ; Make sure that some symboles are not emitted in emulated TLS model.
31 ; no direct access to emulated TLS variables.
32 ; no definition of emulated TLS variables.
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -march=x86 -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic \
7 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic \
Demutls-pie.ll1 ; RUN: llc < %s -emulated-tls -march=x86 -mcpu=generic -mtriple=i386-linux-gnu -relocation-model=pi…
3 ; RUN: llc < %s -emulated-tls -march=x86-64 -mcpu=generic -mtriple=x86_64-linux-gnu -relocation-mod…
5 ; RUN: llc < %s -emulated-tls -march=x86 -mcpu=generic -mtriple=i386-linux-android -relocation-mode…
7 ; RUN: llc < %s -emulated-tls -march=x86-64 -mcpu=generic -mtriple=x86_64-linux-android -relocation…
Demutls-pic.ll1 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic | FileCheck …
2 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileC…
3 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-android -relocation-model=pic | FileCh…
4 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-android -relocation-model=pic | F…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtls-android-negative.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
2 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck %s
7 ; Make sure that some symboles are not emitted in emulated TLS model.
34 ; no direct access to emulated TLS variables.
35 ; no definition of emulated TLS variables.
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic \
7 ; RUN: llc < %s -emulated-tls -mtriple=i386-linux-gnu -relocation-model=pic \
Demutls-pie.ll1 ; RUN: llc < %s -emulated-tls -mcpu=generic -mtriple=i386-linux-gnu -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mcpu=generic -mtriple=x86_64-linux-gnu -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mcpu=generic -mtriple=i386-linux-android -relocation-model=pic \
7 ; RUN: llc < %s -emulated-tls -mcpu=generic -mtriple=x86_64-linux-android -relocation-model=pic \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
5 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -O3 \
7 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-windows-gnu -O3 \
9 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-apple-darwin -O3 \
18 ; aarch64-windows-gnu needs explicit -emulated-tls
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DStorageVolumeBuilder.java21 private boolean emulated = false; field in StorageVolumeBuilder
51 this.emulated = isEmulated; in setIsEmulated()
76 from(boolean.class, emulated), // boolean emulated, in build()
92 from(boolean.class, emulated), // boolean emulated, in build()
DShadowEnvironment.java55 public static void setIsExternalStorageEmulated(boolean emulated) { in setIsExternalStorageEmulated() argument
56 ShadowEnvironment.sIsExternalStorageEmulated = emulated; in setIsExternalStorageEmulated()
133 final Boolean emulated = STORAGE_EMULATED.get(path); in isExternalStorageEmulated() local
134 return emulated != null ? emulated : false; in isExternalStorageEmulated()
/external/llvm/test/CodeGen/ARM/
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic -O3 \
7 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -O3 \
Demutls1.ll1 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \
3 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \
6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr.
/external/desugar/java/com/google/devtools/build/android/desugar/
DEmulatedInterfaceRewriter.java47 boolean emulated = support.isEmulatedCoreClassOrInterface(name); in visit()
62 if (!emulated) { in visit()
87 if (BitFlags.isInterface(access) && emulated) { in visit()
DCoreLibrarySupport.java154 Class<?> emulated = getEmulatedCoreClassOrInterface(owner); in registerIfEmulatedCoreInterface() local
155 if (emulated == null) { in registerIfEmulatedCoreInterface()
158 checkArgument(emulated.isInterface(), "Shouldn't be called for a class: %s.%s", owner, name); in registerIfEmulatedCoreInterface()
165 name + ":" + desc, EmulatedMethod.create(access, emulated, name, desc, exceptions)); in registerIfEmulatedCoreInterface()
245 || emulatedInterfaces.stream().anyMatch(emulated -> emulated.isAssignableFrom(result))) { in getCoreInterfaceRewritingTarget()
255 emulated -> emulated.isAssignableFrom(clazz) && result.isAssignableFrom(emulated)) in getCoreInterfaceRewritingTarget()
/external/llvm/test/CodeGen/AArch64/
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
5 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -O3 \
/external/u-boot/doc/device-tree-bindings/spmi/
Dspmi-sandbox.txt1 Sandbox SPMI emulated arbiter.
3 This is bus driver for Sandbox. It includes part of emulated pm8916 pmic.
/external/u-boot/board/emulation/
DKconfig13 This is the QEMU emulated x86 board. U-Boot supports running
22 This is the QEMU emulated x86 64-bit board. With this config
/external/autotest/client/cros/input_playback/
Dinput_playback.py20 self.emulated = False # Whether device is real or not
34 s += '\n Emulated: %s' % self.emulated
141 new_device.emulated = True
420 new_device.emulated = True
434 if new_device.emulated:
/external/llvm/test/CodeGen/PowerPC/
Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic \
/external/autotest/server/site_tests/display_EdidStress/
Dcontrol10 CRITERIA = "This test will fail if DUT does not see the emulated monitor."
20 DUT recognizes the emulated monitor and emits the correct video signal to
Dcontrol.weekly10 CRITERIA = "This test will fail if DUT does not see the emulated monitor."
23 DUT recognizes the emulated monitor and emits the correct video signal to
/external/llvm/test/DebugInfo/ARM/
Dtls.ll3 ; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi -emulated-tls < %s \
22 ; TODO: Add expected output for -emulated-tls tests.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dtls.ll3 ; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi -emulated-tls < %s \
23 ; TODO: Add expected output for -emulated-tls tests.

12345678910>>...24