Searched defs:v128 (Results 1 – 4 of 4) sorted by relevance
105 impl Vector for v128 { implementation107 unsafe fn splat(byte: u8) -> v128 { in splat()112 unsafe fn load_unaligned(data: *const u8) -> v128 { in load_unaligned()122 unsafe fn cmpeq(self, vector2: Self) -> v128 { in cmpeq()127 unsafe fn and(self, vector2: Self) -> v128 { in and()
35 static const unsigned char v128[] = { 0x80, 0x01 }; variable
253 typedef uint32x4_t v128; typedef
580 typedef uint32x4_t v128; typedef