/external/llvm/test/CodeGen/X86/ |
xor-icmp.ll | 11 ; X32: testb $64 17 ; X64: testb $64
|
no-prolog-kill.ll | 8 ; CHECK: testb %al, %al
|
pr13577.ll | 9 ; CHECK: testb $-128, -15(%rsp)
|
pr16031.ll | 5 ; CHECK-NEXT: testb $1, 8(%esp)
|
stdarg.ll | 10 ; CHECK: testb %al, %al
|
test-shrink-bug.ll | 3 ; Codegen shouldn't reduce the comparison down to testb $-1, %al
|
peep-test-3.ll | 68 ; Just like @and, but without the trunc+store. This should use a testb 77 ; CHECK: testb $3, %
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
xor-icmp.ll | 11 ; X32: testb $64 17 ; X64: testb $64
|
fast-isel-i1.ll | 29 ; CHECK-NEXT: testb $1
|
test-shrink-bug.ll | 3 ; Codegen shouldn't reduce the comparison down to testb $-1, %al
|
peep-test-3.ll | 68 ; Just like @and, but without the trunc+store. This should use a testb 77 ; CHECK: testb $3, %
|
/art/runtime/interpreter/mterp/x86/ |
op_shl_long.S | 21 testb $$32, %cl
|
op_shr_long.S | 21 testb $$32, %cl
|
op_ushr_long.S | 21 testb $$32, %cl
|
footer.S | 116 testb %al, %al 124 testb %al, %al 180 testb %al, %al 196 testb %al, %al 216 testb %al, %al 243 testb %al, %al
|
/bionic/libc/arch-x86_64/string/ |
sse2-memset-slm.S | 60 testb $8, %dl 62 testb $4, %dl 64 testb $2, %dl 66 testb $1, %dl
|
/external/clang/test/Analysis/diagnostics/ |
text-diagnostics.c | 12 void testB(int *q) {
|
/external/clang/test/Modules/ |
decldef.m | 33 void testB() {
|
/external/clang/test/Sema/ |
inline-asm-validate-tmpl.cpp | 15 template <int N> void testb(int value) function
|
/external/syslinux/com32/lib/ |
memmove.S | 81 testb $2,%al 86 testb $1,%al 136 testb $2,%al 143 testb $1,%al
|
memcpy.S | 74 testb $2,%al 79 testb $1,%al
|
/external/testng/src/test/java/test/enable/ |
B.java | 10 public void testB() {}
|
/prebuilts/go/darwin-x86/src/cmd/go/testdata/src/ |
failfast_test.go | 18 func TestB(t *testing.T) {
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/src/ |
failfast_test.go | 18 func TestB(t *testing.T) {
|
/external/icu/icu4c/source/test/cintltst/ |
utransts.c | 353 U_STRING_DECL(ID, "TestA-TestB", 11); 354 U_STRING_INIT(ID, "TestA-TestB", 11); 357 t1=utrans_open("TestA-TestB", UTRANS_FORWARD,NULL,0,NULL, &status); 359 log_err("FAIL: TestA-TestB already registered\n"); 364 inverse1=utrans_open("TestA-TestB", UTRANS_REVERSE, NULL,0,NULL,&status); 366 log_err("FAIL: TestA-TestB already registered\n"); 371 rules=utrans_open("TestA-TestB",UTRANS_FORWARD, rule, 4, NULL, &status); 393 t1= utrans_open("TestA-TestB", UTRANS_FORWARD, NULL,0,NULL,&status); 395 log_err("FAIL: TestA-TestB not registered\n"); 402 utrans_unregister("TestA-TestB"); [all...] |