HomeSort by relevance Sort by last modified time
    Searched refs:FPURegister (Results 1 - 15 of 15) sorted by null

  /external/v8/src/mips64/
macro-assembler-mips64.h 217 void CompareF32(FPUCondition cc, FPURegister cmp1, FPURegister cmp2) {
221 void CompareIsNanF32(FPURegister cmp1, FPURegister cmp2) {
225 void CompareF64(FPUCondition cc, FPURegister cmp1, FPURegister cmp2) {
229 void CompareIsNanF64(FPURegister cmp1, FPURegister cmp2) {
601 void Neg_s(FPURegister fd, FPURegister fs)
    [all...]
assembler-mips64.h 200 // Implementation of Register and FPURegister.
252 class FPURegister : public RegisterBase<FPURegister, kDoubleAfterLast> {
258 FPURegister low() const {
262 return FPURegister::from_code(code());
264 FPURegister high() const {
268 return FPURegister::from_code(code() + 1);
273 explicit constexpr FPURegister(int code) : RegisterBase(code) {}
303 typedef FPURegister FloatRegister;
305 typedef FPURegister DoubleRegister
    [all...]
assembler-mips64.cc     [all...]
macro-assembler-mips64.cc     [all...]
simulator-mips64.h 124 enum FPURegister {
simulator-mips64.cc     [all...]
  /external/v8/src/mips/
assembler-mips.h 202 // Implementation of Register and FPURegister.
253 class FPURegister : public RegisterBase<FPURegister, kDoubleAfterLast> {
255 FPURegister low() const {
258 return FPURegister::from_code(code());
260 FPURegister high() const {
263 return FPURegister::from_code(code() + 1);
268 explicit constexpr FPURegister(int code) : RegisterBase(code) {}
298 typedef FPURegister FloatRegister;
300 typedef FPURegister DoubleRegister
    [all...]
macro-assembler-mips.h 200 void CompareF32(FPUCondition cc, FPURegister cmp1, FPURegister cmp2) {
204 void CompareIsNanF32(FPURegister cmp1, FPURegister cmp2) {
208 void CompareF64(FPUCondition cc, FPURegister cmp1, FPURegister cmp2) {
212 void CompareIsNanF64(FPURegister cmp1, FPURegister cmp2) {
614 void Neg_s(FPURegister fd, FPURegister fs)
    [all...]
assembler-mips.cc     [all...]
macro-assembler-mips.cc     [all...]
simulator-mips.h 124 enum FPURegister {
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 50 // both are typedefs of FPURegister.
229 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
230 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
231 CREATE_OOL_CLASS(OutOfLineFloat64Max, Float64MaxOutOfLine, FPURegister);
232 CREATE_OOL_CLASS(OutOfLineFloat64Min, Float64MinOutOfLine, FPURegister);
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 48 // both are typedefs of FPURegister.
226 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
227 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc     [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc     [all...]

Completed in 202 milliseconds