Home
last modified time | relevance | path

Searched refs:cinv (Results 1 – 16 of 16) sorted by relevance

/external/svox/pico/lib/
Dpicokdt.c2052 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/
Darm64-csel.ll28 ; 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/
Darm64-aliases.s302 cinv w1, w2, mi
303 cinv x1, x2, mi
311 ; CHECK: cinv w1, w2, mi
312 ; CHECK: cinv x1, x2, mi
Dbasic-a64-diagnostics.s1397 cinv w3, wsp, ne
1398 cinv sp, x9, eq
1399 cinv w8, x7, nv
Dbasic-a64-instructions.s1415 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/
Dtest-disasm-arm64.cc1300 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/
Dbasic-a64-instructions.txt976 # 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/
Dmacro-assembler-arm64-inl.h411 cinv(rd, rn, cond); in Cinv()
Dassembler-arm64.h1366 void cinv(const Register& rd, const Register& rn, Condition cond);
Dassembler-arm64.cc1380 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in v8::internal::Assembler
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1044 cinv(rd, rn, cond); in Cinv()
Dassembler-a64.h1510 void cinv(const Register& rd, const Register& rn, Condition cond);
Dassembler-a64.cc1151 void Assembler::cinv(const Register &rd, const Register &rn, Condition cond) { in cinv() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md278 void cinv(const Register& rd, const Register& rn, Condition cond)
/external/vixl/test/
Dtest-disasm-a64.cc2171 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/
DAArch64InstrInfo.td1011 def : InstAlias<"cinv $dst, $src, $cc",
1013 def : InstAlias<"cinv $dst, $src, $cc",