HomeSort by relevance Sort by last modified time
    Searched refs:X8664 (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssemblerX8664.h 26 #define X86NAMESPACE X8664
32 namespace X8664 {
34 using AssemblerX8664 = AssemblerX86Base<X8664::Traits>;
38 } // end of namespace X8664
IceInstX8664.h 14 /// When interacting with the X8664 target (which should only happen in the
15 /// X8664 TargetLowering) clients have should use the Ice::X8664::Traits::Insts
18 /// For example, to create an X8664 MOV Instruction, clients should do
20 /// ::Ice::X8664::Traits::Insts::Mov::create
29 #define X86NAMESPACE X8664
IceTargetLoweringX8664.h 24 #define X86NAMESPACE X8664
30 namespace X8664 {
32 class TargetX8664 final : public X8664::TargetX86Base<X8664::Traits> {
48 return makeUnique<X8664::AssemblerX8664>(EmitAddrSizeOverridePrefix);
71 friend class X8664::TargetX86Base<X8664::Traits>;
85 } // end of namespace X8664
IceInstX8664.cpp 11 /// \brief This file defines X8664 specific data related to X8664 Instructions
16 /// This file also defines X8664 operand specific methods (dump and emit.)
32 namespace X8664 {
37 { X8664::Traits::Cond::opp, dump, emit } \
93 const ::Ice::X8664::TargetX8664 *Target) {
109 static_cast<const ::Ice::X8664::TargetX8664 *>(Func->getTarget());
169 B = B->asType(Func, IceType_i32, X8664::Traits::getGprForType(
196 static_cast<const ::Ice::X8664::TargetX8664 *>(Func->getTarget());
253 static_cast<const ::Ice::X8664::TargetX8664 *>(TargetLowering)
    [all...]
IceTargetLoweringX8664.cpp 20 namespace X8664 {
22 return ::Ice::X8664::TargetX8664::create(Func);
27 return ::Ice::X8664::TargetDataX86<::Ice::X8664::TargetX8664Traits>::create(
33 return ::Ice::X8664::TargetHeaderX86::create(Ctx);
37 ::Ice::X8664::TargetX8664::staticInit(Ctx);
41 return ::Ice::X8664::TargetX8664::shouldBePooled(C);
45 return ::Ice::X8664::TargetX8664::getPointerType();
48 } // end of namespace X8664
51 namespace X8664 {
    [all...]
IceTargetLoweringX8664Traits.h 11 /// \brief Declares the X8664 Target Lowering Traits.
34 namespace X8664 {
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 12 namespace X8664 {
61 } // end of namespace X8664
ControlFlow.cpp 12 namespace X8664 {
307 } // end of namespace X8664
Locked.cpp 12 namespace X8664 {
506 } // end of namespace X8664
TestUtil.h 11 // Utility classes for testing the X8664 Assembler.
34 namespace X8664 {
161 // __ is a helper macro. It allows test cases to emit X8664 assembly
    [all...]
DataMov.cpp 12 namespace X8664 {
    [all...]
GPRArith.cpp 12 namespace X8664 {
    [all...]
LowLevel.cpp 12 namespace X8664 {
    [all...]
XmmArith.cpp 12 namespace X8664 {
    [all...]
  /external/swiftshader/src/
Android.mk 149 LOCAL_CFLAGS_x86_64 += -DSZTARGET=X8664

Completed in 1132 milliseconds