| /external/llvm/test/CodeGen/X86/ | 
| D | fast-isel-cmp.ll | 2 ; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check…9 ; FAST-LABEL: fcmp_oeq
 10 ; FAST:       ucomiss  %xmm1, %xmm0
 11 ; FAST-NEXT:  sete     %al
 12 ; FAST-NEXT:  setnp    %cl
 13 ; FAST-NEXT:  andb     %al, %cl
 22 ; FAST:       ucomiss  %xmm1, %xmm0
 23 ; FAST-NEXT:  seta     %al
 32 ; FAST-LABEL: fcmp_oge
 33 ; FAST:       ucomiss  %xmm1, %xmm0
 [all …]
 
 | 
| D | patchpoint-webkit_jscc.ll | 2 …mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 < %s | FileCheck %s --check…18 ; FAST-LABEL: jscall_patchpoint_codegen:
 19 ; FAST:       Ltmp
 20 ; FAST:       movq %r{{.+}}, (%rsp)
 21 ; FAST:       movq %r{{.+}}, %rax
 22 ; FAST:       Ltmp
 23 ; FAST-NEXT:  movabsq $-559038736, %r11
 24 ; FAST-NEXT:  callq *%r11
 25 ; FAST:       movq %rax, (%rsp)
 26 ; FAST:       callq
 [all …]
 
 | 
| D | slow-unaligned-mem.ll | 15 ; Intel chips with fast unaligned memory accesses17 …llc < %s -mtriple=i386-unknown-unknown -mcpu=silvermont     2>&1 | FileCheck %s --check-prefix=FAST
 18 …llc < %s -mtriple=i386-unknown-unknown -mcpu=nehalem        2>&1 | FileCheck %s --check-prefix=FAST
 19 …llc < %s -mtriple=i386-unknown-unknown -mcpu=westmere       2>&1 | FileCheck %s --check-prefix=FAST
 20 …llc < %s -mtriple=i386-unknown-unknown -mcpu=sandybridge    2>&1 | FileCheck %s --check-prefix=FAST
 21 …llc < %s -mtriple=i386-unknown-unknown -mcpu=ivybridge      2>&1 | FileCheck %s --check-prefix=FAST
 22 …llc < %s -mtriple=i386-unknown-unknown -mcpu=haswell        2>&1 | FileCheck %s --check-prefix=FAST
 23 …llc < %s -mtriple=i386-unknown-unknown -mcpu=broadwell      2>&1 | FileCheck %s --check-prefix=FAST
 24 …llc < %s -mtriple=i386-unknown-unknown -mcpu=knl            2>&1 | FileCheck %s --check-prefix=FAST
 25 …llc < %s -mtriple=i386-unknown-unknown -mcpu=skylake-avx512 2>&1 | FileCheck %s --check-prefix=FAST
 [all …]
 
 | 
| D | dag-merge-fast-accesses.ll | 2 …%s -mtriple=x86_64-unknown-unknown -mattr=-slow-unaligned-mem-16 | FileCheck %s --check-prefix=FAST6 ; if and only if those are fast.
 9 ; FAST-LABEL: merge_const_vec_store:
 10 ; FAST:       # BB#0:
 11 ; FAST-NEXT:    xorps %xmm0, %xmm0
 12 ; FAST-NEXT:    movups %xmm0, (%rdi)
 13 ; FAST-NEXT:    retq
 31 ; FAST-LABEL: merge_vec_element_store:
 32 ; FAST:       # BB#0:
 33 ; FAST-NEXT:    movups %xmm0, (%rdi)
 [all …]
 
 | 
| /external/llvm/test/Transforms/Reassociate/ | 
| D | fast-basictest.ll | 6 ; CHECK-NEXT: fsub fast float -0.000000e+00, %arg9   %tmp1 = fsub fast float -1.200000e+01, %arg
 10   %tmp2 = fadd fast float %tmp1, 1.200000e+01
 29 ; CHECK-NEXT: %reg117 = fadd fast float %reg109, %reg1111
 32   %reg115 = fadd fast float %reg109, -3.000000e+01
 33   %reg116 = fadd fast float %reg115, %reg1111
 34   %reg117 = fadd fast float %reg116, 3.000000e+01
 46 ; CHECK: fadd fast float
 47 ; CHECK: fadd fast float
 48 ; CHECK-NOT: fadd fast float
 [all …]
 
 | 
| D | fast-mightymul.ll | 5   %t0 = fmul fast float %x, %x6   %t1 = fmul fast float %t0, %t0
 7   %t2 = fmul fast float %t1, %t1
 8   %t3 = fmul fast float %t2, %t2
 9   %t4 = fmul fast float %t3, %t3
 10   %t5 = fmul fast float %t4, %t4
 11   %t6 = fmul fast float %t5, %t5
 12   %t7 = fmul fast float %t6, %t6
 13   %t8 = fmul fast float %t7, %t7
 14   %t9 = fmul fast float %t8, %t8
 [all …]
 
 | 
| D | fast-ReassociateVector.ll | 6 ; CHECK-NEXT: %tmp = fadd fast <4 x float> %b, %a7 ; CHECK-NEXT: %tmp1 = fmul fast <4 x float> %tmp, %c
 10   %mul = fmul fast <4 x float> %a, %c
 11   %mul1 = fmul fast <4 x float> %b, %c
 12   %add = fadd fast <4 x float> %mul, %mul1
 19 ; CHECK-NEXT: [[TMP1:%tmp.*]] = fadd fast <2 x float> %c, %b
 20 ; CHECK-NEXT: [[TMP2:%tmp.*]] = fmul fast <2 x float> %a, %a
 21 ; CHECK-NEXT: fmul fast <2 x float> [[TMP2]], [[TMP1]]
 24   %t0 = fmul fast <2 x float> %a, %b
 25   %t1 = fmul fast <2 x float> %a, %t0
 [all …]
 
 | 
| D | fast-fp-commute.ll | 7 ; CHECK: fmul fast float %y, %x8 ; CHECK: fmul fast float %y, %x
 9 ; CHECK: fsub fast float %1, %2
 13   %1 = fmul fast float %x, %y
 14   %2 = fmul fast float %y, %x
 15   %3 = fsub fast float %1, %2
 23 ; CHECK-NEXT: fmul fast float %y, %x
 24 ; CHECK-NEXT: fmul fast float %y, %x
 25 ; CHECK-NEXT: fsub fast float %1, %2
 28   %1 = fmul fast float %x, %y
 [all …]
 
 | 
| D | reassoc-intermediate-fnegs.ll | 3 ; CHECK: [[TMP1:%.*]] = fsub fast half 0xH8000, %a4 ; CHECK: [[TMP2:%.*]] = fadd fast half %b, [[TMP1]]
 5 ; CHECK: fmul fast half [[TMP2]], 0xH4500
 9   %tmp1 = fmul fast half %b, 0xH4200 ; 3*b
 10   %tmp2 = fmul fast half %a, 0xH4500 ; 5*a
 11   %tmp3 = fmul fast half %b, 0xH4000 ; 2*b
 12   %tmp4 = fsub fast half %tmp2, %tmp1 ; 5 * a - 3 * b
 13   %tmp5 = fsub fast half %tmp3, %tmp4 ; 2 * b - ( 5 * a - 3 * b)
 18 ; CHECK: [[TMP1:%tmp.*]] = fmul fast half %a, 0xH4500
 19 ; CHECK: [[TMP2:%tmp.*]] = fmul fast half %b, 0xH3C00
 [all …]
 
 | 
| D | fast-multistep.ll | 6 ; CHECK-NEXT: [[TMP1:%tmp.*]] = fadd fast float %c, %b7 ; CHECK-NEXT: [[TMP2:%tmp.*]] = fmul fast float %a, %a
 8 ; CHECK-NEXT: fmul fast float [[TMP2]], [[TMP1]]
 11   %t0 = fmul fast float %a, %b
 12   %t1 = fmul fast float %a, %t0 ; a*(a*b)
 13   %t2 = fmul fast float %a, %c
 14   %t3 = fmul fast float %a, %t2 ; a*(a*c)
 15   %t4 = fadd fast float %t1, %t3
 22 ; CHECK-NEXT: fadd fast float %c, %b
 23 ; CHECK-NEXT: fmul fast float %tmp, %a
 [all …]
 
 | 
| D | fast-SubReassociate.ll | 21 ; CHECK-NEXT: %Z = fsub fast float %A, %B24   %W = fadd fast float %B, 5.000000e+00
 25   %X = fadd fast float %A, -7.000000e+00
 26   %Y = fsub fast float %X, %W
 27   %Z = fadd fast float %Y, 1.200000e+01
 52 ; CHECK-NEXT: %B.neg = fsub fast float -0.000000e+00, %B
 53 ; CHECK-NEXT: %O.neg = fsub fast float %B.neg, %A
 54 ; CHECK-NEXT: %P = fsub fast float %O.neg, %C
 55 ; CHECK-NEXT: %Q = fadd fast float %P, %D
 59 ; %sum = fadd fast float %B, %A
 [all …]
 
 | 
| /external/llvm/test/Transforms/InstCombine/ | 
| D | fast-math.ll | 6   %mul = fmul fast float %a, 0x3FF33333400000007   %mul1 = fmul fast float %mul, 0x4002666660000000
 10 ; CHECK: fmul fast float %a, 0x4006147AE0000000
 17 ; CHECK: %mul = fmul fast float %a, 0x3FF3333340000000
 18   %mul = fmul fast float %a, 0x3FF3333340000000
 25 ; CHECK: fmul fast float %a, 0x4006147AE0000000
 27   %mul1 = fmul fast float %mul, 0x4002666660000000
 33   %t1 = fmul fast double 2.000000e+00, %f1
 34   %t2 = fadd fast double %f1, %t1
 37 ; CHECK: fmul fast double %f1, 3.000000e+00
 [all …]
 
 | 
| D | double-float-shrink-1.ll | 14    %call = call fast double @acos(double %conv)18 ; CHECK: call fast float @acosf(float %f)
 23    %call = call fast double @acos(double %conv)
 26 ; CHECK: call fast double @acos(double %conv)
 31    %call = call fast double @acosh(double %conv)
 35 ; CHECK: call fast float @acoshf(float %f)
 40    %call = call fast double @acosh(double %conv)
 43 ; CHECK: call fast double @acosh(double %conv)
 48    %call = call fast double @asin(double %conv)
 52 ; CHECK: call fast float @asinf(float %f)
 [all …]
 
 | 
| /external/llvm/test/CodeGen/AArch64/ | 
| D | arm64-patchpoint-webkit_jscc.ll | 2 …arm64-apple-darwin -enable-misched=0 -mcpu=cyclone -fast-isel < %s | FileCheck %s --check-prefix=F…24 ; FAST-LABEL:  jscall_patchpoint_codegen:
 25 ; FAST:        Ltmp
 26 ; FAST:        str x{{.+}}, [sp]
 27 ; FAST:        Ltmp
 28 ; FAST-NEXT:   mov   x16, #281470681743360
 29 ; FAST-NEXT:   movk  x16, #57005, lsl #16
 30 ; FAST-NEXT:   movk  x16, #48879
 31 ; FAST-NEXT:   blr x16
 55 ; FAST-LABEL:  jscall_patchpoint_codegen2:
 [all …]
 
 | 
| D | aarch64-a57-fp-load-balancing.ll | 47   %mul = fmul fast double %0, %148   %add = fadd fast double %mul, %4
 49   %mul5 = fmul fast double %1, %2
 50   %add6 = fadd fast double %mul5, %add
 51   %mul7 = fmul fast double %1, %3
 52   %sub = fsub fast double %add6, %mul7
 53   %mul8 = fmul fast double %2, %3
 54   %add9 = fadd fast double %mul8, %sub
 62   %mul15 = fmul fast double %6, %7
 63   %mul16 = fmul fast double %0, %5
 [all …]
 
 | 
| D | arm64-fma-combines.ll | 12   %fmul = fmul fast double %tmp1, %tmp113   %fmul2 = fmul fast double %tmp2, 0x3F94AFD6A052BF5B
 14   %fadd = fadd fast double %fmul, %fmul2
 26   %add = fadd fast double %tmp3, %tmp3
 27   %mul = fmul fast double %add, %fadd
 30   %add2 = fadd fast <2 x double> %e2, <double 3.000000e+00, double -3.000000e+00>
 33   %mul2 = fmul fast <2 x double> %add2,<double 3.000000e+00, double -3.000000e+00>
 36   %add3 = fadd fast  <2 x double> %mul2, <double 3.000000e+00, double -3.000000e+00>
 37   %mulx = fmul fast <2 x double> %add2, %e2
 38   %addx = fadd fast  <2 x double> %mulx, %e4
 [all …]
 
 | 
| D | PBQP-chain.ll | 1 ; RUN: llc < %s -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pbqp -pbqp-coalescing | F…2 ; RUN: llc < %s -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pbqp -pbqp-coalescing | F…
 27   %mul = fmul fast double %1, %0
 29   %mul7 = fmul fast double %2, %0
 34   %mul.1 = fmul fast double %4, %3
 35   %add.1 = fadd fast double %mul.1, %mul
 38   %mul7.1 = fmul fast double %5, %3
 39   %add8.1 = fadd fast double %mul7.1, %mul7
 44   %mul.2 = fmul fast double %7, %6
 45   %add.2 = fadd fast double %mul.2, %add.1
 [all …]
 
 | 
| /external/llvm/test/CodeGen/ARM/ | 
| D | vminmaxnm.ll | 9   %cmp = fcmp fast olt float %a, %b18   %cmp = fcmp fast ole double %a, %b
 27   %cmp = fcmp fast ogt float %a, %b
 36   %cmp = fcmp fast oge double %a, %b
 45   %cmp = fcmp fast ult float %a, %b
 54   %cmp = fcmp fast ule float %a, %b
 63   %cmp = fcmp fast ugt float %a, %b
 72   %cmp = fcmp fast uge double %a, %b
 81   %cmp = fcmp fast ogt float %a, %b
 90   %cmp = fcmp fast oge float %a, %b
 [all …]
 
 | 
| D | build-attributes.ll | 6 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6-FAST9 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
 11 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
 13 …infs-fp-math -enable-no-nans-fp-math -fp-contract=fast  | FileCheck %s --check-prefix=ARM1156T2F-S…
 16 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7M-FAST
 20 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7-FAST
 22 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V8-FAST
 34 …fs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-DEFAU…
 38 …nfs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-NOFP…
 40 …nfs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A8-SOFT…
 [all …]
 
 | 
| D | 2016-05-01-RegScavengerAssert.ll | 45  %add = fadd fast float 0.000000e+00, %247  %add21 = fadd fast float 0.000000e+00, %3
 48  %mul3.i = fmul fast float %add21, %TM.sroa.8.0.copyload
 49  %add.i = fadd fast float 0.000000e+00, %TM.sroa.11.0.copyload
 50  %add5.i = fadd fast float %add.i, %mul3.i
 51  %conv6.i = fdiv fast float 1.000000e+00, %add5.i
 52  %mul8.i = fmul fast float %add, %TM.sroa.0.0.copyload
 53  %add11.i = fadd fast float %mul8.i, %TM.sroa.9.0.copyload
 54  %add13.i = fadd fast float %add11.i, 0.000000e+00
 56  %mul14.i = fmul fast float %add13.i, %4
 [all …]
 
 | 
| /external/clang/test/Driver/ | 
| D | fast-math.c | 1 // Test that the GCC fast-math floating point flags get lowered to the correct18 // RUN: %clang -### -fno-fast-math -fno-honor-infinities -c %s 2>&1 \
 19 // RUN:   | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-INFS %s
 20 // CHECK-NO-FAST-MATH-NO-INFS: "-cc1"
 21 // CHECK-NO-FAST-MATH-NO-INFS: "-menable-no-infs"
 23 // RUN: %clang -### -fno-honor-infinities -fno-fast-math -c %s 2>&1 \
 24 // RUN:   | FileCheck --check-prefix=CHECK-NO-INFS-NO-FAST-MATH %s
 25 // CHECK-NO-INFS-NO-FAST-MATH: "-cc1"
 26 // CHECK-NO-INFS-NO-FAST-MATH-NOT: "-menable-no-infs"
 33 // RUN: %clang -### -fno-fast-math -fno-signed-zeros -c %s 2>&1 \
 [all …]
 
 | 
| /external/wpa_supplicant_8/src/eap_common/ | 
| D | eap_fast_common.c | 2  * EAP-FAST common helper functions (RFC 4851)52 	wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV");  in eap_fast_tlv_eap_payload()
 55 		wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory "  in eap_fast_tlv_eap_payload()
 75 	wpa_hexdump(MSG_DEBUG, "EAP-FAST: client_random",  in eap_fast_derive_master_secret()
 77 	wpa_hexdump(MSG_DEBUG, "EAP-FAST: server_random",  in eap_fast_derive_master_secret()
 91 	wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret",  in eap_fast_derive_master_secret()
 124 	wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (MSK)",  in eap_fast_derive_eap_msk()
 142 	wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (EMSK)",  in eap_fast_derive_eap_emsk()
 153 		wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV",  in eap_fast_parse_tlv()
 156 			wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "  in eap_fast_parse_tlv()
 [all …]
 
 | 
| /external/wpa_supplicant_8/src/eap_peer/ | 
| D | eap_fast.c | 2  * EAP peer method: EAP-FAST (RFC 4851)81 	wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback");  in eap_fast_session_ticket_cb()
 85 		wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall "  in eap_fast_session_ticket_cb()
 89 			wpa_printf(MSG_DEBUG, "EAP-FAST: Try to provision a "  in eap_fast_session_ticket_cb()
 97 	wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket", ticket, len);  in eap_fast_session_ticket_cb()
 100 		wpa_printf(MSG_DEBUG, "EAP-FAST: No PAC-Key available for "  in eap_fast_session_ticket_cb()
 124 		wpa_printf(MSG_DEBUG, "EAP-FAST: Automatic PAC provisioning "  in eap_fast_parse_phase1()
 133 		wpa_printf(MSG_DEBUG, "EAP-FAST: Maximum PAC list length: %lu",  in eap_fast_parse_phase1()
 140 		wpa_printf(MSG_DEBUG, "EAP-FAST: Using binary format for PAC "  in eap_fast_parse_phase1()
 174 		wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL.");  in eap_fast_init()
 [all …]
 
 | 
| /external/llvm/test/Transforms/SimplifyCFG/AArch64/ | 
| D | prefer-fma.ll | 16 ; CHECK:   %3 = fmul fast double %1, %217 ; CHECK-NEXT:   %mul = fadd fast double 1.000000e+00, %3
 19   %3 = fmul fast double %1, %2
 20   %mul = fadd fast double 1.000000e+00, %3
 27 ; CHECK:   %mul1 = fmul fast double %1, %2
 28 ; CHECK-NEXT:   %sub1 = fsub fast double %mul1, %0
 30   %mul1 = fmul fast double %1, %4
 31   %sub1 = fsub fast double %mul1, %0
 44 ; CHECK:   %7 = fmul fast double %5, 3.000000e+00
 45 ; CHECK-NEXT:   %mul2 = fsub fast double %6, %7
 [all …]
 
 | 
| /external/wpa_supplicant_8/src/eap_server/ | 
| D | eap_server_fast.c | 2  * EAP-FAST server (RFC 4851)104 	wpa_printf(MSG_DEBUG, "EAP-FAST: %s -> %s",  in eap_fast_state()
 134 	wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback");  in eap_fast_session_ticket_cb()
 135 	wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket (PAC-Opaque)",  in eap_fast_session_ticket_cb()
 139 		wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid "  in eap_fast_session_ticket_cb()
 148 		wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid PAC-Opaque "  in eap_fast_session_ticket_cb()
 154 	wpa_hexdump(MSG_DEBUG, "EAP-FAST: Received PAC-Opaque",  in eap_fast_session_ticket_cb()
 159 		wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to allocate memory "  in eap_fast_session_ticket_cb()
 166 		wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to decrypt "  in eap_fast_session_ticket_cb()
 179 	wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Decrypted PAC-Opaque",  in eap_fast_session_ticket_cb()
 [all …]
 
 |