OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLEAR_FP_COND
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
cpu.h
89
#define
CLEAR_FP_COND
(num,env) do { ((env).fcr31) &= ~((num) ? (1 << ((num) + 24)) : (1 << 23)); } while(0)
op_helper.c
[
all
...]
Completed in 2917 milliseconds