OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGReg
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg-be-ldst.h
29
TCGReg
addrlo_reg; /* reg index for low word of guest virtual addr */
30
TCGReg
addrhi_reg; /* reg index for high word of guest virtual addr */
31
TCGReg
datalo_reg; /* reg index for low word to be loaded or stored */
32
TCGReg
datahi_reg; /* reg index for high word to be loaded or stored */
tcg.c
95
static void tcg_out_ld(TCGContext *s, TCGType type,
TCGReg
ret,
TCGReg
arg1,
97
static void tcg_out_mov(TCGContext *s, TCGType type,
TCGReg
ret,
TCGReg
arg);
99
TCGReg
ret, tcg_target_long arg);
102
static void tcg_out_st(TCGContext *s, TCGType type,
TCGReg
arg,
TCGReg
arg1,
[
all
...]
/external/qemu/tcg/i386/
tcg-target.h
65
}
TCGReg
;
tcg-target.c
540
TCGReg
ret,
TCGReg
arg)
549
TCGReg
ret, tcg_target_long arg)
604
static inline void tcg_out_ld(TCGContext *s, TCGType type,
TCGReg
ret,
605
TCGReg
arg1, intptr_t arg2)
611
static inline void tcg_out_st(TCGContext *s, TCGType type,
TCGReg
arg,
612
TCGReg
arg1, intptr_t arg2)
618
static inline void tcg_out_sti(TCGContext *s, TCGType type,
TCGReg
base,
[
all
...]
Completed in 361 milliseconds