Revision 86feb1c8 tcg/README

b/tcg/README
378 378
qemu_ld8s t0, t1, flags
379 379
qemu_ld16u t0, t1, flags
380 380
qemu_ld16s t0, t1, flags
381
qemu_ld32 t0, t1, flags
381 382
qemu_ld32u t0, t1, flags
382 383
qemu_ld32s t0, t1, flags
383 384
qemu_ld64 t0, t1, flags
384 385

  
385
Load data at the QEMU CPU address t1 into t0. t1 has the QEMU CPU
386
address type. 'flags' contains the QEMU memory index (selects user or
387
kernel access) for example.
386
Load data at the QEMU CPU address t1 into t0. t1 has the QEMU CPU address
387
type. 'flags' contains the QEMU memory index (selects user or kernel access)
388
for example.
389

  
390
Note that "qemu_ld32" implies a 32-bit result, while "qemu_ld32u" and
391
"qemu_ld32s" imply a 64-bit result appropriately extended from 32 bits.
388 392

  
389 393
* qemu_st8 t0, t1, flags
390 394
qemu_st16 t0, t1, flags

Also available in: Unified diff