/external/svox/pico/lib/ |
D | picokdt.c | 2052 picoos_int16 cinv; in picokdt_dtG2PconstructInVec() local 2092 cinv = 4; in picokdt_dtG2PconstructInVec() 2094 if ((utfcount > cinv) && (utfcount <= utfgraphlen)) { in picokdt_dtG2PconstructInVec() 2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1, in picokdt_dtG2PconstructInVec() 2099 PICODBG_WARN(("problem getting UTF char %d", utfcount-cinv-1)); in picokdt_dtG2PconstructInVec() 2104 if ((utfcount == cinv) && (iAttr != 4)) { in picokdt_dtG2PconstructInVec() 2125 cinv--; in picokdt_dtG2PconstructInVec() 2129 cinv = utfgraphlen; in picokdt_dtG2PconstructInVec() 2131 if ((utfcount > 0) && (utfcount <= (cinv - 1))) { in picokdt_dtG2PconstructInVec() 2133 if (!kdtGetUTF8char(graph, graphlen, utfcount+utfgraphlen-cinv, in picokdt_dtG2PconstructInVec() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 28 ; CHECK: cinv w{{[0-9]+}}, w{{[0-9]+}}, ne 116 ; CHECK: cinv w0, w[[REG]], eq 127 ; CHECK: cinv x0, x[[REG]], eq
|
/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 302 cinv w1, w2, mi 303 cinv x1, x2, mi 311 ; CHECK: cinv w1, w2, mi 312 ; CHECK: cinv x1, x2, mi
|
D | basic-a64-diagnostics.s | 1397 cinv w3, wsp, ne 1398 cinv sp, x9, eq 1399 cinv w8, x7, nv
|
D | basic-a64-instructions.s | 1415 cinv w3, w5, gt 1416 cinv wzr, w4, le 1417 cinv w9, wzr, lt 1422 cinv x3, x5, gt 1423 cinv xzr, x4, le 1424 cinv x9, xzr, lt
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1300 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq"); in TEST_() 1301 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne"); in TEST_()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 976 # CHECK: cinv w3, w5, gt 977 # CHECK: cinv wzr, w4, le 979 # CHECK: cinv x3, x5, gt 980 # CHECK: cinv xzr, x4, le 982 # "cinv x1, x0, nv" and "cinv w9, w8, al" are invalid aliases for these two
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 411 cinv(rd, rn, cond); in Cinv()
|
D | assembler-arm64.h | 1366 void cinv(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-arm64.cc | 1380 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1044 cinv(rd, rn, cond); in Cinv()
|
D | assembler-a64.h | 1510 void cinv(const Register& rd, const Register& rn, Condition cond);
|
D | assembler-a64.cc | 1151 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 278 void cinv(const Register& rd, const Register& rn, Condition cond)
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2171 COMPARE(cinv(w1, w2, eq), "cinv w1, w2, eq"); in TEST() 2172 COMPARE(cinv(x3, x4, ne), "cinv x3, x4, ne"); in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1011 def : InstAlias<"cinv $dst, $src, $cc", 1013 def : InstAlias<"cinv $dst, $src, $cc",
|