/external/llvm/test/CodeGen/X86/ |
fast-isel-select.ll | 9 ; CHECK: testb $1, [[RES]]
|
shift-i256.ll | 18 ; CHECK-X64: testb [[REG:%r[0-9]+b]], [[REG]]
|
and-su.ll | 28 ; CHECK: testb $1 39 ; CHECK: testb $2
|
avx512-i1test.ll | 8 ; CHECK: testb 9 ; CHECK: testb
|
fp128-select.ll | 10 ; MMX-NEXT: testb %dl, %dl 24 ; CHECK-NEXT: testb %dl, %dl
|
masked_memop.ll | [all...] |
cmov-fp.ll | 375 ; SSE: testb 379 ; NOSSE2: testb 383 ; NOSSE1: testb 396 ; SSE: testb 400 ; NOSSE2: testb 404 ; NOSSE1: testb 417 ; SSE: testb 421 ; NOSSE2: testb 425 ; NOSSE1: testb 438 ; SSE: testb [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
stdarg.ll | 2 ; CHECK: testb %al, %al
|
and-su.ll | 28 ; CHECK: testb $1 39 ; CHECK: testb $2
|
/external/syslinux/memdisk/ |
memmove.S | 75 testb $2,%al 80 testb $1,%al 120 testb $2,%al 127 testb $1,%al
|
/external/testng/src/test/java/test/groupinvocation/ |
DummyTest.java | 22 public void testB() {
|
/external/testng/src/test/java/test/tmp/ |
TestB.java | 6 public class TestB {
|
/external/v8/testing/gtest/test/ |
gtest_list_tests_unittest_.cc | 100 TEST_P(ValueParamTest, TestB) { 132 TYPED_TEST(TypedTest, TestB) { 146 TYPED_TEST_P(TypeParamTest, TestB) { 149 REGISTER_TYPED_TEST_CASE_P(TypeParamTest, TestA, TestB);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_list_tests_unittest_.cc | 100 TEST_P(ValueParamTest, TestB) { 132 TYPED_TEST(TypedTest, TestB) { 146 TYPED_TEST_P(TypeParamTest, TestB) { 149 REGISTER_TYPED_TEST_CASE_P(TypeParamTest, TestA, TestB);
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_list_tests_unittest_.cc | 100 TEST_P(ValueParamTest, TestB) { 132 TYPED_TEST(TypedTest, TestB) { 146 TYPED_TEST_P(TypeParamTest, TestB) { 149 REGISTER_TYPED_TEST_CASE_P(TypeParamTest, TestA, TestB);
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/ |
gtest_list_tests_unittest_.cc | 100 TEST_P(ValueParamTest, TestB) { 132 TYPED_TEST(TypedTest, TestB) { 146 TYPED_TEST_P(TypeParamTest, TestB) { 149 REGISTER_TYPED_TEST_CASE_P(TypeParamTest, TestA, TestB);
|
/external/e2fsprogs/lib/ext2fs/ |
tst_bitmaps_exp | 17 tst_bitmaps: testb 13 19 tst_bitmaps: testb 15 21 tst_bitmaps: testb 12 23 tst_bitmaps: testb 14 29 tst_bitmaps: testb 12 31 tst_bitmaps: testb 11 33 tst_bitmaps: testb 15 35 tst_bitmaps: testb 16 72 tst_bitmaps: testb 12 7 76 tst_bitmaps: testb 12 [all...] |
/external/clang/test/Analysis/ |
unions-region.m | 33 // [testB] When using RegionStore, this test case previously had a 36 void testB(int i) {
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/ |
asm2.s | 19 TESTB x+0(FP), AX 20 TESTB y+1(FP), BX 27 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)" 28 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)" 45 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value" 46 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value" 68 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value [all...] |
asm1.s | 20 TESTB x+0(FP), AX 21 TESTB y+1(FP), BX 28 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)" 29 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)" 46 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value" 47 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value" 69 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value [all...] |
/prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/ |
asm2.s | 19 TESTB x+0(FP), AX 20 TESTB y+1(FP), BX 27 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)" 28 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)" 45 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value" 46 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value" 68 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value [all...] |
asm1.s | 20 TESTB x+0(FP), AX 21 TESTB y+1(FP), BX 28 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)" 29 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)" 46 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value" 47 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value" 69 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value [all...] |
/external/clang/test/CodeGen/ |
inline.c | 18 // CHECK1-LABEL: define void @testB 40 // CHECK2-LABEL: define void @testB 139 void testB(); 140 inline void testB() {} 141 extern void testB();
|
/art/runtime/interpreter/mterp/x86_64/ |
footer.S | 99 testb %al, %al 107 testb %al, %al 164 testb %al, %al 178 testb %al, %al 196 testb %al, %al 220 testb %al, %al
|
/external/v8/src/x64/ |
codegen-x64.cc | 80 __ testb(result, Immediate(kIsIndirectStringMask)); 120 __ testb(result, Immediate(kStringRepresentationMask)); 128 __ testb(result, Immediate(kIsIndirectStringMask)); 133 __ testb(result, Immediate(kShortExternalStringTag)); 137 __ testb(result, Immediate(kStringEncodingMask)); 153 __ testb(result, Immediate(kStringEncodingMask));
|