HomeSort by relevance Sort by last modified time
    Searched full:cvt_d_w (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 173 void cvt_d_w(const Operand *OpFd, const Operand *OpFs);
IceInstMIPS32.h 217 Cvt_d_w,
    [all...]
IceAssemblerMIPS32.cpp 545 void AssemblerMIPS32::cvt_d_w(const Operand *OpFd, const Operand *OpFs) { function in class:Ice::MIPS32::AssemblerMIPS32
    [all...]
IceInstMIPS32.cpp 862 Asm->cvt_d_w(getDest(), getSrc(0));
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 349 __ cvt_d_w(f14, f14);
373 __ cvt_d_w(f12, f12);
852 __ cvt_d_w(double_exponent, single_scratch);
    [all...]
assembler-mips.cc 2859 void Assembler::cvt_d_w(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
macro-assembler-mips.cc     [all...]
constants-mips.h 576 CVT_D_W = ((4U << 3) + 1),
    [all...]
disasm-mips.cc 1004 case CVT_D_W: // Convert word to double.
    [all...]
assembler-mips.h     [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 345 __ cvt_d_w(f14, f14);
369 __ cvt_d_w(f12, f12);
849 __ cvt_d_w(double_exponent, single_scratch);
    [all...]
assembler-mips64.cc 3108 void Assembler::cvt_d_w(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]
constants-mips64.h 605 CVT_D_W = ((4U << 3) + 1),
    [all...]
macro-assembler-mips64.cc     [all...]
assembler-mips64.h     [all...]
disasm-mips64.cc 1045 case CVT_D_W: // Convert word to double.
    [all...]
simulator-mips64.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 466 __ cvt_d_w(dbl_scratch, flt_scratch);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 449 __ cvt_d_w(dbl_scratch, flt_scratch);
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]

Completed in 326 milliseconds