OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGv
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-arm/
translate.c
113
static
TCGv
cpu_T[2];
114
static
TCGv
cpu_F0s, cpu_F1s;
136
static
TCGv
temps[MAX_TEMPS];
141
TCGv
tmp;
154
static void dead_tmp(
TCGv
tmp)
172
static inline
TCGv
load_cpu_offset(int offset)
174
TCGv
tmp = new_tmp();
181
static inline void store_cpu_offset(
TCGv
var, int offset)
191
static void load_reg_var(DisasContext *s,
TCGv
var, int reg)
207
static inline
TCGv
load_reg(DisasContext *s, int reg
[
all
...]
/external/qemu/tcg/
tcg-op.h
[
all
...]
Completed in 385 milliseconds