OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds