/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 6 ; 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
|
D | combine-comparisons-by-cse.ll | 353 ; cinc w0, w19, gt
|
D | arm64-ccmp.ll | 344 ; CHECK-NEXT: cinc x0, x[[REGNUM]], eq
|
/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 300 cinc w1, w2, lt 301 cinc x1, x2, lt 309 ; CHECK: cinc w1, w2, lt 310 ; CHECK: cinc x1, x2, lt
|
D | basic-a64-diagnostics.s | 1401 cinc w3, wsp, ne 1402 cinc sp, x9, eq 1403 cinc x2, x0, nv
|
D | basic-a64-instructions.s | 1411 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/icu/icu4c/source/data/rbnf/ |
D | ca.txt | 80 "5: cinc;",
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1291 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST_() 1292 COMPARE(cinc(lr, x0, le), "cinc lr, x0, le"); in TEST_()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 959 # 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/ |
D | macro-assembler-arm64-inl.h | 401 cinc(rd, rn, cond); in Cinc()
|
D | assembler-arm64.h | 1259 void cinc(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-arm64.cc | 1373 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1040 cinc(rd, rn, cond); in Cinc()
|
D | assembler-a64.h | 1588 void cinc(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-a64.cc | 1177 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 271 void cinc(const Register& rd, const Register& rn, Condition cond)
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2180 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST() 2181 COMPARE(cinc(x30, x0, le), "cinc x30, x0, le"); in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1106 def : InstAlias<"cinc $dst, $src, $cc", 1108 def : InstAlias<"cinc $dst, $src, $cc",
|