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

  /external/llvm/test/CodeGen/Thumb2/
float-ops.ll 34 define double @sub_d(double %a, double %b) {
36 ; CHECK-LABEL: sub_d:
  /toolchain/binutils/binutils-2.25/cpu/
or1korfpx.cpu 43 ("SUB_D" #x11)
  /external/v8/src/mips64/
assembler-mips64.cc 2768 void Assembler::sub_d(FPURegister fd, FPURegister fs, FPURegister ft) { function in class:v8::internal::Assembler
    [all...]
constants-mips64.h 565 SUB_D = ((0U << 3) + 1),
    [all...]
macro-assembler-mips64.cc     [all...]
assembler-mips64.h     [all...]
disasm-mips64.cc 864 case SUB_D:
    [all...]
simulator-mips64.cc     [all...]
  /external/v8/src/mips/
constants-mips.h 536 SUB_D = ((0U << 3) + 1),
    [all...]
disasm-mips.cc 821 case SUB_D:
    [all...]
assembler-mips.cc 2441 void Assembler::sub_d(FPURegister fd, FPURegister fs, FPURegister ft) { function in class:v8::Assembler
    [all...]
macro-assembler-mips.cc     [all...]
assembler-mips.h 877 void sub_d(FPURegister fd, FPURegister fs, FPURegister ft);
    [all...]
simulator-mips.cc     [all...]
  /external/v8/test/cctest/
test-disasm-mips.cc     [all...]
test-disasm-mips64.cc     [all...]
test-assembler-mips.cc 289 __ sub_d(f10, f10, f12);
    [all...]
test-assembler-mips64.cc 298 __ sub_d(f10, f10, f12);
    [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 8167 milliseconds