OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_FP_CAUSE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
cpu.h
94
#define
SET_FP_CAUSE
(reg,v) do { (reg) = ((reg) & ~(0x3f << 12)) | ((v & 0x3f) << 12); } while(0)
op_helper.c
[
all
...]
Completed in 364 milliseconds