Home
last modified time | relevance | path

Searched refs:negA (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dneon-fma.ll73 %negA = fsub <2 x float> <float -0.0, float -0.0>, %A
74 %val = call <2 x float> @llvm.fma.v2f32(<2 x float> %negA, <2 x float> %B, <2 x float> %C)
80 %negA = fsub <4 x float> <float -0.0, float -0.0, float -0.0, float -0.0>, %A
81 %val = call <4 x float> @llvm.fma.v4f32(<4 x float> %negA, <4 x float> %B, <4 x float> %C)
87 %negA = fsub <2 x double> <double -0.0, double -0.0>, %A
88 … %val = call <2 x double> @llvm.fma.v2f64(<2 x double> %negA, <2 x double> %B, <2 x double> %C)
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c25797 IRExpr *zeroA, *zeroB, *posA, *posB, *negA, *negB; in dis_av_bcd() local
25860 negA = mkAND1( signA, mkNOT1( zeroA ) ); in dis_av_bcd()
25907 overflow = mkOR1( mkAND1( res_smaller, mkAND1( negA, negB ) ), in dis_av_bcd()
25917 overflow = mkOR1( mkAND1( res_smaller, mkAND1( negA, posB ) ), in dis_av_bcd()