Searched refs:__f64x2 (Results 1 – 1 of 1) sorted by relevance
35 typedef double __f64x2 __attribute__((__vector_size__(16), __aligned__(16))); typedef334 return (v128_t)(__f64x2){__c0, __c1}; in wasm_f64x2_make()429 return (v128_t)(__f64x2){__c0, __c1}; in wasm_f64x2_const()481 return (v128_t)(__f64x2){__c, __c}; in wasm_f64x2_const_splat()649 return (v128_t)(__f64x2){__a, __a}; in wasm_f64x2_splat()655 return ((__f64x2)__a)[__i]; in wasm_f64x2_extract_lane()662 __f64x2 __v = (__f64x2)__a; in wasm_f64x2_replace_lane()879 return (v128_t)((__f64x2)__a == (__f64x2)__b); in wasm_f64x2_eq()884 return (v128_t)((__f64x2)__a != (__f64x2)__b); in wasm_f64x2_ne()889 return (v128_t)((__f64x2)__a < (__f64x2)__b); in wasm_f64x2_lt()[all …]