HomeSort by relevance Sort by last modified time
    Searched refs:TCG_REG_RSP (Results 1 - 3 of 3) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.h 36 TCG_REG_RSP,
54 #define TCG_REG_CALL_STACK TCG_REG_RSP
tcg-target.c 291 if ((rm & 7) == TCG_REG_RSP) {
299 if ((rm & 7) == TCG_REG_RSP) {
308 if ((rm & 7) == TCG_REG_RSP) {
338 if ((rm & 7) == TCG_REG_RSP) {
    [all...]
  /external/qemu/tcg/i386/
tcg-target.h 63 TCG_REG_RSP = TCG_REG_ESP,

Completed in 16 milliseconds