Home
last modified time | relevance | path

Searched defs:v128 (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/glam/src/
Dwasm32.rs3 pub const fn v128_from_f32x4(a: [f32; 4]) -> v128 { in v128_from_f32x4()
9 pub(crate) fn dot3_in_x(lhs: v128, rhs: v128) -> v128 { in dot3_in_x()
19 pub(crate) fn dot4_in_x(lhs: v128, rhs: v128) -> v128 { in dot4_in_x()
28 pub(crate) fn dot3(lhs: v128, rhs: v128) -> f32 { in dot3()
33 pub(crate) fn dot3_into_v128(lhs: v128, rhs: v128) -> v128 { in dot3_into_v128()
39 pub(crate) fn dot4(lhs: v128, rhs: v128) -> f32 { in dot4()
44 pub(crate) fn dot4_into_v128(lhs: v128, rhs: v128) -> v128 { in dot4_into_v128()
/external/elfutils/tests/
Dleb128.c35 static const unsigned char v128[] = { 0x80, 0x01 }; variable
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/
Dhashes.h55 UniHash uniHash128(XXH128_hash_t v128) in uniHash128()
/external/rust/crates/glam/src/f32/wasm32/
Dvec3a.rs1033 impl From<Vec3A> for v128 { implementation
1057 unsafe { *(&v.0 as *const v128 as *const Self) } in from() constant
1071 unsafe { *(&v.0 as *const v128 as *const Self) } in from() constant
1095 unsafe { *(&v.0 as *const v128 as *const Self) } in from() constant
Dvec4.rs956 impl From<Vec4> for v128 { implementation
980 unsafe { *(&v.0 as *const v128 as *const Self) } in from() constant
994 unsafe { *(&v.0 as *const v128 as *const Self) } in from() constant
Dmat2.rs241 *(&out.assume_init() as *const v128 as *const Vec2) in mul_vec2() constant
Dquat.rs912 impl From<Quat> for v128 { implementation
/external/rust/crates/glam/src/bool/wasm32/
Dbvec4a.rs163 impl From<BVec4A> for v128 { implementation
Dbvec3a.rs157 impl From<BVec3A> for v128 { implementation
/external/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c477 const uint8x16_t v128 = vec_sl(vec_splat_u8(1), vec_splat_u8(7)); in vpx_dc_128_predictor_16x16_vsx() local
496 const uint8x16_t v128 = vec_sl(vec_splat_u8(1), vec_splat_u8(7)); in vpx_dc_128_predictor_32x32_vsx() local
/external/ow2-asm/asm-test/src/resources/java/jdk3/
DLargeMethod.java39 public LargeMethod wideInstructions( in wideInstructions()
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DLargeMethod.class ... v123 int v124 float v125 long v126 double v127 Object v128 int[] u0 int u124 float u125 long u126 ...
/external/rust/crates/ppv-lite86/src/
Dgeneric.rs52 v128: [vec128_storage; 2], field
82 v128: [vec128_storage; 4], field
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4273 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Extract128() local
4280 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Insert128() local
4376 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Extract128() local
4383 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Insert128() local
4556 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Extract128() local
4563 …llvm::Value *v128 = jit->builder->CreateBitCast(V(val.value()), llvm::FixedVectorType::get(llvm::I… in Insert128() local
/external/libaom/aom_dsp/simd/
Dv128_intrinsics_x86.h18 typedef __m128i v128; typedef
Dv128_intrinsics.h24 typedef c_v128 v128; typedef
Dv128_intrinsics_arm.h19 typedef int64x2_t v128; typedef
Dv256_intrinsics_c.h33 c_v128 v128[2]; member