Home
last modified time | relevance | path

Searched refs:test32 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dreturn.c216 void test32() { in test32() function
Duninit-variables.c213 void test32() { in test32() function
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerARMv7.h850 void test32(RegisterID reg, TrustedImm32 mask) in test32() function
965 test32(reg, mask);
988 test32(reg, mask);
1184 test32(dataTempRegister, mask); in set32Test32()
1193 test32(dataTempRegister, mask); in set32Test8()
/external/llvm/test/ExecutionEngine/
Dtest-setcond-int.ll51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0]
/external/llvm/test/Transforms/InstCombine/
Dor.ll340 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) {
349 ; CHECK: @test32
Dgetelementptr.ll367 define i8* @test32(i8* %v) {
378 ; CHECK: @test32
Dshift.ll392 define i32 @test32(i32 %A, i32 %B, i32 %C) {
397 ; CHECK: @test32
Dicmp.ll311 ; CHECK: @test32
314 define i1 @test32(i32 %x, i32 %y) {
Dand.ll234 define i32 @test32(i32 %In) {
Dadd.ll246 define i32 @test32(i32 %A) {
Dselect.ll485 define i32 @test32(i32 %x, i32 %y) {
491 ; CHECK: @test32
/external/clang/test/CodeGen/
Dmmx-builtins.c165 __m64 test32(__m64 a, __m64 b) { in test32() function
/external/clang/test/CodeGenCXX/
Dmangle.cpp775 namespace test32 { namespace
/external/clang/test/CodeGenObjC/
Darc.m906 __attribute__((ns_returns_retained)) id test32(void) { function
907 // CHECK: define i8* @test32()
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll1057 ; CHECK: define void @test32(
1067 define void @test32(i8* %p, i1 %x) {
/external/llvm/test/CodeGen/X86/
Dmmx-builtins.ll871 define i64 @test32(<1 x i64> %a, <1 x i64> %b) nounwind readnone optsize ssp {
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp1610 namespace test32 { namespace
/external/valgrind/unittest/
Dracecheck_unittest.cc1302 namespace test32 { namespace
/external/webkit/Source/JavaScriptCore/
DChangeLog3267 (JSC::MacroAssemblerARMv7::test32):