/external/llvm/test/CodeGen/X86/ |
D | unwind-init.ll | 2 ; RUN: llc -mtriple=i686-unknown-linux < %s | FileCheck -check-prefix X8632 %s 28 ; X8632-LABEL: calls_unwind_init: 29 ; X8632: pushl %ebp 30 ; X8632: pushl %ebx 31 ; X8632: pushl %edi 32 ; X8632: pushl %esi 33 ; X8632: popl %esi 34 ; X8632: popl %edi 35 ; X8632: popl %ebx 36 ; X8632: popl %ebp
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | adv-switch-opt.ll | 5 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=X8632 44 ; X8632-NEXT: mov [[TARGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_386_32 .{{.*}}testJ… 45 ; X8632-NEXT: jmp [[TARGET]] 218 ; X8632: cmp {{.*}},0x0 219 ; X8632-NEXT: jne 220 ; X8632-NEXT: cmp {{.*}},0x159 221 ; X8632-NEXT: jb 222 ; X8632-NEXT: je 223 ; X8632-NEXT: cmp {{.*}},0x1c8 224 ; X8632-NEXT: je [all …]
|
D | local-cse.ll | 4 ; RUN: -O2 | FileCheck --check-prefix=X8632 \ 8 ; RUN: -O2 -lcse=0| FileCheck --check-prefix=X8632 --check-prefix X8632NOEXP %s 26 ; X8632: add 27 ; X8632: add 30 ; X8632: ret
|
D | vector-cast.ll | 5 ; RUN: | FileCheck %s --check-prefix=X8632 --check-prefix=CHECK 7 ; RUN: | FileCheck %s --check-prefix=X8632 --check-prefix=CHECK 28 ; X8632: pxor 29 ; X8632: pcmpeqb 30 ; X8632: psubb 31 ; X8632: pand 32 ; X8632: pxor 33 ; X8632: pcmpgtb 208 ; X8632: psllw {{.*}},0xf 209 ; X8632: psraw {{.*}},0xf [all …]
|
D | multidef_kill.ll | 14 ; RUN: --reg-use=eax,edx -reg-reserve | FileCheck --check-prefix=X8632 %s 34 ; X8632-LABEL: mul 35 ; X8632: lv$c = 36 ; X8632: lv$c
|
D | globalinit.pnacl.ll | 18 ; RUN: | %if --need=target_X8632 --command FileCheck %s --check-prefix=X8632 78 ; X8632-LABEL: main 79 ; X8632: movl $PrimitiveInit, 80 ; X8632: movl $PrimitiveInitConst, 81 ; X8632: movl $PrimitiveInitStatic, 82 ; X8632: movl $PrimitiveUninit, 83 ; X8632: movl $ArrayInit, 84 ; X8632: movl $ArrayInitPartial, 85 ; X8632: movl $ArrayUninit,
|
D | reorder-pooled-constants.ll | 2 ; This option is only implemented for target X8632 for now.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.cpp | 20 namespace X8632 { namespace 22 return ::Ice::X8632::TargetX8632::create(Func); in createTargetLowering() 27 return ::Ice::X8632::TargetDataX86<::Ice::X8632::TargetX8632Traits>::create( in createTargetDataLowering() 33 return ::Ice::X8632::TargetHeaderX86::create(Ctx); in createTargetHeaderLowering() 37 ::Ice::X8632::TargetX8632::staticInit(Ctx); in staticInit() 49 return ::Ice::X8632::TargetX8632::shouldBePooled(C); in shouldBePooled() 53 return ::Ice::X8632::TargetX8632::getPointerType(); in getPointerType() 59 namespace X8632 { namespace 72 dflt, swapS, X8632::Traits::Cond::C1, X8632::Traits::Cond::C2, swapV, \ 73 X8632::Traits::Cond::pred \ [all …]
|
D | IceInstX8632.cpp | 31 namespace X8632 { namespace 36 { X8632::Traits::Cond::opp, dump, emit } \ 103 const Ice::X8632::TargetX8632 *Target) { in getRematerializableOffset() 137 static_cast<const ::Ice::X8632::TargetX8632 *>(Func->getTarget()); in emit() 152 Str << "%" << X8632::Traits::InstSegmentRegNames[SegmentReg] << ":"; in emit() 194 Str << X8632::Traits::InstSegmentRegNames[SegmentReg] << ":"; in dump() 200 static_cast<const ::Ice::X8632::TargetX8632 *>(Func->getTarget()); in dump() 257 Asm->emitSegmentOverride(X8632::Traits::InstSegmentPrefixes[SegmentReg]); in emitSegmentOverride() 265 static_cast<const ::Ice::X8632::TargetX8632 *>(TargetLowering); in toAsmAddress() 293 return X8632::Traits::Address(getEncodedGPR(getBase()->getRegNum()), in toAsmAddress() [all …]
|
D | IceTargetLoweringX8632.h | 24 #define X86NAMESPACE X8632 30 namespace X8632 { 32 class TargetX8632 final : public ::Ice::X8632::TargetX86Base<X8632::Traits> { 45 return makeUnique<X8632::AssemblerX8632>(); in createAssembler() 68 friend class X8632::TargetX86Base<X8632::Traits>;
|
D | IceAssemblerX8632.h | 26 #define X86NAMESPACE X8632 32 namespace X8632 { 34 using AssemblerX8632 = AssemblerX86Base<X8632::Traits>;
|
D | IceInstX8632.h | 31 #define X86NAMESPACE X8632
|
D | IceTargetLoweringX86.cpp | 22 #define X86NAMESPACE X8632
|
D | SZTargets.def | 37 SUBZERO_TARGET(X8632)
|
D | IceTargetLoweringX8632Traits.h | 33 namespace X8632 { 800 using Insts = ::Ice::X8632::Insts<Traits>; 802 using TargetLowering = ::Ice::X8632::TargetX86Base<Traits>; 803 using ConcreteTarget = ::Ice::X8632::TargetX8632; 804 using Assembler = ::Ice::X8632::AssemblerX86Base<Traits>; 965 using Traits = ::Ice::X8632::TargetX8632Traits;
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Other.cpp | 12 namespace X8632 { namespace
|
D | ControlFlow.cpp | 13 namespace X8632 { namespace
|
D | TestUtil.h | 34 namespace X8632 { 43 using Label = ::Ice::X8632::Label;
|
D | X87.cpp | 12 namespace X8632 { namespace
|
D | Locked.cpp | 12 namespace X8632 { namespace
|
D | LowLevel.cpp | 12 namespace X8632 { namespace
|
D | DataMov.cpp | 12 namespace X8632 { namespace
|
/external/swiftshader/third_party/subzero/Makefile.standalone-help/ |
D | help.txt | 27 where <target> is one of {ARM32,MIPS32,X8632,X8664}
|
/external/swiftshader/src/Reactor/ |
D | BUILD.gn | 47 "SZTARGET=X8632", 48 "SUBZERO_TARGET=X8632",
|
/external/swiftshader/ |
D | CMakeLists.txt | 626 set(SUBZERO_TARGET X8632)
|