Searched refs:f22 (Results 1 - 25 of 74) sorted by relevance

123

/external/testng/src/test/java/test/thread/
H A DTest2Test.java14 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 DrestFP.S31 lfd f22,-80(r1)
H A DsaveFP.S29 stfd f22,-80(r1)
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dfpu_asm.h24 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 Dtsan_ppc_regs.h55 #define f22 22 macro
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s9 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 Dinvalid-mips5-wrong-error.s9 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 Dvalid.s42 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 Dinvalid-mips5-wrong-error.s9 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 Dvalid.s43 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 Dinvalid-mips5-wrong-error.s9 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 Dvalid.s47 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 Dinvalid-mips5-wrong-error.s8 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 Dsymbol-variants.s76 .word f22(TLSCALL)
78 @ CHECK: 58 R_ARM_TLS_CALL f22
/external/llvm/test/MC/PowerPC/
H A Dppc64-regs.s61 #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 Daarch64-mangle-neon-vectors.cpp82 void f22(uint64x2_t) {} function
H A Ddebug-info-line.cpp264 void f22() { function
/external/valgrind/none/tests/mips32/
H A DMoveIns.c296 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 Darm-arguments.c124 // 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 Dnullability-pragmas-1.h94 void f22(A_ptr y); // expected-warning{{pointer is missing a nullability type specifier}}
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s47 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 Djsimd_mips_dspr2_asm.h81 #define f22 $f22 macro
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s47 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 Dvalid.s47 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 Dvalid.s47 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]

Completed in 1037 milliseconds

123