Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h290 struct FPUControlRegister { struct
292 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
309 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument
310 const FPUControlRegister FCSR = { kFCSRRegister };
875 void ctc1(Register rt, FPUControlRegister fs);
876 void cfc1(Register rt, FPUControlRegister fs);
1361 FPUControlRegister fs,
Dassembler-mips.cc1097 FPUControlRegister fs, in GenInstrRegister()
2338 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1()
2343 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()
/external/v8/src/mips64/
Dassembler-mips64.h293 struct FPUControlRegister { struct
295 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument
312 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister }; argument
313 const FPUControlRegister FCSR = { kFCSRRegister };
933 void ctc1(Register rt, FPUControlRegister fs);
934 void cfc1(Register rt, FPUControlRegister fs);
1412 FPUControlRegister fs,
Dassembler-mips64.cc1065 FPUControlRegister fs, in GenInstrRegister()
2671 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1()
2676 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()