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

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1365 csinv w1, w0, w19, ne
1366 csinv wzr, w5, w9, eq
1367 csinv w9, wzr, w30, gt
1368 csinv w1, w28, wzr, mi
1369 // CHECK: csinv w1, w0, w19, ne // encoding: [0x01,0x10,0x93,0x5a]
1370 // CHECK: csinv wzr, w5, w9, eq // encoding: [0xbf,0x00,0x89,0x5a]
1371 // CHECK: csinv w9, wzr, w30, gt // encoding: [0xe9,0xc3,0x9e,0x5a]
1372 // CHECK: csinv w1, w28, wzr, mi // encoding: [0x81,0x43,0x9f,0x5a]
1374 csinv x19, x23, x29, lt
1375 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.s1366 csinv w20, wsp, wsp, mi
1367 csinv sp, x30, x29, le
1369 // CHECK-ERROR-NEXT: csinv w20, wsp, wsp, mi
1372 // CHECK-ERROR-NEXT: csinv sp, x30, x29, le
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs516 0x01,0x10,0x93,0x5a = csinv w1, w0, w19, ne
517 0xbf,0x00,0x89,0x5a = csinv wzr, w5, w9, eq
518 0xe9,0xc3,0x9e,0x5a = csinv w9, wzr, w30, gt
519 0x81,0x43,0x9f,0x5a = csinv w1, w28, wzr, mi
520 0xf3,0xb2,0x9d,0xda = csinv x19, x23, x29, lt
521 0x7f,0xa0,0x84,0xda = csinv xzr, x3, x4, ge
522 0xe5,0x23,0x86,0xda = csinv x5, xzr, x6, hs
523 0x07,0x31,0x9f,0xda = csinv x7, x8, xzr, lo
534 0xf4,0x03,0x9f,0x5a = csinv w20, wzr, wzr, eq
535 0xfe,0xb3,0x9f,0xda = csinv x3
[all...]
/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp867 cmp x17,x18 ; csinv x16,x17,x18,eq :: rd 8593c2e5aedb9b6a rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
868 cmp x17,x18 ; csinv x16,x17,x18,ne :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
869 cmp x17,x18 ; csinv x16,x17,x18,cc :: rd 8593c2e5aedb9b6a rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
870 cmp x17,x18 ; csinv x16,x17,x18,cs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
871 cmp x17,x18 ; csinv x16,x17,x18,mi :: rd 8593c2e5aedb9b6a rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
872 cmp x17,x18 ; csinv x16,x17,x18,pl :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
873 cmp x17,x18 ; csinv x16,x17,x18,vc :: rd 8593c2e5aedb9b6a rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
874 cmp x17,x18 ; csinv x16,x17,x18,vs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
900 cmp w17,w18 ; csinv w16,w17,w18,eq :: rd 00000000aedb9b6a rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 80000000 N
901 cmp w17,w18 ; csinv w1
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64.cc1345 void Assembler::csinv(const Register& rd, function in class:v8::internal::Assembler
1371 csinv(rd, zr, zr, NegateCondition(cond));
1383 csinv(rd, rn, rn, NegateCondition(cond));
H A Dmacro-assembler-arm64-inl.h515 csinv(rd, rn, rm, cond);
H A Dassembler-arm64.h1248 void csinv(const Register& rd,
H A Dmacro-assembler-arm64.cc395 csinv(rd, rn, zr, cond);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc652 void Assembler::csinv(const Register& rd, function in class:vixl::aarch64::Assembler
678 csinv(rd, zr, zr, InvertCondition(cond));
690 csinv(rd, rn, rn, InvertCondition(cond));
H A Dmacro-assembler-aarch64.cc1398 masm->csinv(rd, left_register, zr, cond);
H A Dassembler-aarch64.h830 void csinv(const Register& rd,
H A Dmacro-assembler-aarch64.h1146 csinv(rd, rn, rm, cond);
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc132 __ csinv(w29, w2, w3, eq);
133 __ csinv(w29, w2, w3, ne);
134 __ csinv(x4, x5, x6, cc);
135 __ csinv(x4, x5, x6, cs);
H A Dtest-disasm-aarch64.cc2161 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi");
2162 COMPARE(csinv(x15, x16, x17, pl), "csinv x15, x16, x17, pl");
2180 COMPARE(csinv(x4, x5, x6, al), "csinv x4, x5, x6, al");
2181 COMPARE(csinv(x5, x6, x7, nv), "csinv x5, x6, x7, nv");
2198 COMPARE_MACRO(Csel(w0, w1, -1, eq), "csinv w0, w1, wzr, eq");
2222 COMPARE_MACRO(Csel(x6, x7, -1, lo), "csinv x
[all...]

Completed in 1018 milliseconds