Home
last modified time | relevance | path

Searched refs:cinc (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-csel.ll6 ; CHECK: cinc w{{[0-9]+}}, w{{[0-9]+}}, ne
182 ; CHECK: cinc w0, w[[REG]], gt
193 ; CHECK: cinc w0, w[[REG]], le
204 ; CHECK: cinc x0, x[[REG]], gt
215 ; CHECK: cinc x0, x[[REG]], le
224 ; CHECK: cinc x0, x2
Dcombine-comparisons-by-cse.ll353 ; cinc w0, w19, gt
/external/llvm/test/MC/AArch64/
Darm64-aliases.s300 cinc w1, w2, lt
301 cinc x1, x2, lt
309 ; CHECK: cinc w1, w2, lt
310 ; CHECK: cinc x1, x2, lt
Dbasic-a64-diagnostics.s1384 cinc w3, wsp, ne
1385 cinc sp, x9, eq
1386 cinc x2, x0, nv
Dbasic-a64-instructions.s1401 cinc w3, w5, gt
1402 cinc wzr, w4, le
1403 cinc w9, wzr, lt
1408 cinc x3, x5, gt
1409 cinc xzr, x4, le
1410 cinc x9, xzr, lt
/external/icu/icu4c/source/data/rbnf/
Dca.txt80 "5: cinc;",
/external/v8/test/cctest/
Dtest-disasm-arm64.cc1298 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST_()
1299 COMPARE(cinc(lr, x0, le), "cinc lr, x0, le"); in TEST_()
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt958 # CHECK: cinc w3, w5, gt
959 # CHECK: cinc wzr, w4, le
961 # CHECK: cinc x3, x5, gt
962 # CHECK: cinc xzr, x4, le
964 # "cinc w5, w6, al" and "cinc x1, x2, nv" are invalid aliases for these two
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h401 cinc(rd, rn, cond); in Cinc()
Dassembler-arm64.h1363 void cinc(const Register& rd, const Register& rn, Condition cond);
Dassembler-arm64.cc1374 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in v8::internal::Assembler
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1037 cinc(rd, rn, cond); in Cinc()
Dassembler-a64.h1507 void cinc(const Register& rd, const Register& rn, Condition cond);
Dassembler-a64.cc1145 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md271 void cinc(const Register& rd, const Register& rn, Condition cond)
/external/vixl/test/
Dtest-disasm-a64.cc2169 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST()
2170 COMPARE(cinc(x30, x0, le), "cinc x30, x0, le"); in TEST()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1006 def : InstAlias<"cinc $dst, $src, $cc",
1008 def : InstAlias<"cinc $dst, $src, $cc",