OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_cc_op
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-i386/
translate.c
66
static TCGv_i32
cpu_cc_op
;
variable
459
tcg_gen_movi_i32(
cpu_cc_op
, val);
824
gen_helper_cc_compute_c(cpu_tmp2_i32,
cpu_cc_op
);
831
gen_helper_cc_compute_all(cpu_tmp2_i32,
cpu_cc_op
);
[
all
...]
Completed in 96 milliseconds