Home
last modified time | relevance | path

Searched refs:fpu (Results 1 – 25 of 88) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
3 @ The later .fpu directive should overwrite the earlier one.
4 @ We also check here that all the .fpu directives that we expect to work do work
9 .fpu none
10 .fpu vfp
11 .fpu vfpv2
12 .fpu vfpv3
13 .fpu vfpv3-fp16
14 .fpu vfpv3-d16
15 .fpu vfpv3-d16-fp16
[all …]
Dpr22395.s8 .fpu neon
14 .fpu vfpv3
19 .fpu vfpv3-d16
24 .fpu vfpv4
29 .fpu vfpv4-d16
34 .fpu fpv5-d16
39 .fpu fp-armv8
44 .fpu fp-armv8
49 .fpu neon
54 .fpu neon-vfpv4
[all …]
Dpr22395-2.s8 .fpu vfpv3
13 .fpu vfpv4
18 .fpu neon
23 .fpu neon-vfpv4
28 .fpu neon-fp-armv8
33 .fpu crypto-neon-fp-armv8
Ddirective-fpu-diagnostics.s7 .fpu invalid
9 @ CHECK: .fpu invalid
Ddirective-fpu-instrs.s3 .fpu neon
7 @ .thumb should not disable the prior .fpu neon
Ddirective-fpu-softvfp.s8 .fpu softvfp
Ddirective-unsupported.s21 .fpu neon
/external/llvm/test/MC/ARM/
Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
3 @ The later .fpu directive should overwrite the earlier one.
4 @ We also check here that all the .fpu directives that we expect to work do work
9 .fpu none
10 .fpu vfp
11 .fpu vfpv2
12 .fpu vfpv3
13 .fpu vfpv3-fp16
14 .fpu vfpv3-d16
15 .fpu vfpv3-d16-fp16
[all …]
Dpr22395.s8 .fpu neon
14 .fpu vfpv3
19 .fpu vfpv3-d16
24 .fpu vfpv4
29 .fpu vfpv4-d16
34 .fpu fpv5-d16
39 .fpu fp-armv8
44 .fpu fp-armv8
49 .fpu neon
54 .fpu neon-vfpv4
[all …]
Dpr22395-2.s8 .fpu vfpv3
13 .fpu vfpv4
18 .fpu neon
23 .fpu neon-vfpv4
28 .fpu neon-fp-armv8
33 .fpu crypto-neon-fp-armv8
Ddirective-fpu-diagnostics.s7 .fpu invalid
9 @ CHECK: .fpu invalid
Ddirective-fpu-instrs.s3 .fpu neon
7 @ .thumb should not disable the prior .fpu neon
Ddirective-fpu-softvfp.s8 .fpu softvfp
D2010-11-30-reloc-movt.s8 .fpu neon
/external/u-boot/post/lib_powerpc/fpu/
Dfpu.c42 int fpu = fpu_status (); in fpu_post_test() local
48 if (!fpu) in fpu_post_test()
66 if (!fpu) in fpu_post_test()
/external/toolchain-utils/crosperf/test_cache/test_input/
Dmachine.txt1fpu : yesfpu_exception : yescpuid level : 13wp : yesflags : fpu vme de pse tsc msr pae mce cx8 …
/external/toolchain-utils/crosperf/test_cache/test_puretelemetry_input/
Dmachine.txt1fpu : yesfpu_exception : yescpuid level : 13wp : yesflags : fpu vme de pse tsc msr pae mce cx8 …
/external/syzkaller/pkg/report/testdata/linux/report/
D12725 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
26 [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
27 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' fo…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll310 ; ARM1156T2F-S: .fpu vfpv2
437 ; V8-FPARMv8: .fpu fp-armv8
441 ; V8-NEON: .fpu neon
446 ; V8-FPARMv8-NEON: .fpu neon-fp-armv8
451 ; V8-FPARMv8-NEON-CRYPTO: .fpu crypto-neon-fp-armv8
504 ; CORTEX-A7-CHECK: .fpu neon-vfpv4
505 ; CORTEX-A7-NOFPU-NOT: .fpu
506 ; CORTEX-A7-FPUV4: .fpu vfpv4
582 ; CORTEX-A5-DEFAULT: .fpu neon-vfpv4
608 ; CORTEX-A5-NONEON: .fpu vfpv4-d16
[all …]
Dbuild-attributes-encoding.s22 .fpu vfpv3
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll265 ; ARM1156T2F-S: .fpu vfpv2
376 ; V8-FPARMv8: .fpu fp-armv8
380 ; V8-NEON: .fpu neon
385 ; V8-FPARMv8-NEON: .fpu neon-fp-armv8
390 ; V8-FPARMv8-NEON-CRYPTO: .fpu crypto-neon-fp-armv8
443 ; CORTEX-A7-CHECK: .fpu neon-vfpv4
444 ; CORTEX-A7-NOFPU-NOT: .fpu
445 ; CORTEX-A7-FPUV4: .fpu vfpv4
520 ; CORTEX-A5-DEFAULT: .fpu neon-vfpv4
546 ; CORTEX-A5-NONEON: .fpu vfpv4-d16
[all …]
Dbuild-attributes-encoding.s22 .fpu vfpv3
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8502 static void Print_x86_float_state_t(MachO::x86_float_state64_t &fpu) { in Print_x86_float_state_t() argument
8503 outs() << "\t fpu_reserved[0] " << fpu.fpu_reserved[0]; in Print_x86_float_state_t()
8504 outs() << " fpu_reserved[1] " << fpu.fpu_reserved[1] << "\n"; in Print_x86_float_state_t()
8505 outs() << "\t control: invalid " << fpu.fpu_fcw.invalid; in Print_x86_float_state_t()
8506 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t()
8507 outs() << " zdiv " << fpu.fpu_fcw.zdiv; in Print_x86_float_state_t()
8508 outs() << " ovrfl " << fpu.fpu_fcw.ovrfl; in Print_x86_float_state_t()
8509 outs() << " undfl " << fpu.fpu_fcw.undfl; in Print_x86_float_state_t()
8510 outs() << " precis " << fpu.fpu_fcw.precis << "\n"; in Print_x86_float_state_t()
8512 if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_24B) in Print_x86_float_state_t()
[all …]
/external/strace/linux/sh64/
Duserent.h153 XLAT_UOFF(fpu),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8965 static void Print_x86_float_state_t(MachO::x86_float_state64_t &fpu) { in Print_x86_float_state_t() argument
8966 outs() << "\t fpu_reserved[0] " << fpu.fpu_reserved[0]; in Print_x86_float_state_t()
8967 outs() << " fpu_reserved[1] " << fpu.fpu_reserved[1] << "\n"; in Print_x86_float_state_t()
8968 outs() << "\t control: invalid " << fpu.fpu_fcw.invalid; in Print_x86_float_state_t()
8969 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t()
8970 outs() << " zdiv " << fpu.fpu_fcw.zdiv; in Print_x86_float_state_t()
8971 outs() << " ovrfl " << fpu.fpu_fcw.ovrfl; in Print_x86_float_state_t()
8972 outs() << " undfl " << fpu.fpu_fcw.undfl; in Print_x86_float_state_t()
8973 outs() << " precis " << fpu.fpu_fcw.precis << "\n"; in Print_x86_float_state_t()
8975 if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_24B) in Print_x86_float_state_t()
[all …]

1234