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

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1325 csinc w1, w0, w19, ne
1326 csinc wzr, w5, w9, eq
1327 csinc w9, wzr, w30, gt
1328 csinc w1, w28, wzr, mi
1329 // CHECK: csinc w1, w0, w19, ne // encoding: [0x01,0x14,0x93,0x1a]
1330 // CHECK: csinc wzr, w5, w9, eq // encoding: [0xbf,0x04,0x89,0x1a]
1331 // CHECK: csinc w9, wzr, w30, gt // encoding: [0xe9,0xc7,0x9e,0x1a]
1332 // CHECK: csinc w1, w28, wzr, mi // encoding: [0x81,0x47,0x9f,0x1a]
1334 csinc x19, x23, x29, lt
1335 csinc xz
[all...]
H A Darm64-arithmetic-encoding.s552 csinc w1, w2, w3, eq
553 csinc x1, x2, x3, eq
H A Dbasic-a64-diagnostics.s1340 csinc w20, w21, wsp, mi
1341 csinc sp, x30, x29, eq
1343 // CHECK-ERROR-NEXT: csinc w20, w21, wsp, mi
1346 // CHECK-ERROR-NEXT: csinc sp, x30, x29, eq
/external/vixl/src/a64/
H A Dassembler-a64.cc789 void Assembler::csinc(const Register& rd, function in class:vixl::Assembler
816 csinc(rd, zr, zr, InvertCondition(cond));
829 csinc(rd, rn, rn, InvertCondition(cond));
H A Dassembler-a64.h991 void csinc(const Register& rd,
H A Dmacro-assembler-a64.cc450 csinc(rd, rn, zr, cond);
H A Dmacro-assembler-a64.h488 csinc(rd, rn, rm, cond);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1288 COMPARE(csinc(w6, w7, w8, hs), "csinc w6, w7, w8, hs");
1289 COMPARE(csinc(x9, x10, x11, lo), "csinc x9, x10, x11, lo");
1307 COMPARE(csinc(x2, x3, x4, al), "csinc x2, x3, x4, al");
1308 COMPARE(csinc(x3, x4, x5, nv), "csinc x3, x4, x5, nv");
1323 COMPARE(Csel(w4, w5, 1, hs), "csinc w4, w5, wzr, hs");
1326 COMPARE(Csel(x10, x11, 1, pl), "csinc x1
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc1246 COMPARE(csinc(w6, w7, w8, hs), "csinc w6, w7, w8, hs");
1247 COMPARE(csinc(x9, x10, x11, lo), "csinc x9, x10, x11, lo");
1265 COMPARE(csinc(x2, x3, x4, al), "csinc x2, x3, x4, al");
1266 COMPARE(csinc(x3, x4, x5, nv), "csinc x3, x4, x5, nv");
1280 COMPARE(Csel(w4, w5, 1, hs), "csinc w4, w5, wzr, hs");
1283 COMPARE(Csel(x10, x11, 1, pl), "csinc x1
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc1336 void Assembler::csinc(const Register& rd, function in class:v8::internal::Assembler
1363 csinc(rd, zr, zr, NegateCondition(cond));
1376 csinc(rd, rn, rn, NegateCondition(cond));
H A Dassembler-arm64.h1339 void csinc(const Register& rd,
H A Dmacro-assembler-arm64-inl.h488 csinc(rd, rn, rm, cond);
H A Dmacro-assembler-arm64.cc393 csinc(rd, rn, zr, cond);

Completed in 200 milliseconds