OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0_VPEConf0
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-mips/
machine.c
93
qemu_put_sbe32s(f, &env->
CP0_VPEConf0
);
244
qemu_get_sbe32s(f, &env->
CP0_VPEConf0
);
cpu.h
194
int32_t
CP0_VPEConf0
;
op_helper.c
825
if (env->
CP0_VPEConf0
& (1 << CP0VPEC0_MVP))
859
if (env->
CP0_VPEConf0
& (1 << CP0VPEC0_MVP)) {
860
if (env->
CP0_VPEConf0
& (1 << CP0VPEC0_VPA))
864
newval = (env->
CP0_VPEConf0
& ~mask) | (arg1 & mask);
868
env->
CP0_VPEConf0
= newval;
[
all
...]
translate.c
[
all
...]
Completed in 30 milliseconds