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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Other.cpp 17 #define TestImpl(Size, ...) \
26 TestImpl(1, 0x90);
27 TestImpl(2, 0x66, 0x90);
28 TestImpl(3, 0x0F, 0x1F, 0x00);
29 TestImpl(4, 0x0F, 0x1F, 0x40, 0x00);
30 TestImpl(5, 0x0F, 0x1F, 0x44, 0x00, 0x00);
31 TestImpl(6, 0x66, 0x0F, 0x1F, 0x44, 0x00, 0x00);
32 TestImpl(7, 0x0F, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x00);
33 TestImpl(8, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00);
35 #undef TestImpl
    [all...]
Locked.cpp 66 #define TestImpl(Dst1) \
75 TestImpl(eax);
76 TestImpl(ebx);
77 TestImpl(ecx);
78 TestImpl(edx);
79 TestImpl(esi);
80 TestImpl(edi);
82 #undef TestImpl
117 #define TestImpl(Reg0, Reg1) \
127 TestImpl(eax, ebx)
    [all...]
GPRArith.cpp 461 #define TestImpl(Dst, Src) \
468 TestImpl(eax, ebx);
469 TestImpl(ebx, ecx);
470 TestImpl(ecx, edx);
471 TestImpl(edx, esi);
472 TestImpl(esi, edi);
473 TestImpl(edi, eax);
475 #undef TestImpl
    [all...]
XmmArith.cpp     [all...]
DataMov.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 17 #define TestImpl(Size, ...) \
26 TestImpl(1, 0x90);
27 TestImpl(2, 0x66, 0x90);
28 TestImpl(3, 0x0F, 0x1F, 0x00);
29 TestImpl(4, 0x0F, 0x1F, 0x40, 0x00);
30 TestImpl(5, 0x0F, 0x1F, 0x44, 0x00, 0x00);
31 TestImpl(6, 0x66, 0x0F, 0x1F, 0x44, 0x00, 0x00);
32 TestImpl(7, 0x0F, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x00);
33 TestImpl(8, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00);
35 #undef TestImpl
    [all...]
ControlFlow.cpp 39 #define TestImpl(Dst, Src0, Src1) \
75 TestImpl(r1, r2, r3);
76 TestImpl(r2, r3, r4);
77 TestImpl(r3, r4, r5);
78 TestImpl(r4, r5, r6);
79 TestImpl(r5, r6, r7);
80 TestImpl(r6, r7, r8);
81 TestImpl(r7, r8, r10);
82 TestImpl(r8, r10, r11);
83 TestImpl(r10, r11, r12)
    [all...]
Locked.cpp 63 #define TestImpl(Dst1) \
70 TestImpl(r1);
71 TestImpl(r2);
72 TestImpl(r3);
73 TestImpl(r4);
74 TestImpl(r5);
75 TestImpl(r6);
76 TestImpl(r7);
77 TestImpl(r8);
78 TestImpl(r10)
    [all...]
GPRArith.cpp 57 #define TestImpl(Dest, Src0, Src1) \
91 TestImpl(r1, r2, r3);
92 TestImpl(r2, r3, r4);
93 TestImpl(r3, r4, r5);
94 TestImpl(r4, r5, r6);
95 TestImpl(r4, r6, r7);
96 TestImpl(r5, r6, r7);
97 TestImpl(r6, r7, r8);
98 TestImpl(r7, r8, r10);
99 TestImpl(r8, r10, r11)
    [all...]
DataMov.cpp 37 #define TestImpl(Reg) \
45 TestImpl(r1);
46 TestImpl(r2);
47 TestImpl(r3);
48 TestImpl(r4);
49 TestImpl(r5);
50 TestImpl(r6);
51 TestImpl(r7);
52 TestImpl(r8);
53 TestImpl(r10)
    [all...]
XmmArith.cpp 94 #define TestImpl(Src, Dst0, Dst1) \
100 TestImpl(xmm0, xmm1, xmm2);
101 TestImpl(xmm1, xmm2, xmm3);
102 TestImpl(xmm2, xmm3, xmm4);
103 TestImpl(xmm3, xmm4, xmm5);
104 TestImpl(xmm4, xmm5, xmm6);
105 TestImpl(xmm5, xmm6, xmm7);
106 TestImpl(xmm6, xmm7, xmm8);
107 TestImpl(xmm7, xmm8, xmm9);
108 TestImpl(xmm8, xmm9, xmm10)
    [all...]
  /art/compiler/jni/
jni_cfi_test.cc 42 void TestImpl(InstructionSet isa,
111 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \
  /art/compiler/optimizing/
optimizing_cfi_test.cc 120 void TestImpl(InstructionSet isa, const char*
168 TestImpl(InstructionSet::isa, #isa, expected_asm, expected_cfi); \
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 235 IntelJITEventsWrapper* TestImpl) {
236 return new IntelJITEventListener(TestImpl);
  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_test.cc 604 void TestImpl() {
667 XLA_TEST_P(Convolve1D1WindowTestFloat, Convolve1D1Window) { TestImpl<float>(); }
705 TestImpl<Eigen::half>();
  /external/boringssl/src/crypto/pkcs8/
pkcs12_test.cc     [all...]

Completed in 228 milliseconds