/external/testng/src/test/java/test/thread/ |
H A D | Test2Test.java | 14 public void f22() { method in class:Test2Test 15 ppp("f22"); 16 addId("Test2Test.f22()", Thread.currentThread().getId());
|
/external/compiler-rt/lib/builtins/ppc/ |
H A D | restFP.S | 31 lfd f22,-80(r1)
|
H A D | saveFP.S | 29 stfd f22,-80(r1)
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
H A D | fpu_asm.h | 24 stfd f22,(stack_size + STACK_FRAME_MIN_SIZE - 72)(%r1); \ 44 lfd f22,(stack_size + STACK_FRAME_MIN_SIZE - 72)(%r1); \ 67 lfd f22,64(r3) variable
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ppc_regs.h | 55 #define f22 22 macro
|
/external/llvm/test/MC/Mips/mips1/ |
H A D | invalid-mips5-wrong-error.s | 9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 32 mov.ps $f22,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/MC/Mips/mips2/ |
H A D | invalid-mips5-wrong-error.s | 9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 32 mov.ps $f22,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
H A D | valid.s | 42 c.sf.s $f14,$f22 47 cvt.d.s $f22,$f28 50 cvt.s.w $f22,$f15 125 sqrt.d $f17,$f22 140 sub.s $f23,$f22,$f22 173 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f14 # encoding: [0x46,0x20,0x75,0x8d]
|
/external/llvm/test/MC/Mips/mips3/ |
H A D | invalid-mips5-wrong-error.s | 9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 32 mov.ps $f22,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
H A D | valid.s | 43 c.sf.s $f14,$f22 51 cvt.d.s $f22,$f28 57 cvt.s.w $f22,$f15 190 sqrt.d $f17,$f22 205 sub.s $f23,$f22,$f22 239 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f15 # encoding: [0x46,0x20,0x7d,0x8d]
|
/external/llvm/test/MC/Mips/mips4/ |
H A D | invalid-mips5-wrong-error.s | 9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 32 mov.ps $f22,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
H A D | valid.s | 47 c.sf.s $f14,$f22 55 cvt.d.s $f22,$f28 61 cvt.s.w $f22,$f15 146 madd.d $f18, $f22, $f26, $f20 # encoding: [0x4e,0xd4,0xd4,0xa1] 218 sqrt.d $f17,$f22 233 sub.s $f23,$f22,$f22 268 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f15 # encoding: [0x46,0x20,0x7d,0x8d]
|
/external/llvm/test/MC/Mips/mips64r6/ |
H A D | invalid-mips5-wrong-error.s | 8 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 33 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 34 mov.ps $f22,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/MC/ARM/ |
H A D | symbol-variants.s | 76 .word f22(TLSCALL) 78 @ CHECK: 58 R_ARM_TLS_CALL f22
|
/external/llvm/test/MC/PowerPC/ |
H A D | ppc64-regs.s | 61 #CHECK: .cfi_offset f22, 476 62 #CHECK: .cfi_offset f22, 484 178 .cfi_offset f22,476 179 .cfi_offset f22,484
|
/external/clang/test/CodeGenCXX/ |
H A D | aarch64-mangle-neon-vectors.cpp | 82 void f22(uint64x2_t) {} function
|
H A D | debug-info-line.cpp | 264 void f22() { function
|
/external/valgrind/none/tests/mips32/ |
H A D | MoveIns.c | 296 TESTINSNMOVE("mfc1 $v1, $f22", 20, f22, v1); 325 TESTINSNMOVEt("mtc1 $v1, $f22", 22, f22, v1); 344 TESTINSNMOVEd("mfhc1 $s2, $f22", 88, f22, s2); 362 TESTINSNMOVEtd("mthc1 $s3, $f22", 44, 88, f22, s3); 392 TESTINSNMOVE1s("mov.s $f21, $f22", 20, f21, f22); [all...] |
/external/clang/test/CodeGen/ |
H A D | arm-arguments.c | 124 // APCS-GNU-LABEL: define i16 @f22() 130 // AAPCS-LABEL: define arm_aapcscc i16 @f22() 136 _Complex char f22(void) {} function
|
/external/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 94 void f22(A_ptr y); // expected-warning{{pointer is missing a nullability type specifier}}
|
/external/llvm/test/MC/Mips/mips5/ |
H A D | valid.s | 47 c.sf.s $f14,$f22 55 cvt.d.s $f22,$f28 61 cvt.s.w $f22,$f15 147 madd.d $f18, $f22, $f26, $f20 # encoding: [0x4e,0xd4,0xd4,0xa1] 219 sqrt.d $f17,$f22 234 sub.s $f23,$f22,$f22 270 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f15 # encoding: [0x46,0x20,0x7d,0x8d]
|
/external/libjpeg-turbo/simd/ |
H A D | jsimd_mips_dspr2_asm.h | 81 #define f22 $f22 macro
|
/external/llvm/test/MC/Mips/mips32/ |
H A D | valid.s | 47 c.sf.s $f14,$f22 54 cvt.d.s $f22,$f28 57 cvt.s.w $f22,$f15 155 sqrt.d $f17,$f22 170 sub.s $f23,$f22,$f22 203 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f14 # encoding: [0x46,0x20,0x75,0x8d]
|
/external/llvm/test/MC/Mips/mips32r2/ |
H A D | valid.s | 47 c.sf.s $f14,$f22 54 cvt.d.s $f22,$f28 59 cvt.s.w $f22,$f15 190 sqrt.d $f17,$f22 205 sub.s $f23,$f22,$f22 240 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f14 # encoding: [0x46,0x20,0x75,0x8d]
|
/external/llvm/test/MC/Mips/mips32r3/ |
H A D | valid.s | 47 c.sf.s $f14,$f22 54 cvt.d.s $f22,$f28 59 cvt.s.w $f22,$f15 190 sqrt.d $f17,$f22 205 sub.s $f23,$f22,$f22 240 trunc.w.d $f22,$f15 # CHECK: trunc.w.d $f22, $f14 # encoding: [0x46,0x20,0x75,0x8d]
|