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

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1343 csinv w1, w0, w19, ne
1344 csinv wzr, w5, w9, eq
1345 csinv w9, wzr, w30, gt
1346 csinv w1, w28, wzr, mi
1347 // CHECK: csinv w1, w0, w19, ne // encoding: [0x01,0x10,0x93,0x5a]
1348 // CHECK: csinv wzr, w5, w9, eq // encoding: [0xbf,0x00,0x89,0x5a]
1349 // CHECK: csinv w9, wzr, w30, gt // encoding: [0xe9,0xc3,0x9e,0x5a]
1350 // CHECK: csinv w1, w28, wzr, mi // encoding: [0x81,0x43,0x9f,0x5a]
1352 csinv x19, x23, x29, lt
1353 csinv xz
[all...]
H A Darm64-arithmetic-encoding.s554 csinv w1, w2, w3, eq
555 csinv x1, x2, x3, eq
H A Dbasic-a64-diagnostics.s1349 csinv w20, wsp, wsp, mi
1350 csinv sp, x30, x29, le
1352 // CHECK-ERROR-NEXT: csinv w20, wsp, wsp, mi
1355 // CHECK-ERROR-NEXT: csinv sp, x30, x29, le
/external/vixl/src/a64/
H A Dassembler-a64.cc797 void Assembler::csinv(const Register& rd, function in class:vixl::Assembler
823 csinv(rd, zr, zr, InvertCondition(cond));
835 csinv(rd, rn, rn, InvertCondition(cond));
H A Dassembler-a64.h997 void csinv(const Register& rd,
H A Dmacro-assembler-a64.cc452 csinv(rd, rn, zr, cond);
H A Dmacro-assembler-a64.h499 csinv(rd, rn, rm, cond);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1290 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
1291 COMPARE(csinv(x15, x16, x17, pl), "csinv x15, x16, x17, pl");
1309 COMPARE(csinv(x4, x5, x6, al), "csinv x4, x5, x6, al");
1310 COMPARE(csinv(x5, x6, x7, nv), "csinv x5, x6, x7, nv");
1321 COMPARE(Csel(w0, w1, -1, eq), "csinv w0, w1, wzr, eq");
1324 COMPARE(Csel(x6, x7, -1, lo), "csinv x
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc1248 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
1249 COMPARE(csinv(x15, x16, x17, pl), "csinv x15, x16, x17, pl");
1267 COMPARE(csinv(x4, x5, x6, al), "csinv x4, x5, x6, al");
1268 COMPARE(csinv(x5, x6, x7, nv), "csinv x5, x6, x7, nv");
1278 COMPARE(Csel(w0, w1, -1, eq), "csinv w0, w1, wzr, eq");
1281 COMPARE(Csel(x6, x7, -1, lo), "csinv x
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc1344 void Assembler::csinv(const Register& rd, function in class:v8::internal::Assembler
1370 csinv(rd, zr, zr, NegateCondition(cond));
1382 csinv(rd, rn, rn, NegateCondition(cond));
H A Dassembler-arm64.h1345 void csinv(const Register& rd,
H A Dmacro-assembler-arm64-inl.h499 csinv(rd, rn, rm, cond);
H A Dmacro-assembler-arm64.cc395 csinv(rd, rn, zr, cond);

Completed in 653 milliseconds