OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcsr
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
host_mips_isel.c
276
/* save old value of
FCSR
*/
281
//store old
FCSR
to stack
284
//set new value of
FCSR
290
HReg
fcsr
= newVRegI(env);
local
295
addInstr(env, MIPSInstr_Load(4,
fcsr
, am_addr, mode64));
299
//set new value of
FCSR
300
addInstr(env, MIPSInstr_MtFCSR(
fcsr
));
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 189 milliseconds