/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
|
/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 | 1384 cinc w3, wsp, ne 1385 cinc sp, x9, eq 1386 cinc x2, x0, nv
|
D | basic-a64-instructions.s | 1389 cinc w3, w5, gt 1390 cinc wzr, w4, le 1391 cinc w9, wzr, lt 1396 cinc x3, x5, gt 1397 cinc xzr, x4, le 1398 cinc x9, xzr, lt
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
D | ca.txt | 80 "5: cinc;",
|
/external/icu/icu4c/source/data/rbnf/ |
D | ca.txt | 80 "5: cinc;",
|
/external/vixl/doc/ |
D | supported-instructions.md | 253 ### cinc ### subsection 257 void cinc(const Register& rd, const Register& rn, Condition cond)
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1297 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST_() 1298 COMPARE(cinc(lr, x0, le), "cinc lr, x0, le"); in TEST_()
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1256 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt"); in TEST() 1257 COMPARE(cinc(x30, x0, le), "cinc x30, x0, le"); in TEST()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 958 # 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/vixl/src/a64/ |
D | macro-assembler-a64.h | 443 cinc(rd, rn, cond); in Cinc()
|
D | assembler-a64.h | 1015 void cinc(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-a64.cc | 827 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in vixl::Assembler
|
/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 386 cinc(rd, rn, cond); in Cinc()
|
D | assembler-arm64.h | 1303 void cinc(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-arm64.cc | 1146 void Assembler::cinc(const Register &rd, const Register &rn, Condition cond) { in cinc() function in v8::internal::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 944 def : InstAlias<"cinc $dst, $src, $cc", 946 def : InstAlias<"cinc $dst, $src, $cc",
|