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

  /external/llvm/test/MC/AArch64/
neon-scalar-cvt.s 143 fcvtns h22, h13
144 fcvtns s22, s13
145 fcvtns d21, d14
147 // CHECK: fcvtns h22, h13 // encoding: [0xb6,0xa9,0x79,0x5e]
148 // CHECK: fcvtns s22, s13 // encoding: [0xb6,0xa9,0x21,0x5e]
149 // CHECK: fcvtns d21, d14 // encoding: [0xd5,0xa9,0x61,0x5e]
neon-simd-misc.s 549 fcvtns v4.4h, v0.4h
550 fcvtns v6.8h, v8.8h
551 fcvtns v6.4s, v8.4s
552 fcvtns v6.2d, v8.2d
553 fcvtns v4.2s, v0.2s
555 // CHECK: fcvtns v4.4h, v0.4h // encoding: [0x04,0xa8,0x79,0x0e]
556 // CHECK: fcvtns v6.8h, v8.8h // encoding: [0x06,0xa9,0x79,0x4e]
557 // CHECK: fcvtns v6.4s, v8.4s // encoding: [0x06,0xa9,0x21,0x4e]
558 // CHECK: fcvtns v6.2d, v8.2d // encoding: [0x06,0xa9,0x61,0x4e]
559 // CHECK: fcvtns v4.2s, v0.2s // encoding: [0x04,0xa8,0x21,0x0e
    [all...]
fullfp16-neon-neg.s 238 fcvtns h22, h13
330 fcvtns v4.4h, v0.4h
332 fcvtns v6.8h, v8.8h
arm64-fp-encoding.s 326 fcvtns w1, h2
327 fcvtns w1, s2
328 fcvtns w1, d2
329 fcvtns x1, h2
330 fcvtns x1, s2
331 fcvtns x1, d2
333 ; FP16: fcvtns w1, h2 ; encoding: [0x41,0x00,0xe0,0x1e]
335 ; NO-FP16-NEXT: fcvtns w1, h2
336 ; CHECK: fcvtns w1, s2 ; encoding: [0x41,0x00,0x20,0x1e]
337 ; CHECK: fcvtns w1, d2 ; encoding: [0x41,0x00,0x60,0x1e
    [all...]
arm64-advsimd.s     [all...]
neon-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.d 8 0: 1e2000e7 fcvtns w7, s7
9 4: 9e2000e7 fcvtns x7, s7
34 68: 1e6000e7 fcvtns w7, d7
35 6c: 9e6000e7 fcvtns x7, d7
neon-fp-cvt-int.d 8 0: 0e21a8e7 fcvtns v7.2s, v7.2s
20 30: 4e21a8e7 fcvtns v7.4s, v7.4s
32 60: 4e61a8e7 fcvtns v7.2d, v7.2d
44 90: 5e21a8e7 fcvtns s7, s7
56 c0: 5e61a8e7 fcvtns d7, d7
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc     [all...]
test-assembler-arm64.cc     [all...]
  /external/vixl/test/
test-simulator-a64.cc     [all...]
test-disasm-a64.cc     [all...]
test-assembler-a64.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 645 void MacroAssembler::Fcvtns(const Register& rd, const FPRegister& fn) {
648 fcvtns(rd, fn);
    [all...]
assembler-arm64.cc 2081 void Assembler::fcvtns(const Register& rd, const FPRegister& fn) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]

Completed in 347 milliseconds