OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPUControlRegister
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
assembler-mips.h
269
struct
FPUControlRegister
{
274
bool is(
FPUControlRegister
creg) const { return code_ == creg.code_; }
291
const
FPUControlRegister
no_fpucreg = { -1 };
292
const
FPUControlRegister
FCSR = { kFCSRRegister };
681
void ctc1(Register rt,
FPUControlRegister
fs);
682
void cfc1(Register rt,
FPUControlRegister
fs);
[
all
...]
assembler-mips.cc
679
FPUControlRegister
fs,
[
all
...]
Completed in 273 milliseconds