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

  /art/compiler/optimizing/
code_generator_utils.cc 57 uint64_t abs_d = (divisor >= 0) ? divisor : -divisor; local
61 uint64_t abs_nc = tmp - 1 - (tmp % abs_d);
64 uint64_t quotient2 = exp / abs_d;
65 uint64_t remainder2 = exp % abs_d;
82 if (remainder2 >= abs_d) {
84 remainder2 = remainder2 - abs_d;
86 delta = abs_d - remainder2;
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 116 void abs_d(const Operand *OpFd, const Operand *OpFs);
IceAssemblerMIPS32.cpp 367 void AssemblerMIPS32::abs_d(const Operand *OpFd, const Operand *OpFs) { function in class:Ice::MIPS32::AssemblerMIPS32
    [all...]
IceInstMIPS32.cpp 728 Asm->abs_d(getDest(), getSrc(0));
    [all...]
  /external/v8/src/mips/
assembler-mips.h     [all...]
assembler-mips.cc 2564 void Assembler::abs_d(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h     [all...]
assembler-mips64.cc 2892 void Assembler::abs_d(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]

Completed in 659 milliseconds