Searched refs:csneg (Results 1 - 13 of 13) sorted by relevance

/external/libhevc/common/arm64/
H A 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 x
[all...]
H A 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 x
[all...]
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1361 csneg w1, w0, w19, ne
1362 csneg wzr, w5, w9, eq
1363 csneg w9, wzr, w30, gt
1364 csneg w1, w28, wzr, mi
1365 // CHECK: csneg w1, w0, w19, ne // encoding: [0x01,0x14,0x93,0x5a]
1366 // CHECK: csneg wzr, w5, w9, eq // encoding: [0xbf,0x04,0x89,0x5a]
1367 // CHECK: csneg w9, wzr, w30, gt // encoding: [0xe9,0xc7,0x9e,0x5a]
1368 // CHECK: csneg w1, w28, wzr, mi // encoding: [0x81,0x47,0x9f,0x5a]
1370 csneg x19, x23, x29, lt
1371 csneg xz
[all...]
H A Darm64-arithmetic-encoding.s556 csneg w1, w2, w3, eq
557 csneg x1, x2, x3, eq
H A Dbasic-a64-diagnostics.s1358 csneg w20, w21, wsp, mi
1359 csneg x0, sp, x29, le
1361 // CHECK-ERROR-NEXT: csneg w20, w21, wsp, mi
1364 // CHECK-ERROR-NEXT: csneg x0, sp, x29, le
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1292 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs");
1293 COMPARE(csneg(x21, x22, x23, vc), "csneg x21, x22, x23, vc");
1311 COMPARE(csneg(x6, x7, x8, al), "csneg x6, x7, x8, al");
1312 COMPARE(csneg(x7, x8, x9, nv), "csneg x7, x8, x9, nv");
/external/vixl/test/
H A Dtest-disasm-a64.cc1250 COMPARE(csneg(w18, w19, w20, vs), "csneg w18, w19, w20, vs");
1251 COMPARE(csneg(x21, x22, x23, vc), "csneg x21, x22, x23, vc");
1269 COMPARE(csneg(x6, x7, x8, al), "csneg x6, x7, x8, al");
1270 COMPARE(csneg(x7, x8, x9, nv), "csneg x7, x8, x9, nv");
/external/vixl/src/a64/
H A Dassembler-a64.cc805 void Assembler::csneg(const Register& rd, function in class:vixl::Assembler
841 csneg(rd, rn, rn, InvertCondition(cond));
H A Dassembler-a64.h1003 void csneg(const Register& rd,
H A Dmacro-assembler-a64.h510 csneg(rd, rn, rm, cond);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1351 void csneg(const Register& rd,
H A Dmacro-assembler-arm64-inl.h510 csneg(rd, rn, rm, cond);
H A Dassembler-arm64.cc1352 void Assembler::csneg(const Register& rd, function in class:v8::internal::Assembler
1388 csneg(rd, rn, rn, NegateCondition(cond));

Completed in 884 milliseconds