OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gen_store_fpr32
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-mips/
translate.c
607
static inline void
gen_store_fpr32
(TCGv_i32 t, int reg)
function
645
gen_store_fpr32
(t1, reg & ~1);
648
gen_store_fpr32
(t1, reg | 1);
[
all
...]
Completed in 29 milliseconds