Home
last modified time | relevance | path

Searched refs:vzero (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-const-11.ll9 ; CHECK: vzero [[REG:%v[0-9]+]]
19 ; CHECK: vzero [[REG:%v[0-9]+]]
Dasm-19.ll26 ; CHECK-Z14: vzero %v0
111 ; CHECK-Z14: vzero %v4
Dfp-cmp-06.ll25 ; CHECK-DAG: vzero [[REG2:%v[0-9]+]]
Dvec-min-05.ll150 ; CHECK-DAG: vzero [[REG2:%v[0-9]+]]
165 ; CHECK-DAG: vzero [[REG2:%v[0-9]+]]
Dvec-max-05.ll150 ; CHECK-DAG: vzero [[REG2:%v[0-9]+]]
165 ; CHECK-DAG: vzero [[REG2:%v[0-9]+]]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPatternsHVX.td43 def vzero: PatFrag<(ops), (HexagonVZERO)>;
185 def: Pat<(VecI8 vzero), (V6_vd0)>;
186 def: Pat<(VecI16 vzero), (V6_vd0)>;
187 def: Pat<(VecI32 vzero), (V6_vd0)>;
188 def: Pat<(VecPI8 vzero), (PS_vdd0)>;
189 def: Pat<(VecPI16 vzero), (PS_vdd0)>;
190 def: Pat<(VecPI32 vzero), (PS_vdd0)>;
192 def: Pat<(concat_vectors (VecI8 vzero), (VecI8 vzero)), (PS_vdd0)>;
193 def: Pat<(concat_vectors (VecI16 vzero), (VecI16 vzero)), (PS_vdd0)>;
194 def: Pat<(concat_vectors (VecI32 vzero), (VecI32 vzero)), (PS_vdd0)>;
/external/eigen/test/
Dinteger_types.cpp76 vzero = VectorType::Zero(rows); in integer_type_tests() local
84 } while(v1 == vzero || v1 == v2); in integer_type_tests()
88 VERIFY_IS_APPROX( vzero, v1-v1); in integer_type_tests()
Dbasicstuff.cpp32 vzero = VectorType::Zero(rows); in basicStuff() local
54 VERIFY_IS_MUCH_SMALLER_THAN( vzero, v1); in basicStuff()
55 VERIFY_IS_MUCH_SMALLER_THAN( vzero, v1.squaredNorm()); in basicStuff()
57 VERIFY_IS_APPROX( vzero, v1-v1); in basicStuff()
Dstable_norm.cpp68 MatrixType vzero = MatrixType::Zero(rows, cols), in stable_norm() local
76 VERIFY_IS_MUCH_SMALLER_THAN(vzero.norm(), static_cast<RealScalar>(1)); in stable_norm()
Dadjoint.cpp90 vzero = VectorType::Zero(rows); in adjoint() local
109 VERIFY_IS_MUCH_SMALLER_THAN(abs(vzero.dot(v1)), static_cast<RealScalar>(1)); in adjoint()
/external/v8/src/base/
Dieee754.cc1693 static volatile double vzero = 0.0; in log() local
1704 return -two54 / vzero; /* log(+-0)=-inf */ in log()
1836 static volatile double vzero = 0.0; in log1p() local
1848 return -two54 / vzero; /* log1p(-1)=+inf */ in log1p()
2020 static volatile double vzero = 0.0; in log2() local
2031 return -two54 / vzero; /* log(+-0)=-inf */ in log2()
2127 static volatile double vzero = 0.0; in log10() local
2138 return -two54 / vzero; /* log(+-0)=-inf */ in log10()
/external/llvm/test/MC/SystemZ/
Dinsn-good-z13.s4673 #CHECK: vzero %v0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x44]
4674 #CHECK: vzero %v11 # encoding: [0xe7,0xb0,0x00,0x00,0x00,0x44]
4675 #CHECK: vzero %v15 # encoding: [0xe7,0xf0,0x00,0x00,0x00,0x44]
4676 #CHECK: vzero %v31 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0x44]
4678 vzero %v0
4679 vzero %v11
4680 vzero %v15
4681 vzero %v31
Dinsn-bad-zEC12.s1455 #CHECK: vzero %v0
1457 vzero %v0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
Dinsn-bad-zEC12.s1814 #CHECK: vzero %v0
1816 vzero %v0
Dinsn-good-z13.s6710 #CHECK: vzero %v0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x44]
6711 #CHECK: vzero %v11 # encoding: [0xe7,0xb0,0x00,0x00,0x00,0x44]
6712 #CHECK: vzero %v15 # encoding: [0xe7,0xf0,0x00,0x00,0x00,0x44]
6713 #CHECK: vzero %v31 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0x44]
6715 vzero %v0
6716 vzero %v11
6717 vzero %v15
6718 vzero %v31
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td58 def VZERO : InherentVRIa<"vzero", 0xE744, 0>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td62 def VZERO : InherentVRIa<"vzero", 0xE744, 0>;
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns-z13.txt1175 #CHECK: vzero %v0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dinsns-z13.txt2144 # CHECK: vzero %v0