Searched refs:uminv (Results 1 - 11 of 11) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-across.s69 uminv b0, v1.8b
70 uminv b0, v1.16b
71 uminv h0, v1.4h
72 uminv h0, v1.8h
73 uminv s0, v1.4s
75 // CHECK: uminv b0, v1.8b // encoding: [0x20,0xa8,0x31,0x2e]
76 // CHECK: uminv b0, v1.16b // encoding: [0x20,0xa8,0x31,0x6e]
77 // CHECK: uminv h0, v1.4h // encoding: [0x20,0xa8,0x71,0x2e]
78 // CHECK: uminv h0, v1.8h // encoding: [0x20,0xa8,0x71,0x6e]
79 // CHECK: uminv s
[all...]
H A Dneon-diagnostics.s3776 uminv s0, v1.2s
3789 // CHECK-ERROR: uminv s0, v1.2s
3798 uminv d0, v1.2d
3811 // CHECK-ERROR: uminv d0, v1.2d
/external/capstone/suite/MC/AArch64/
H A Dneon-across.s.cs27 0x20,0xa8,0x31,0x2e = uminv b0, v1.8b
28 0x20,0xa8,0x31,0x6e = uminv b0, v1.16b
29 0x20,0xa8,0x71,0x2e = uminv h0, v1.4h
30 0x20,0xa8,0x71,0x6e = uminv h0, v1.8h
31 0x20,0xa8,0xb1,0x6e = uminv s0, v1.4s
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2265 __ uminv(b0, v17.V16B());
2266 __ uminv(b0, v31.V8B());
2267 __ uminv(h24, v0.V4H());
2268 __ uminv(h29, v14.V8H());
2269 __ uminv(s30, v3.V4S());
H A Dtest-simulator-aarch64.cc4411 DEFINE_TEST_NEON_ACROSS(uminv, Basic)
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h2227 void uminv(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-aarch64.h2360 V(uminv, Uminv) \
H A Dsimulator-aarch64.h2505 LogicVRegister uminv(VectorFormat vform,
H A Dsimulator-aarch64.cc3724 uminv(vf, rd, rn);
H A Dassembler-aarch64.cc3487 V(uminv, NEON_UMINV, true)
H A Dlogic-aarch64.cc1630 LogicVRegister Simulator::uminv(VectorFormat vform, function in class:vixl::aarch64::Simulator

Completed in 689 milliseconds