Searched refs:FPUControlRegister (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | assembler-mips.h | 336 struct FPUControlRegister { struct 338 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument 355 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument 356 constexpr FPUControlRegister FCSR = {kFCSRRegister}; 976 void ctc1(Register rt, FPUControlRegister fs); 977 void cfc1(Register rt, FPUControlRegister fs); 2031 FPUControlRegister fs, SecondaryField func = nullptrSF);
|
D | assembler-mips.cc | 1253 FPUControlRegister fs, in GenInstrRegister() 2620 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1() 2625 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 342 struct FPUControlRegister { struct 344 bool is(FPUControlRegister creg) const { return reg_code == creg.reg_code; } in is() argument 361 constexpr FPUControlRegister no_fpucreg = {kInvalidFPUControlRegister}; argument 362 constexpr FPUControlRegister FCSR = {kFCSRRegister}; 1047 void ctc1(Register rt, FPUControlRegister fs); 1048 void cfc1(Register rt, FPUControlRegister fs); 2097 FPUControlRegister fs, SecondaryField func = nullptrSF);
|
D | assembler-mips64.cc | 1217 FPUControlRegister fs, in GenInstrRegister() 3017 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1() 3022 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()
|