Searched refs:FPUControlRegister (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips/
H A Dassembler-mips.h336 struct FPUControlRegister { struct in namespace:v8::internal
338 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
355 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister };
356 const FPUControlRegister FCSR = { kFCSRRegister };
871 void ctc1(Register rt, FPUControlRegister fs);
872 void cfc1(Register rt, FPUControlRegister fs);
1264 FPUControlRegister fs,
H A Dassembler-mips.cc934 FPUControlRegister fs,
2030 void Assembler::ctc1(Register rt, FPUControlRegister fs) {
2035 void Assembler::cfc1(Register rt, FPUControlRegister fs) {
/external/v8/src/mips64/
H A Dassembler-mips64.h325 struct FPUControlRegister { struct in namespace:v8::internal
327 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
344 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister };
345 const FPUControlRegister FCSR = { kFCSRRegister };
903 void ctc1(Register rt, FPUControlRegister fs);
904 void cfc1(Register rt, FPUControlRegister fs);
1301 FPUControlRegister fs,
H A Dassembler-mips64.cc918 FPUControlRegister fs,
2256 void Assembler::ctc1(Register rt, FPUControlRegister fs) {
2261 void Assembler::cfc1(Register rt, FPUControlRegister fs) {

Completed in 86 milliseconds