OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0Ca_EC
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
cpu.h
318
#define
CP0Ca_EC
2
helper.c
791
env->CP0_Cause = (env->CP0_Cause & ~(0x1f <<
CP0Ca_EC
)) | (cause <<
CP0Ca_EC
);
op_helper.c
51
env->CP0_Cause &= ~(0x1f <<
CP0Ca_EC
);
[
all
...]
Completed in 26 milliseconds