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

  /external/qemu/tcg/i386/
tcg-target.h 44 TCG_REG_ESP,
63 TCG_REG_RSP = TCG_REG_ESP,
73 #define TCG_REG_CALL_STACK TCG_REG_ESP
tcg-target.c 470 if (index < 0 && LOWREGMASK(rm) != TCG_REG_ESP) {
483 assert(index != TCG_REG_ESP);
    [all...]

Completed in 2291 milliseconds