Home
last modified time | relevance | path

Searched refs:Smov (Results 1 – 5 of 5) sorted by relevance

/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc6040 COMPARE_MACRO(Smov(w0, v1.V16B(), 4), "smov w0, v1.b[4]"); in TEST()
6041 COMPARE_MACRO(Smov(w1, v2.V8B(), 5), "smov w1, v2.b[5]"); in TEST()
6042 COMPARE_MACRO(Smov(w2, v3.B(), 6), "smov w2, v3.b[6]"); in TEST()
6043 COMPARE_MACRO(Smov(w3, v4.V8H(), 7), "smov w3, v4.h[7]"); in TEST()
6044 COMPARE_MACRO(Smov(w0, v5.V4H(), 3), "smov w0, v5.h[3]"); in TEST()
6045 COMPARE_MACRO(Smov(w1, v6.H(), 6), "smov w1, v6.h[6]"); in TEST()
6047 COMPARE_MACRO(Smov(x0, v1.V16B(), 4), "smov x0, v1.b[4]"); in TEST()
6048 COMPARE_MACRO(Smov(x1, v2.V8B(), 5), "smov x1, v2.b[5]"); in TEST()
6049 COMPARE_MACRO(Smov(x2, v3.B(), 6), "smov x2, v3.b[6]"); in TEST()
6050 COMPARE_MACRO(Smov(x3, v4.V8H(), 7), "smov x3, v4.h[7]"); in TEST()
[all …]
Dtest-assembler-aarch64.cc23859 __ Smov(w0, v0.B(), 7); in TEST() local
23860 __ Smov(w1, v0.B(), 15); in TEST() local
23862 __ Smov(w2, v0.H(), 0); in TEST() local
23863 __ Smov(w3, v0.H(), 3); in TEST() local
23865 __ Smov(x4, v0.B(), 7); in TEST() local
23866 __ Smov(x5, v0.B(), 15); in TEST() local
23868 __ Smov(x6, v0.H(), 0); in TEST() local
23869 __ Smov(x7, v0.H(), 3); in TEST() local
23871 __ Smov(x16, v0.S(), 0); in TEST() local
23872 __ Smov(x17, v0.S(), 1); in TEST() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1831 __ Smov(i.OutputRegister32(), i.InputSimd128Register(0).V8H(), in AssembleArchInstruction() local
1928 __ Smov(i.OutputRegister32(), i.InputSimd128Register(0).V16B(), in AssembleArchInstruction() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1117 void Smov(const Register& rd, const VRegister& vn, int vn_index) { in Smov() function
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3203 void Smov(const Register& rd, const VRegister& vn, int vn_index) { in Smov() function