Searched refs:cinc (Results 1 - 11 of 11) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s300 cinc w1, w2, lt
301 cinc x1, x2, lt
309 ; CHECK: cinc w1, w2, lt
310 ; CHECK: cinc x1, x2, lt
H A Dbasic-a64-diagnostics.s1384 cinc w3, wsp, ne
1385 cinc sp, x9, eq
1386 cinc x2, x0, nv
1388 // CHECK-ERROR-NEXT: cinc w3, wsp, ne
1391 // CHECK-ERROR-NEXT: cinc sp, x9, eq
1394 // CHECK-ERROR-NEXT: cinc x2, x0, nv
H A Dbasic-a64-instructions.s1389 cinc w3, w5, gt
1390 cinc wzr, w4, le
1391 cinc w9, wzr, lt
1392 // CHECK: cinc w3, w5, gt // encoding: [0xa3,0xd4,0x85,0x1a]
1393 // CHECK: cinc wzr, w4, le // encoding: [0x9f,0xc4,0x84,0x1a]
1396 cinc x3, x5, gt
1397 cinc xzr, x4, le
1398 cinc x9, xzr, lt
1399 // CHECK: cinc x3, x5, gt // encoding: [0xa3,0xd4,0x85,0x9a]
1400 // CHECK: cinc xz
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1363 void cinc(const Register& rd, const Register& rn, Condition cond);
H A Dmacro-assembler-arm64-inl.h401 cinc(rd, rn, cond);
H A Dassembler-arm64.cc1374 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { function in class:v8::internal::Assembler
/external/vixl/src/a64/
H A Dassembler-a64.h1015 void cinc(const Register& rd, const Register& rn, Condition cond);
H A Dmacro-assembler-a64.h443 cinc(rd, rn, cond);
H A Dassembler-a64.cc827 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { function in class:vixl::Assembler
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1298 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt");
1299 COMPARE(cinc(lr, x0, le), "cinc lr, x0, le");
/external/vixl/test/
H A Dtest-disasm-a64.cc1256 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt");
1257 COMPARE(cinc(x30, x0, le), "cinc x30, x0, le");

Completed in 1696 milliseconds