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

  /system/core/debuggerd/arm64/
crashglue.S 35 fmov d0, -1.0 // -1 is more convincing than 0.
36 fmov d1, 1.0
37 fmov d2, 2.0
38 fmov d3, 3.0
39 fmov d4, 4.0
40 fmov d5, 5.0
41 fmov d6, 6.0
42 fmov d7, 7.0
43 fmov d8, 8.0
44 fmov d9, 9.
    [all...]
  /external/llvm/test/MC/AArch64/
optional-hash.s 8 // CHECK: fmov s0, #1.06250000
9 fmov s0, 1.0625
arm64-fp-encoding.s 316 fmov s1, w2
317 fmov w1, s2
318 fmov d1, x2
319 fmov x1, d2
321 ; CHECK: fmov s1, w2 ; encoding: [0x41,0x00,0x27,0x1e]
322 ; CHECK: fmov w1, s2 ; encoding: [0x41,0x00,0x26,0x1e]
323 ; CHECK: fmov d1, x2 ; encoding: [0x41,0x00,0x67,0x9e]
324 ; CHECK: fmov x1, d2 ; encoding: [0x41,0x00,0x66,0x9e]
326 fmov s1, #0.125
327 fmov s1, #0x4
    [all...]
arm64-optional-hash.s 16 ; CHECK: fmov s1, #0.12500000 ; encoding: [0x01,0x10,0x28,0x1e]
17 fmov s1, 0.125 label
dot-req.s 29 fmov d2, dora
35 // CHECK: fmov d2, d3 // encoding: [0x62,0x40,0x60,0x1e]
neon-mov.s 186 fmov v1.2s, #1.0
187 fmov v15.4s, #1.0
188 fmov v31.2d, #1.0
190 // CHECK: fmov v1.2s, #{{1.00000000|1.000000e\+00}} // encoding: [0x01,0xf6,0x03,0x0f]
191 // CHECK: fmov v15.4s, #{{1.00000000|1.000000e\+00}} // encoding: [0x0f,0xf6,0x03,0x4f]
192 // CHECK: fmov v31.2d, #{{1.00000000|1.000000e\+00}} // encoding: [0x1f,0xf6,0x03,0x6f]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
arm64-advsimd.s     [all...]
neon-diagnostics.s 281 fmov v0.4h, #1.0
284 // CHECK:ERROR: fmov v0.4h, #1.0
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
ComplexToRealFixup.S 157 fmov half, #0.5
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S 118 fmov half, 0.5
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 562 Fmov(tmp, value);
689 void MacroAssembler::Fmov(FPRegister fd, FPRegister fn) {
692 // registers. fmov(s0, s0) is not a no-op because it clears the top word of
693 // d0. Technically, fmov(d0, d0) is not a no-op either because it clears the
696 fmov(fd, fn);
701 void MacroAssembler::Fmov(FPRegister fd, Register rn) {
703 fmov(fd, rn);
707 void MacroAssembler::Fmov(FPRegister fd, double imm) {
710 Fmov(fd, static_cast<float>(imm));
716 fmov(fd, imm)
    [all...]
assembler-arm64.h     [all...]
assembler-arm64.cc 1547 void Assembler::fmov(FPRegister fd, double imm) { function in class:v8::internal::Assembler
1554 void Assembler::fmov(FPRegister fd, float imm) { function in class:v8::internal::Assembler
1561 void Assembler::fmov(Register rd, FPRegister fn) { function in class:v8::internal::Assembler
1568 void Assembler::fmov(FPRegister fd, Register rn) { function in class:v8::internal::Assembler
1575 void Assembler::fmov(FPRegister fd, FPRegister fn) { function in class:v8::internal::Assembler
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
macro-assembler-a64.cc 537 Fmov(tmp, value);
545 void MacroAssembler::Fmov(FPRegister fd, double imm) {
548 Fmov(fd, static_cast<float>(imm));
554 fmov(fd, imm);
556 fmov(fd, xzr);
563 void MacroAssembler::Fmov(FPRegister fd, float imm) {
566 Fmov(fd, static_cast<double>(imm));
572 fmov(fd, imm);
574 fmov(fd, wzr);
    [all...]
assembler-a64.cc 1217 void Assembler::fmov(const FPRegister& fd, double imm) { function in class:vixl::Assembler
1224 void Assembler::fmov(const FPRegister& fd, float imm) { function in class:vixl::Assembler
1231 void Assembler::fmov(const Register& rd, const FPRegister& fn) { function in class:vixl::Assembler
1238 void Assembler::fmov(const FPRegister& fd, const Register& rn) { function in class:vixl::Assembler
1245 void Assembler::fmov(const FPRegister& fd, const FPRegister& fn) { function in class:vixl::Assembler
    [all...]
macro-assembler-a64.h 627 void Fmov(FPRegister fd, FPRegister fn) {
630 // registers. fmov(s0, s0) is not a no-op because it clears the top word of
631 // d0. Technically, fmov(d0, d0) is not a no-op either because it clears
634 fmov(fd, fn);
637 void Fmov(FPRegister fd, Register rn) {
640 fmov(fd, rn);
646 void Fmov(FPRegister fd, double imm);
647 void Fmov(FPRegister fd, float imm);
650 void Fmov(FPRegister fd, T imm) {
652 Fmov(fd, static_cast<double>(imm))
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-simulator-a64.cc     [all...]

Completed in 196 milliseconds