Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h336 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);
Dassembler-mips.cc1253 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/
Dassembler-mips64.h342 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);
Dassembler-mips64.cc1217 FPUControlRegister fs, in GenInstrRegister()
3017 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1()
3022 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1()