Searched defs:gtoh (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dbyteswap.hh165 inline T gtoh(T value, ByteOrder guest_byte_order) function
185 inline T gtoh(T value) {return betoh(value);} function in namespace:BigEndianGuest
202 inline T gtoh(T value) {return letoh(value);} function in namespace:LittleEndianGuest

Completed in 5 milliseconds