]> Git Repo - qemu.git/blobdiff - include/qemu/bswap.h
cpu-exec: Add "nochain" debug flag
[qemu.git] / include / qemu / bswap.h
index 78c1ced4e7a79bcabb5ab23f1b3e0436bc22dd48..07d88de746f0a899d004f8236cf15e20a770090a 100644 (file)
@@ -204,7 +204,7 @@ typedef union {
  *   f    : float access
  *
  * sign is:
- * (empty): for floats or 32 bit size
+ * (empty): for 32 or 64 bit sizes (including floats and doubles)
  *   u    : unsigned
  *   s    : signed
  *
@@ -218,7 +218,16 @@ typedef union {
  *   he   : host endian
  *   be   : big endian
  *   le   : little endian
+ *   te   : target endian
  * (except for byte accesses, which have no endian infix).
+ *
+ * The target endian accessors are obviously only available to source
+ * files which are built per-target; they are defined in cpu-all.h.
+ *
+ * In all cases these functions take a host pointer.
+ * For accessors that take a guest address rather than a
+ * host address, see the cpu_{ld,st}_* accessors defined in
+ * cpu_ldst.h.
  */
 
 static inline int ldub_p(const void *ptr)
This page took 0.023307 seconds and 4 git commands to generate.