OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGRegSet
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
43
typedef uint32_t
TCGRegSet
;
45
typedef uint64_t
TCGRegSet
;
295
TCGRegSet
reserved_regs;
423
TCGRegSet
regs;
tcg.c
77
static
TCGRegSet
tcg_target_available_regs[2];
78
static
TCGRegSet
tcg_target_call_clobber_regs;
[
all
...]
Completed in 39 milliseconds