Home
last modified time | relevance | path

Searched refs:cinc (Results 1 – 20 of 20) 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
Darm64-ccmp.ll326 ; CHECK-NEXT: cinc x0, x[[REGNUM]], eq
/external/icu/icu4c/source/data/rbnf/
Dca.txt74 "5: cinc;",
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s1401 cinc w3, wsp, ne
1402 cinc sp, x9, eq
1403 cinc x2, x0, nv
Dbasic-a64-instructions.s1411 cinc w3, w5, gt
1412 cinc wzr, w4, le
1413 cinc w9, wzr, lt
1418 cinc x3, x5, gt
1419 cinc xzr, x4, le
1420 cinc x9, xzr, lt
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt959 # CHECK: cinc w3, w5, gt
960 # CHECK: cinc wzr, w4, le
962 # CHECK: cinc x3, x5, gt
963 # CHECK: cinc xzr, x4, le
965 # "cinc w5, w6, al" and "cinc x1, x2, nv" are invalid aliases for these two
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h417 cinc(rd, rn, cond); in Cinc()
Dassembler-arm64.h1268 void cinc(const Register& rd, const Register& rn, Condition cond);
Dassembler-arm64.cc1370 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in v8::internal::Assembler
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour35 0x~~~~~~~~~~~~~~~~ 1a922651 cinc w17, w18, lo
36 0x~~~~~~~~~~~~~~~~ 1a923651 cinc w17, w18, hs
37 0x~~~~~~~~~~~~~~~~ 9a949693 cinc x19, x20, hi
38 0x~~~~~~~~~~~~~~~~ 9a948693 cinc x19, x20, ls
Dlog-disasm35 0x~~~~~~~~~~~~~~~~ 1a922651 cinc w17, w18, lo
36 0x~~~~~~~~~~~~~~~~ 1a923651 cinc w17, w18, hs
37 0x~~~~~~~~~~~~~~~~ 9a949693 cinc x19, x20, hi
38 0x~~~~~~~~~~~~~~~~ 9a948693 cinc x19, x20, ls
Dlog-all141 0x~~~~~~~~~~~~~~~~ 1a922651 cinc w17, w18, lo
143 0x~~~~~~~~~~~~~~~~ 1a923651 cinc w17, w18, hs
145 0x~~~~~~~~~~~~~~~~ 9a949693 cinc x19, x20, hi
147 0x~~~~~~~~~~~~~~~~ 9a948693 cinc x19, x20, ls
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc89 __ cinc(w17, w18, cc); in GenerateTestSequenceBase() local
90 __ cinc(w17, w18, cs); in GenerateTestSequenceBase() local
91 __ cinc(x19, x20, hi); in GenerateTestSequenceBase() local
92 __ cinc(x19, x20, ls); in GenerateTestSequenceBase() local
Dtest-disasm-aarch64.cc2164 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST()
2165 COMPARE(cinc(x30, x0, le), "cinc x30, x0, le"); in TEST()
/external/vixl/src/aarch64/
Dassembler-aarch64.h847 void cinc(const Register& rd, const Register& rn, Condition cond);
Dmacro-assembler-aarch64.h1041 cinc(rd, rn, cond); in Cinc()
Dassembler-aarch64.cc682 void Assembler::cinc(const Register& rd, const Register& rn, Condition cond) { in cinc() function in vixl::aarch64::Assembler
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md271 void cinc(const Register& rd, const Register& rn, Condition cond)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1162 def : InstAlias<"cinc $dst, $src, $cc",
1164 def : InstAlias<"cinc $dst, $src, $cc",