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

/external/valgrind/android/aarch64/
H A Dsetjmp.S124 csinc w0, w1, wzr, ne
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1347 csinc w1, w0, w19, ne
1348 csinc wzr, w5, w9, eq
1349 csinc w9, wzr, w30, gt
1350 csinc w1, w28, wzr, mi
1351 // CHECK: csinc w1, w0, w19, ne // encoding: [0x01,0x14,0x93,0x1a]
1352 // CHECK: csinc wzr, w5, w9, eq // encoding: [0xbf,0x04,0x89,0x1a]
1353 // CHECK: csinc w9, wzr, w30, gt // encoding: [0xe9,0xc7,0x9e,0x1a]
1354 // CHECK: csinc w1, w28, wzr, mi // encoding: [0x81,0x47,0x9f,0x1a]
1356 csinc x19, x23, x29, lt
1357 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.s1357 csinc w20, w21, wsp, mi
1358 csinc sp, x30, x29, eq
1360 // CHECK-ERROR-NEXT: csinc w20, w21, wsp, mi
1363 // CHECK-ERROR-NEXT: csinc sp, x30, x29, eq
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs508 0x01,0x14,0x93,0x1a = csinc w1, w0, w19, ne
509 0xbf,0x04,0x89,0x1a = csinc wzr, w5, w9, eq
510 0xe9,0xc7,0x9e,0x1a = csinc w9, wzr, w30, gt
511 0x81,0x47,0x9f,0x1a = csinc w1, w28, wzr, mi
512 0xf3,0xb6,0x9d,0x9a = csinc x19, x23, x29, lt
513 0x7f,0xa4,0x84,0x9a = csinc xzr, x3, x4, ge
514 0xe5,0x27,0x86,0x9a = csinc x5, xzr, x6, hs
515 0x07,0x35,0x9f,0x9a = csinc x7, x8, xzr, lo
532 0xe3,0x17,0x9f,0x1a = csinc w3, wzr, wzr, ne
533 0xe9,0x47,0x9f,0x9a = csinc x
[all...]
/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp859 cmp x17,x18 ; csinc x16,x17,x18,eq :: rd 7a6c3d1a51246496 rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
860 cmp x17,x18 ; csinc x16,x17,x18,ne :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
861 cmp x17,x18 ; csinc x16,x17,x18,cc :: rd 7a6c3d1a51246496 rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
862 cmp x17,x18 ; csinc x16,x17,x18,cs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
863 cmp x17,x18 ; csinc x16,x17,x18,mi :: rd 7a6c3d1a51246496 rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
864 cmp x17,x18 ; csinc x16,x17,x18,pl :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
865 cmp x17,x18 ; csinc x16,x17,x18,vc :: rd 7a6c3d1a51246496 rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
866 cmp x17,x18 ; csinc x16,x17,x18,vs :: rd afa6ef803bc9291c rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 30000000 CV
892 cmp w17,w18 ; csinc w16,w17,w18,eq :: rd 0000000051246496 rm afa6ef803bc9291c, rn 7a6c3d1a51246495, cin 0, nzcv 80000000 N
893 cmp w17,w18 ; csinc w1
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64.cc1337 void Assembler::csinc(const Register& rd, function in class:v8::internal::Assembler
1364 csinc(rd, zr, zr, NegateCondition(cond));
1377 csinc(rd, rn, rn, NegateCondition(cond));
H A Dmacro-assembler-arm64-inl.h504 csinc(rd, rn, rm, cond);
H A Dassembler-arm64.h1242 void csinc(const Register& rd,
H A Dmacro-assembler-arm64.cc393 csinc(rd, rn, zr, cond);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc644 void Assembler::csinc(const Register& rd, function in class:vixl::aarch64::Assembler
671 csinc(rd, zr, zr, InvertCondition(cond));
684 csinc(rd, rn, rn, InvertCondition(cond));
H A Dmacro-assembler-aarch64.cc1395 masm->csinc(rd, left_register, zr, cond);
H A Dassembler-aarch64.h824 void csinc(const Register& rd,
H A Dmacro-assembler-aarch64.h1134 csinc(rd, rn, rm, cond);
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc128 __ csinc(w23, w24, w25, cc);
129 __ csinc(w23, w24, w25, cs);
130 __ csinc(x26, x27, x28, hi);
131 __ csinc(x26, x27, x28, ls);
H A Dtest-disasm-aarch64.cc2159 COMPARE(csinc(w6, w7, w8, hs), "csinc w6, w7, w8, hs");
2160 COMPARE(csinc(x9, x10, x11, lo), "csinc x9, x10, x11, lo");
2178 COMPARE(csinc(x2, x3, x4, al), "csinc x2, x3, x4, al");
2179 COMPARE(csinc(x3, x4, x5, nv), "csinc x3, x4, x5, nv");
2214 COMPARE_MACRO(Csel(w4, w5, 1, hs), "csinc w4, w5, wzr, hs");
2238 COMPARE_MACRO(Csel(x10, x11, 1, pl), "csinc x1
[all...]

Completed in 599 milliseconds