/external/clang/test/CodeGen/ |
arm64-vrsqrt.c | 7 // CHECK: call <2 x i32> @llvm.aarch64.neon.ursqrte.v2i32(<2 x i32> %in) 20 // CHECK: call <4 x i32> @llvm.aarch64.neon.ursqrte.v4i32(<4 x i32> %in)
|
aarch64-neon-intrinsics.c | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-vsqrt.ll | 198 ;CHECK: ursqrte.2s 200 %tmp3 = call <2 x i32> @llvm.aarch64.neon.ursqrte.v2i32(<2 x i32> %tmp1) 206 ;CHECK: ursqrte.4s 208 %tmp3 = call <4 x i32> @llvm.aarch64.neon.ursqrte.v4i32(<4 x i32> %tmp1) 212 declare <2 x i32> @llvm.aarch64.neon.ursqrte.v2i32(<2 x i32>) nounwind readnone 213 declare <4 x i32> @llvm.aarch64.neon.ursqrte.v4i32(<4 x i32>) nounwind readnone
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
verbose-error.s | 20 ursqrte v2.8b, v3.8b
|
illegal.s | 23 // For urecpe and ursqrte, only 2s and 4s are accepted qualifiers. 26 ursqrte v0.1d, v7.1d 27 ursqrte v0.2d, v7.2d
|
verbose-error.l | 56 [^:]*:20: Error: operand mismatch -- `ursqrte v2.8b,v3.8b' 58 [^:]*:20: Info: ursqrte v2.2s,v3.2s 60 [^:]*:20: Info: ursqrte v2.4s,v3.4s
|
illegal.l | 4 [^:]*:26: Error: .*`ursqrte v0.1d,v7.1d' 5 [^:]*:27: Error: .*`ursqrte v0.2d,v7.2d'
|
/external/llvm/test/MC/AArch64/ |
neon-simd-misc.s | 676 ursqrte v6.4s, v8.4s 677 ursqrte v4.2s, v0.2s 679 // CHECK: ursqrte v6.4s, v8.4s // encoding: [0x06,0xc9,0xa1,0x6e] 680 // CHECK: ursqrte v4.2s, v0.2s // encoding: [0x04,0xc8,0xa1,0x2e] [all...] |
arm64-advsimd.s | 605 ursqrte.2s v0, v0 655 ; CHECK: ursqrte.2s v0, v0 ; encoding: [0x00,0xc8,0xa1,0x2e] [all...] |
/external/vixl/doc/ |
supported-instructions.md | [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.h | [all...] |
simulator-a64.h | [all...] |
disasm-a64.cc | [all...] |
assembler-a64.h | [all...] |
logic-a64.cc | 4740 LogicVRegister Simulator::ursqrte(VectorFormat vform, function in class:vixl::Simulator [all...] |
simulator-a64.cc | [all...] |
assembler-a64.cc | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-tbl.h | 649 /* e.g. URSQRTE <Vd>.<T>, <Vn>.<T>. */ [all...] |
aarch64-dis-2.c | [all...] |
/external/vixl/test/ |
test-simulator-traces-a64.h | [all...] |
test-disasm-a64.cc | [all...] |
test-simulator-a64.cc | [all...] |
/external/valgrind/none/tests/arm64/ |
fp_and_simd.c | [all...] |
/external/valgrind/VEX/priv/ |
host_arm64_defs.c | 747 case ARM64vecu_URSQRTE32x4: *nm = "ursqrte"; *ar = "4s"; return; [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-advsimd.txt | 504 # CHECK: ursqrte.2s v0, v0 [all...] |