Searched defs:load32 (Results 1 – 8 of 8) sorted by relevance
29 static inline uint32_t load32( const void *src ) in load32() function
61 uint32_t load32(const void *ptr) in load32() function
93 static int load32(byte[] source, int offset) { in load32() method in LittleEndianByteArray
111 static uint32_t load32(const uint8_t t[4]) { in load32() function
110 static uint32_t load32(const uint8_t t[4]) { in load32() function
737 I32 Builder::load32(Ptr ptr) { return {this, push(Op::load32, NA,NA,NA,NA, ptr.ix) }; } in load32() function in skvm::Builder