Home
last modified time | relevance | path

Searched refs:csneg (Results 1 – 21 of 21) sorted by relevance

/external/libhevc/common/arm64/
Dihevc_deblk_luma_horz.s137 csneg x9,x9,x9,pl
142 csneg x8,x8,x8,pl // dp0 value is stored in x8
166 csneg x12,x12,x12,pl
172 csneg x11,x11,x11,pl // dp3 value is stored in x8
228 csneg x2,x2,x2,pl
231 csneg x8,x8,x8,pl
240 csneg x7,x7,x7,pl
284 csneg x8,x8,x8,pl
288 csneg x2,x2,x2,pl
298 csneg x7,x7,x7,pl
Dihevc_deblk_luma_vert.s130 csneg x9,x9,x9,pl
140 csneg x8,x8,x8,pl
165 csneg x12,x12,x12,pl
171 csneg x11,x11,x11,pl // dp3 value is stored in x8
226 csneg x8,x8,x8,pl
229 csneg x2,x2,x2,pl
239 csneg x7,x7,x7,pl
279 csneg x8,x8,x8,pl
283 csneg x2,x2,x2,pl
292 csneg x7,x7,x7,pl
/external/llvm/test/CodeGen/AArch64/
Dcond-sel.ll147 ; CHECK: csneg {{w[0-9]+}}, [[LHS]], [[RHS]], ls
155 ; CHECK: csneg {{w[0-9]+}}, [[LHS]], {{w[0-9]+}}, le
164 ; CHECK: csneg {{x[0-9]+}}, [[LHS]], {{x[0-9]+}}, ls
172 ; CHECK: csneg {{x[0-9]+}}, [[LHS]], {{x[0-9]+}}, le
Darm64-csel.ll83 ; CHECK-next: csneg
159 ; CHECK: csneg w0, w1, w2, ne
170 ; CHECK: csneg x0, x1, x2, ne
Darm64-early-ifcvt.ll186 ; CHECK-NEXT: csneg w0, w1, w0, eq
204 ; CHECK-NEXT: csneg x0, x1, x0, eq
222 ; CHECK-NEXT: csneg w0, w1, w0, ne
240 ; CHECK-NEXT: csneg x0, x1, x0, ne
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp875 cmp x17,x18 ; csneg x16,x17,x18,eq :: rd 8593c2e5aedb9b6b rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
876 cmp x17,x18 ; csneg x16,x17,x18,ne :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
877 cmp x17,x18 ; csneg x16,x17,x18,cc :: rd 8593c2e5aedb9b6b rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
878 cmp x17,x18 ; csneg x16,x17,x18,cs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
879 cmp x17,x18 ; csneg x16,x17,x18,mi :: rd 8593c2e5aedb9b6b rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
880 cmp x17,x18 ; csneg x16,x17,x18,pl :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
881 cmp x17,x18 ; csneg x16,x17,x18,vc :: rd 8593c2e5aedb9b6b rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
882 cmp x17,x18 ; csneg x16,x17,x18,vs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
908 cmp w17,w18 ; csneg w16,w17,w18,eq :: rd 00000000aedb9b6b rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
909 cmp w17,w18 ; csneg w16,w17,w18,ne :: rd 000000003bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495,…
[all …]
/external/llvm/test/MC/AArch64/
Dbasic-a64-instructions.s1383 csneg w1, w0, w19, ne
1384 csneg wzr, w5, w9, eq
1385 csneg w9, wzr, w30, gt
1386 csneg w1, w28, wzr, mi
1392 csneg x19, x23, x29, lt
1393 csneg xzr, x3, x4, ge
1394 csneg x5, xzr, x6, cs
1395 csneg x7, x8, xzr, cc
Darm64-arithmetic-encoding.s556 csneg w1, w2, w3, eq
557 csneg x1, x2, x3, eq
Dbasic-a64-diagnostics.s1375 csneg w20, w21, wsp, mi
1376 csneg x0, sp, x29, le
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt524 # CHECK: csneg w1, w2, w3, eq
526 # CHECK: csneg x1, x2, x3, eq
Dbasic-a64-instructions.txt928 # CHECK: csneg w1, w0, w19, ne
929 # CHECK: csneg wzr, w5, w9, eq
930 # CHECK: csneg w9, wzr, w30, gt
931 # CHECK: csneg w1, w28, wzr, mi
932 # CHECK: csneg x19, x23, x29, lt
933 # CHECK: csneg xzr, x3, x4, ge
934 # CHECK: csneg x5, xzr, x6, hs
935 # CHECK: csneg x7, x8, xzr, lo
1002 # CHECK: csneg x4, x8, x8, al
/external/v8/test/cctest/
Dtest-disasm-arm64.cc1285 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs"); in TEST_()
1286 COMPARE(csneg(x21, x22, x23, vc), "csneg x21, x22, x23, vc"); in TEST_()
1304 COMPARE(csneg(x6, x7, x8, al), "csneg x6, x7, x8, al"); in TEST_()
1305 COMPARE(csneg(x7, x8, x9, nv), "csneg x7, x8, x9, nv"); in TEST_()
/external/v8/src/arm64/
Dassembler-arm64.cc1351 void Assembler::csneg(const Register& rd, in csneg() function in v8::internal::Assembler
1387 csneg(rd, rn, rn, NegateCondition(cond)); in cneg()
Dmacro-assembler-arm64-inl.h510 csneg(rd, rn, rm, cond); in Csneg()
Dassembler-arm64.h1247 void csneg(const Register& rd,
/external/vixl/test/
Dtest-disasm-a64.cc2174 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs"); in TEST()
2175 COMPARE(csneg(x21, x22, x23, vc), "csneg x21, x22, x23, vc"); in TEST()
2193 COMPARE(csneg(x6, x7, x8, al), "csneg x6, x7, x8, al"); in TEST()
2194 COMPARE(csneg(x7, x8, x9, nv), "csneg x7, x8, x9, nv"); in TEST()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc1155 void Assembler::csneg(const Register& rd, in csneg() function in vixl::Assembler
1191 csneg(rd, rn, rn, InvertCondition(cond)); in cneg()
Dmacro-assembler-a64.h1121 csneg(rd, rn, rm, cond); in Csneg()
Dassembler-a64.h1576 void csneg(const Register& rd,
/external/vixl/doc/
Dsupported-instructions.md443 void csneg(const Register& rd,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1069 defm CSNEG : CondSelectOp<1, 0b01, "csneg", ineg>;