HomeSort by relevance Sort by last modified time
    Searched refs:fmov (Results 51 - 69 of 69) sorted by null

1 23

  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 577 Fmov(tmp, value);
704 void MacroAssembler::Fmov(FPRegister fd, FPRegister fn) {
707 // registers. fmov(s0, s0) is not a no-op because it clears the top word of
708 // d0. Technically, fmov(d0, d0) is not a no-op either because it clears the
711 fmov(fd, fn);
716 void MacroAssembler::Fmov(FPRegister fd, Register rn) {
718 fmov(fd, rn);
722 void MacroAssembler::Fmov(FPRegister fd, double imm) {
725 Fmov(fd, static_cast<float>(imm));
731 fmov(fd, imm)
    [all...]
assembler-arm64.h     [all...]
assembler-arm64.cc 1745 void Assembler::fmov(FPRegister fd, double imm) { function in class:v8::internal::Assembler
1752 void Assembler::fmov(FPRegister fd, float imm) { function in class:v8::internal::Assembler
1759 void Assembler::fmov(Register rd, FPRegister fn) { function in class:v8::internal::Assembler
1766 void Assembler::fmov(FPRegister fd, Register rn) { function in class:v8::internal::Assembler
1773 void Assembler::fmov(FPRegister fd, FPRegister fn) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.d 32 60: 1e2600e7 fmov w7, s7
33 64: 1e2700e7 fmov s7, w7
58 c8: 1e2600e7 fmov w7, s7
59 cc: 1e2700e7 fmov s7, w7
828 cd0: 9eae00e7 fmov x7, v7.d\[1\]
829 cd4: 9eaf00e7 fmov v7.d\[1\], x7
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.cc     [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-simulator-a64.cc     [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s     [all...]
neon-diagnostics.s 281 fmov v0.4h, #1.0
284 // CHECK:ERROR: fmov v0.4h, #1.0
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]

Completed in 278 milliseconds

1 23