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

  /external/qemu/tcg/
tcg.h 65 #define tcg_regset_andnot(d, a, b) (d) = (a) & ~(b) macro
tcg.c     [all...]

Completed in 29 milliseconds